Connecting to Web Serice

dclyde

New Member
Hi,

I'm trying to connect my application to the web service i've just set up and getting an error message as detailed below:

** Could not recognize argument: -WSDL. (301)

Not sure why this is. The code causing it is below which has been taken direct from the WSDL Analyzer output.

CREATE SERVER hWebService.
hWebService:CONNECT("-WSDL 'http://sonicnet:8080/wsa/AddProjActivity/wsdl?targetURI=urn:AddProjActivity-com'").

Any help would be appreciated.

Thanks
Damian
 
Top