cancel
Showing results for 
Search instead for 
Did you mean: 

Java program needed for SOAP message creation and send to SOAP server

Former Member
0 Kudos

Hi All,

I need a java program which creates SOAP message and send to SOAP server.

Any help is appreciated

Thanks

Deno

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks Mukesh. Appreciate.

Deno

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Deno,

For that you should have the SOAP with Attachments API for Java (SAAJ) and the related jar files.

http://java.sun.com/webservices/saaj/index.jsp

Now for sending SOAP xml messages to a server, i recommend the following tutorial,

http://www-128.ibm.com/developerworks/xml/library/x-jaxmsoap/

Best regards,

Guru.

PS: Reward points for helpfull replies.