You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Gabe Johnson <Ga...@ECOVATE.COM> on 2002/10/23 22:02:18 UTC

Java2WSDL bug?

Hi. I am trying to get Java2WSDL to create a WSDL file. I am using the
-p flag ( == -PkgtoNS). Here is the command and the relevant part of the
error:

java org.apache.axis.wsdl.Java2WSDL -o gprov.wsdl - l
http://soap.mycompany.com/axis/services/MyService -PkgtoNS
"com.mycompany.big.route.to.mypackage"="http://soap.mycompany.com" -y
RPC com.mycompany.big.route.to.mypackage.MyService

The <class-of-portType> has already been specified as,
com.mycompany.big.route.to.mypackage=http://soap.mycompany.com. It
cannot be specified again as
com.mycompany.big.route.to.mypackage.MyService.

Has anybody experienced a similar problem? (would this question be
better for axis-dev ?)

Thanks

-gabe