Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web service or ASP?
Message
From
11/12/2001 03:24:51
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
10/12/2001 15:49:18
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00589377
Message ID:
00592546
Views:
28
Hi John did you try
x.MSSoapInit("http://JGM/WebServices/showem.WSDL")
By the message looks like that the portname that you are specifying doesn't exist in the WSDL you don't have to specify this parameter you you don't specify or leave blank the the soapinit will use the first port that he finds in the WSDL file.
Try this and tell me if that work.

>Hi Alexandre,
>
>The code I'm trying to run is:
>LOCAL x AS myWServ1
>x = CREATEOBJECT("MSSOAP.SoapClient")
>x.MSSoapInit("http://JGM/WebServices/showem.WSDL", , "myWServ1SoapPort")
>
>The line causing the error is
>x.MSSoapInit("http://JGM/WebServices/showem.WSDL", , "myWServ1SoapPort")
>
>JGM is the name of my computer.
>WebServices is a virtual directory I have set up in IIS 5.0.
>I'm running under Windows 2000 Professional.
>
>The error is
>"OLE IDispatch exception from code 0 from Client: Client:The
>requested port myWServ1SoapPort could not be found in the
>WSDL file HRESULT=0x80070057..."
>
>Thanks,
>John
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform