geo75
2006-11-24 07:24:35 UTC
Bonjour,
Je souhaiterais realiser un petit client SOAP mais je n'ai que ceci.
Comment dois je faire ?
Merci de votre aide.
Cordialement.
-------------------------------------
POST /service1.asmx HTTP/1.1
Host: service.unwebservice.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:Header>
<AuthHeader xmlns="http://service.unwebservice.com/">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<GetAlltotos xmlns="http://service.unwebservice.com/" />
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
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>
<GetAlltotosResponse xmlns="http://service.unwebservice.com/">
<GetAlltotosResult>
<Adtoto>
<totoID>int</totoID>
<GroupID>int</GroupID>
<Name>string</Name>
</Adtoto>
<Adtoto>
<totoID>int</totoID>
<GroupID>int</GroupID>
<Name>string</Name>
</Adtoto>
</GetAlltotosResult>
</GetAlltotosResponse>
</soap12:Body>
</soap12:Envelope>
Je souhaiterais realiser un petit client SOAP mais je n'ai que ceci.
Comment dois je faire ?
Merci de votre aide.
Cordialement.
-------------------------------------
POST /service1.asmx HTTP/1.1
Host: service.unwebservice.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:Header>
<AuthHeader xmlns="http://service.unwebservice.com/">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<GetAlltotos xmlns="http://service.unwebservice.com/" />
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
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>
<GetAlltotosResponse xmlns="http://service.unwebservice.com/">
<GetAlltotosResult>
<Adtoto>
<totoID>int</totoID>
<GroupID>int</GroupID>
<Name>string</Name>
</Adtoto>
<Adtoto>
<totoID>int</totoID>
<GroupID>int</GroupID>
<Name>string</Name>
</Adtoto>
</GetAlltotosResult>
</GetAlltotosResponse>
</soap12:Body>
</soap12:Envelope>