|
From: Patrick Y. <kc...@ce...> - 2004-04-17 14:25:47
|
Hi, Hermes handles ebXML messages, which are kind of special SOAP messages. But if you want to send and receive general SOAP message, I guess you should use other tools, like Apache AXIS. If you want to know more about how Hermes sends and receives ebXML messages, you can take a look at our development guide and our Loopback.java sample. Thanks. Regards, -Patrick mlr...@cs... wrote: >hi, > >I am trying to send a SOAP message. >details. > >I use tomcat servers and JSP for front end. > >I want to know how to send a SOAP message from one machine to another >machine. > >and i also want to know how to receive the sent message at the >destination. > >can any one explain me the process. > > > > |