I want to use web services, for the first time, in my application Delphi7.
So i used this tutorial:
to try a public web service.
It seems to be very easy to approach SOAP client but...
my application erase an errot as follows:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error occured when get webservices record ---> System.Data.SqlClient.SqlException: Procedure or function 'GetLatByPlace' expects parameter '@ZipcodeName', which was not supplied......
It seems to be an error on the server-side. But, why it works here ?:
Can anybody help me please ?
Thanks
Giovanni Caramia
So i used this tutorial:
to try a public web service.
It seems to be very easy to approach SOAP client but...
my application erase an errot as follows:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error occured when get webservices record ---> System.Data.SqlClient.SqlException: Procedure or function 'GetLatByPlace' expects parameter '@ZipcodeName', which was not supplied......
It seems to be an error on the server-side. But, why it works here ?:
Can anybody help me please ?
Thanks
Giovanni Caramia