Hi,
I am trying to create a SOAP client using java that:
- Serializes the object to XML;
- Calls the web method through HTTP manipulation (in this case DFS); and
- Parse the returning XML response back into an object.
Basically i am trying to create a custom SOAP client which will send a xml over dfs and get a response.
I am currently trying to use the SAAJ (SOAP with Attachments API for Java) framework
Anyone with an idea on how to do this please help.