| Author |
How I handler SOAP messages
|
Alex Florentino
Ranch Hand
Joined: Dec 12, 2006
Posts: 48
|
|
My client going to send some data using SOAP envelope via http(https), How I handler these messages ? I need of a Web Service ? I am newbye about Web Service thanks a lot, Alex
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
Have a look at the sample chapter SAAJ (pdf) from Java Web Services in a Nutshell. It outlines what you need to do to build a simple SOAP client and explains what needs to be done when using https. If the SOAP web service that you are accessing publishes a WSDL then you can use one of the WSDL-to-Java tools from one of the available SOAP toolkits to generate a client stub for you. Also take a look at the Web Services FAQ.
|
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
|
 |
 |
|
|
subject: How I handler SOAP messages
|
|
|