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 Help Building Request Using Apache SOAP 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 "Help Building Request Using Apache SOAP" Watch "Help Building Request Using Apache SOAP" New topic
Author

Help Building Request Using Apache SOAP

Greg Pedder
Greenhorn

Joined: Jan 07, 2004
Posts: 1
I have been struggling with Apache SOAP to try and build a request. Specifically, I don't understand how to embed these elements into the Header and Body sections. More specifically, how to do this nested tags.
Thanks for any advice you can provide.
Below, is a sample of the request I need to send to the server (WSDL).

I have the following code that will add parameters to the Body section, but I don't understand how to nest <UserName> and <Password> within the <comHdr> and <WSCredentials> tags

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help Building Request Using Apache SOAP
 
Similar Threads
Adding SOAP elements through DOM
SOAP Fault for SOAP Action property
Could not recognize the SOAP XML Namespace while invoking MessageRouterServlet
problem with perl web services and java client
Problem Using Ksoap