Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SOAP how does it work ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
SOAP how does it work ?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01182951
Message ID:
01182951
Vues:
71
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform