Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webservice-Connect using SSL
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01061623
Message ID:
01061637
Views:
9
Hi,


The login isn't SLL related - just regular authentication. Using MSSOAP ? Try something like:
wsn = loWS.SetupClient("http://usernamne:password@url", "service", "servicesoap")
wsn.ConnectorProperty("AuthUser") = "username"
wsn.ConnectorProperty("AuthPassword") = "password"
HTH,
Viv

>I have to connect to a webservice of one of my customers, which uses HTTPS / SSL to encrypt the data transfer in a special environment:
>
>- The webservice is provided by a internet portal of my customers company (BTW: The webservice is made by SAP).
>
>- If I connect to the portal in the browser (HTTPS://intranet....) I get a login form to put in username and password - and now I have a trusted connection, in which the webservice should be available.
>
>
>To establish this connection programmatically my customer told me the following hints:
>
>- Create a session to connect to the portal.
>
>- Create a post-string or submit-string or something similar to simulate the typing of username and password.
>
>- Now you have a trusted connection and you can connect to webservice.
>
>
>I've played a little bit around with the webservice related features of VFP9 taskpane but without any useful results.
>
>
>Can anyone direct me to the right way - very big TIA <vbg>?
>
>
>Regards from Berlin / Germany
>6.8° Celsius, cloudy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform