This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Need to populate the implicit header attributes using Apache Axis code 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
Reply Bookmark "Need to populate the implicit header attributes using Apache Axis code " Watch "Need to populate the implicit header attributes using Apache Axis code " New topic
Author

Need to populate the implicit header attributes using Apache Axis code

Piku Dutta
Greenhorn

Joined: Sep 20, 2012
Posts: 1
Hi ,
I need to create a soap request xml and then send it to a web service .
The request xml should be like the below one :



I want to know how to create the following part using Axis 1


I am trying with the below code


But that is throwing the exception 'org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup. Message being parsed: '

Can anybody please help me in this regard ?
Regards,
Piku Dutta

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need to populate the implicit header attributes using Apache Axis code
 
Similar Threads
adding header to soap requests
dynamic generation of SOAP request using JAVA
Invoke .NET Web Service using Java/Axis passing SoapHeader
SOAP header in SOAP request
Different Behavior between SAAJ Implementations (Axis2 and glassfish)