Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SOAP how does it work ?
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
SOAP how does it work ?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01182951
Message ID:
01182951
Views:
70
Hi all, happy new year 2007,

I have a new problem this year... I have to use SOAP toolkit, and I never used that. All I can found on internet seems to be very old.

I have to get information about customers on a website. All information I have is this..
POST /zrxtest/zrxpmisbridge/pmisbridge.asmx HTTP/1.1
Host: www.website.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCustomerInformation xmlns="http://www.website.com/">
      <_facilityId>string</_facilityId>
      <_dossierNumber>string</_dossierNumber>
      <_username>string</_username>
      <_password>string</_password>
    </GetCustomerInformation>
  </soap12:Body>
</soap12:Envelope>
Making this string is easy... but how to send it to the server?
Next
Reply
Map
View

Click here to load this message in the networking platform