Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
14/11/2001 12:09:48
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00581618
Views:
49
I think I am having the same problems that you are having with webservices behind a firewall.

What value did you use for;
lo.ConnectorProperty("UseProxy") = .t.

Is the following the proper way to issue these settings? I get an error on the above line of code.
LOCAL lo
lo = CREATEOBJECT('mssoap.soapclient')
lo.mssoapinit("http://www.xmethods.net/sd/2001/FedExTrackerService.wsdl", "FedExTrackerService", "FedExTrackerPort")
lo.ConnectorProperty("UseProxy") = .t.
?lo.getStatus(mytrackingno)
Thanks,

Jerryt


>>Evan you can try the following:
>>lo = CREATEOBJECT('mssoap.soapclient')
>>lo.mssoapinit('your wsdl location')
>>lo.ConnectorProperty("UseProxy") = .t.
>
>That worked. Thanks.
>
>Alan, James and Antonio pardon the CC, but I though you guys would be interested.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform