Hi all,

Here is the procedure I followed for the web service development and
deployment:
1) I started with the wsdl and an xsd (this xsd is imported in the wsdl
using xsd:import and the xsd has required complex type definitions.)
2) I used Axis WSDL2Java to generate all the server side skeleton beans.
3) I developed the required service classes.
4) I deployed the web service into the server.  

My issue is that when I append ?wsdl at the end of the deployed web service
end point url, I get a wsdl which is different than the original one that I
started out with. It does not have the xsd:import definition to refer the
xsd, and all the complex types are explicitly declared in the wsdl:types. 

The container automatically generates WSDL for any deployed service when you
append ?wsdl to the end of the service endpoint URL, right?  

My question is, how do I make sure to get the exact same wsdl after the
deployment, when I append ?wsdl to the deployed web service url?

Any inputs are highly appreciated.

Thanks,
Pram

-- 
View this message in context: 
http://www.nabble.com/Reg-web-service-deployment-and-wsdl-generation-tp18414917p18414917.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to