Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Web Service from behind a firewall
Message
De
11/04/2002 10:23:53
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00579797
Message ID:
00643732
Vues:
47
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform