I am trying to consume a webservice using the WSDL importer. The wsdl service -
services.gatewayedi.com/eligibility/service.asmx?wsdl
.
When I try to invoke methods of the service I get this:
under Delphi 10.2.3, under Delphi2007 i get directly AV. All classes which are passed to service methods inherit from TRemotable.
Here's the code used to invoke the SOAP method:
It doesn't matter whether I enter a user and password, all happens before we send data to the server.
When I try to invoke methods of the service I get this:
under Delphi 10.2.3, under Delphi2007 i get directly AV. All classes which are passed to service methods inherit from TRemotable.
Here's the code used to invoke the SOAP method:
It doesn't matter whether I enter a user and password, all happens before we send data to the server.