Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Web Services and the fly likes populate data via soap from webservice 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 "populate data via soap from webservice" Watch "populate data via soap from webservice" New topic
Author

populate data via soap from webservice

Yahya Elyasse
Ranch Hand

Joined: Jul 07, 2005
Posts: 510

Hi guys,

I'm very new to webservice technology & need your help.

I want to populate data from an existing webservice via SOAP:
the SOAP Request sould be :


SOAP response should be :


the WSDL document sample is :



Can some one show me how to write java code to get the ProjetID & projectName data from above infos ?
thanks much for helping
 
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: populate data via soap from webservice
 
Similar Threads
how to set an attribute like SOAPAction in the Header?
Help with SAAJ and SOAP 1.2
SOAP in Java
Get the body content in SOAP message
Simple SOAP client