Forum Discussion
rottier
12 years agoNew Contributor
Hi,
below my request is
<soapenv:Envelope xmlns:cfn="namespace">
<soapenv:Header>
<cfn:contexteService>
<cfn:agent item1="OK" item2="001"/>
</cfn:contexteService>
</soapenv:Header>
<soapenv:Body>
<cfn:ref1>
<cfn:id>1234</cfn:id>
</cfn:ref1>
</soapenv:Body>
</soapenv:Envelope>
so, i don't succeed to catch the item1 (value = OK or Reject" (or item2) in soapenv header in order to select .
if it could help
KR
Christian
below my request is
<soapenv:Envelope xmlns:cfn="namespace">
<soapenv:Header>
<cfn:contexteService>
<cfn:agent item1="OK" item2="001"/>
</cfn:contexteService>
</soapenv:Header>
<soapenv:Body>
<cfn:ref1>
<cfn:id>1234</cfn:id>
</cfn:ref1>
</soapenv:Body>
</soapenv:Envelope>
so, i don't succeed to catch the item1 (value = OK or Reject" (or item2) in soapenv header in order to select .
if it could help
KR
Christian