I tried developing webservice(EJB as RPC) in weblogic server and installed and its working fine if i call it from client. I am using java2WSDL(axis) tool to create a WSDL file and WSDL2Java to create stubs for client to call.I am struck in linking webservice to use the wsdl file which i have created. I manually tried to add my WSDL file to the WAR file of my application and also Updated the web.xml file of the Web application adding a mime-mapping.
Could anyone tell me how to assosciate webservice to a WSDL file.
thanks in advance
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Originally posted by jeyakar antony:
Could anyone tell me how to assosciate webservice to a WSDL file.
Welcome to Javaranch Jeyakar, Could you please tell us what you mean by associating webservice to a WSDL file ? What are you trying to accomplish by assiociating a WSDL from another WSDL ?