Friday, May 10, 2013

Sending SOAP Message from Client to Server Over Socket using java code

Download following jar and add to library file before executing code  httpcore-4.0-alpha6.jar

SOAP message which is sent will be received on 16000 port on server and will be written to file given.

To verify soap message details uncomment code in Server.java.

Clint.java



Server.java





No comments:

Post a Comment

Other Posts