A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
SOAPHeader Actor and MustUnderStand
Niall Loughnane
Ranch Hand
Joined: Dec 07, 2006
Posts: 200
posted
Aug 08, 2008 09:20:00
0
Hi,
I'm creating SOAP messages using javax.xml.soap and apache.axis and have created a soap message like:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<headername soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0">
<headerChildElement key="keyHere" value="valueHere"/>
</headername>
</soapenv:Header>
<soapenv:Body></soapenv:Body></soapenv:Envelope>
"
but the issue here is that i need to remove the attributes "soapenv:actor" and "soapenv:mustUnderstand" from the soap message :-)
how can this be done?
Cheers in advance,
Niall
I agree. Here's the link:
http://aspose.com/file-tools
subject: SOAPHeader Actor and MustUnderStand
Similar Threads
AXIS and DOM exception
Axis Fault
Adding SOAP header to the SOAP message
Retrieving Header of a SOAP Message
Invoke .NET Web Service using Java/Axis passing SoapHeader
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter