aspose file tools
The moose likes Web Services and the fly likes Developing new web service!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Developing new web service!!" Watch "Developing new web service!!" New topic
Author

Developing new web service!!

Janardhan Kotha
Greenhorn

Joined: Feb 01, 2006
Posts: 14
Hi,

I would like to develop a new web service (eg:- Hello World) from scratch in JAVA, I don't want to use any tools that auto generate from java/wsdl file. Can you suggest any good online tutorial?? I have basic knowlege of wsdl, soap, uddi, jaxm, jax-rpc & xml technologies.

Thanks in advance.
Janardhan.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
Hello Janardhan-

Welcome to JavaRanch.

On your way in you may have missed that JavaRanch has a policy on display names, and yours does not comply with it - please adjust it accordingly, which you can do right here. Specifically, a first name, a space, and a last name are required. Thanks for your prompt attention to this matter.

Enyoy your time here.


Android appsImageJ pluginsJava web charts
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
As to your question, the Web Services FAQ lists some introductory articles, some of which are about using code generators, others do without them.
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
Originally posted by Janardhan:
I don't want to use any tools that auto generate from java/wsdl file.

I don't know what it will accomplish - but O'Reilly's Java Web Services in a Nutshell Sample Chapter on SAAJ might just do the trick for the service endpoint. As for the client side you can try Sun's JAX-RPC Dynamic Invocation Interface Client.


"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
Janardhan Kotha
Greenhorn

Joined: Feb 01, 2006
Posts: 14
Thanks Peer & Dittmer.
wise owen
Ranch Hand

Joined: Feb 02, 2006
Posts: 2023
I don't want to use any tools that auto generate from java/wsdl file.
Do you mean not from java to wsdl?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Developing new web service!!
 
Similar Threads
Error when deploying WS generated from WSDL in Netbeans (wls1035)
RMI from Webservice
create java application web service client get wrong return value from php web service
NullPointerException Trying to Get RemoteIP (why?)
Error while creating the proxy?