You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2002/01/10 23:34:44 UTC

.jws files and generated WSDL

If you look at the WSDL generated by a .jws file, the names of the binding and service have .jws in them.

This gets handled OK by WSDL2Java, but it looks a little funny:

+ <wsdl:portType name="Calculator"> 
+ <wsdl:binding name="Calculator.jwsSoapBinding" type="intf:Calculator"> 
+ <wsdl:service name="Calculator.jwsService"> 

These get translated to the class names 'CalculatorJwsSoapBinding' and 'CalculatorJwsService'.

Does anyone think its a good idea to filter out the ".jws" in the WSDL emitter?

--
Tom Jordahl
Macromedia Server Development