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
