Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service Client

Status
Not open for further replies.

gcaramia

Programmer
Oct 30, 2003
185
0
0
IT
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
 
Are you saying that you are building the client and you imported the webservicex WSDL? What interface and method are you trying to call? And what does your code look like (we don't need the whole form, just the call to the web service will do)?

GIS Programmer
City of Orem, UT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top