Advice on creating simple web service

Posted by London on Stack Overflow See other posts from Stack Overflow or by London
Published on 2010-06-11T22:43:39Z Indexed on 2010/06/11 22:52 UTC
Read the original article Hit count: 145

Filed under:
|
|

Hi all, I want to build simple SOAP web service. So far I've only worked with existing SOAP/Rest services. And now I'd like to create my own, simple one for starters.

For example create simple hello + string web service where I provide the string in request from SOAP ui or similar tool.

I have Jboss server installed already, what is the "simplest" possible way to achieve this? I realize I need interface, interfaceImpl, and a wsdl file(generated possibly).

Does anyone have some useful advice for me ? thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services