Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
15/04/2002 10:48:29
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00645015
Views:
46
No Problem Martin I'm glad that I help you resolve your problem.

>Bingo!!!
>
>I wasn't the originator of the thread, so I can't assign you the stars, but anyway you already have it. :)
>
>It's something to add to the FAQ (I'll do it). You have to completely uninstall, reboot, and unplug the machine before reinstalling SP 2 to have it working right.
>
>Thanks a lot, Alexandre!
>
>
>>Martin have you tried uninstall and install again SOAP sp2?
>>
>>>Hi, Alexandre.
>>>
>>>Thanks for replying. I'm running SP 2, and I have two machines where the same happens. Also checked it with other people and they get the same error (although I can't be sure they have SP 2).
>>>
>>>I thought it was maybe that I wasn't using the webservice class but just using the SOAP Toolkit directly, but tried through the FFC class and got the same problem.
>>>
>>>Any hint?
>>>
>>>
>>>>Hi Martin sorry only replying now but I was away for some time the UseProxy only appear in SOAP toolkit 2 SP2 What comes in the VFP7 CD is SOAP toolkit 2 so if this is what you have installed you better update it.
>>>>
>>>>>Hi, Alexandre.
>>>>>
>>>>>>you can try the following:
>>>>>>lo = CREATEOBJECT('mssoap.soapclient')
>>>>>>lo.mssoapinit('your wsdl location')
>>>>>>lo.ConnectorProperty("UseProxy") = .t.
>>>>>>
>>>>>>now you can do your call
>>>>>
>>>>>I'm contacting you (or anyone else who can help me) because I can't make this work.
>>>>>
>>>>>The first two lines executes right (CreateObject and SoapInit), but then, when I issue the ConnectorProperty (exactly as you stated there), I got:
>>>>>
>>>>>OLE IDispatch exception code 0 from Client: Client: This property name is not recognized HRESULT=0x80070648..
>>>>>
>>>>>My code is this:
>>>>>
>>>>>loWS = Createobject( "mssoap.soapclient" )
>>>>>loWS.mssoapinit( "http://www.reservaok.com.ar/webservices/Motor.WSDL" )
>>>>>loWS.ConnectorProperty("UseProxy") = .T.
>>>>>
>>>>>
>>>>>Any idea?
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform