小
小宇1
Unregistered / Unconfirmed
GUEST, unregistred user!
将下面内容置于SOAP Request的Header结构体之中
head内容具体结构如下:
<sessionInfo xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://schemas.xmlsoap.org/soap/envelope/"
mustUnderstand="0">
<sessionId>1234567890ABCDEF1234567890ABCDEF</sessionId>
</sessionInfo>
置于SOAP Header中,例子如下:
SOAPMessageImpl[SOAPPartImpl[SOAPEnvelopeImpl[<env:Header>
<sessionInfo xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://schemas.xmlsoap.org/soap/envelope/"
mustUnderstand="0">
<sessionId>1234567890ABCDEF1234567890ABCDEF</sessionId>
</sessionInfo>
</env:Header>SOAPBody[…]]]]
请问在delphi中如何实现呢?谢谢!学习!
head内容具体结构如下:
<sessionInfo xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://schemas.xmlsoap.org/soap/envelope/"
mustUnderstand="0">
<sessionId>1234567890ABCDEF1234567890ABCDEF</sessionId>
</sessionInfo>
置于SOAP Header中,例子如下:
SOAPMessageImpl[SOAPPartImpl[SOAPEnvelopeImpl[<env:Header>
<sessionInfo xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://schemas.xmlsoap.org/soap/envelope/"
mustUnderstand="0">
<sessionId>1234567890ABCDEF1234567890ABCDEF</sessionId>
</sessionInfo>
</env:Header>SOAPBody[…]]]]
请问在delphi中如何实现呢?谢谢!学习!