You've already forked lazarus-ccr
SOAP test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1170 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<SOAP-ENV:Header xmlns:ns1="urn:simple-content-header.sample">
|
||||
<ns1:TSampleSimpleContentHeaderBlock_A>sample header simple content value</ns1:TSampleSimpleContentHeaderBlock_A>
|
||||
<ns1:TSampleSimpleContentHeaderBlock_B intAtt="1210">another content</ns1:TSampleSimpleContentHeaderBlock_B>
|
||||
<ns1:TSampleSimpleContentHeaderBlock_B intAtt="1210" SOAP-ENV:mustUnderstand="1">another content</ns1:TSampleSimpleContentHeaderBlock_B>
|
||||
</SOAP-ENV:Header>
|
||||
<SOAP-ENV:Body>
|
||||
<ns2:test_proc xmlns:ns2="TestService"/>
|
||||
|
@ -579,6 +579,7 @@ begin
|
||||
hdrB := TSampleSimpleContentHeaderBlock_B.Create();
|
||||
cc.AddHeader(hdrB,True);
|
||||
hdrB.Direction := hdOut;
|
||||
hdrB.mustUnderstand := 1;
|
||||
hdrB.Value := 'another content';
|
||||
hdrB.intAtt := 1210;
|
||||
|
||||
|
Reference in New Issue
Block a user