Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to begin
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Miscellaneous
Thread ID:
01240326
Message ID:
01240331
Views:
12
This message has been marked as the solution to the initial question of the thread.
First, make sure that you can see wsdl in your Web Browser.

>
>I'm trying to learn how to deal with a web service. The first problem, reading the soap took kit documentation I did this:
>
>
>LOCAL soapclient as "MSSOAP.SoapClient30"
>soapclient = CreateObject("MSSOAP.SoapClient30")
>lurl="https://200.214.130.41:9443/farmaciapopular/services/ServicoSolicitacaoWS?wsdl"
>soapclient.MSSoapInit(lurl,"ServicoSolicitacaoWSService","ServicoSolicitacaoWS")
>
>
>I get an error, "OLE Idispatch exception code 0 from WSDL Reader..."
>
>TIA for any help.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform