Link to home
Start Free TrialLog in
Avatar of nomanjl
nomanjl

asked on

deployment of JAX-RPC web service for IBM websphere

hi,

I am new to java.

I have to create web-service using JAX-RPC which I have to deploy on IBM websphere and also Web Logic.

Can anybody guide me how to create WSDL file, deployment descriptors how to use Java2WSDL.bat etc?

I am trying to find any tutorial but could not find anything.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of ysnky
ysnky
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HonorGod
Are you aware of these documents?  One or both may be of some assistance.

Title: WebSphere JAX-RPC Web services: Protocol and location transparency
  URL: http://www.ibm.com/developerworks/webservices/library/ws-soa-jaxrpc/

Title: WebSphere Version 6 Web Services Handbook Development and Deployment
  URL: http://www.redbooks.ibm.com/abstracts/sg246461.html

Its not must that you need to go from WSDL to Java ;)

Ok As you want a web application which works independent of the servers I suggest you to use Eclipse WTP version to create a web service in no time from a Java class and export this as a war file and deploy in which ever server you need.

WTP eclipse comes with Axis bundled and this tutorial will help you in getting the web service done easily.

use the following tutorials

http://www.webagesolutions.com/knowledgebase/javakb/jkb004/WTP_demo.htm

Google out for WTP web services tutorials you will get more.