Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Delphi7]How to properly connect to the SOAP server based on wsse???

102 views
Skip to first unread message

208PHP

unread,
Aug 29, 2010, 1:37:36 PM8/29/10
to
The XML from JAVA is:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/">
<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-
open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="unt_6dAHoomHa1zCl2En" xmlns:wsu="http://
docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
utility-1.0.xsd">
<wsse:Username>AAA</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/
oasis-200401-wss-username-token-profile-1.0#PasswordText">BBB</
wsse:Password>
</wsse:UsernameToken> </wsse:Security> </soap:Header>
<soapenv:Body>
</soapenv:Body>
</soapenv:Envelope>

How to properly communicate with the server using DELPHI7?
Thanks.

0 new messages