[ http://issues.apache.org/jira/browse/AXIS2-1274?page=comments#action_12438814 ] Davanum Srinivas commented on AXIS2-1274: -----------------------------------------
#1) When using latest nightly the new file name is Axis2SampleDocLitServiceStub.java please use that. #2) For the second, use the following command line. -d xmlbeans -p com.sample -ss -sd -g -uri c:\APACHE\axis2\modules\samples\wsdl\Axis2SampleDocLit.wsdl -pn Axis2SampleDocLitPort the name of the port are the ones under /definitions/service/port/@name in the wsdl. -- dims > WSDL2Java does not create Stub class for PortType > ------------------------------------------------- > > Key: AXIS2-1274 > URL: http://issues.apache.org/jira/browse/AXIS2-1274 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: wsdl > Affects Versions: 1.0 > Environment: WinXP, Sun JVM 1.5 > Reporter: yogen > > I am using AXIS2 1.0. I ran wsdl2java on samples/wsdl/Axis2SampleDocLit.wsdl > like this: wsdl2java -d xmlbeans -uri Axis2SampleDocLit.wsdl -p com.sample > -ss -sd -g; it does not > generate Axis2SampleDocLitPortTypeStub.java. > > when I tried this wsdl2java -d xmlbeans -uri Axis2SampleDocLit.wsdl -p > com.sample -ss -sd -g -pn Axis2SampleDocLitPortType > it complains that Axis2SampleDocLitPortType not found in WSDL. > The problem is in nightly build as well. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
