[
http://issues.apache.org/jira/browse/AXIS2-937?page=comments#action_12434658 ]
William Ferguson commented on AXIS2-937:
----------------------------------------
Deepal, can you please confirm that the #scheduleReport method in the generated
stub interface has a single ScheduleReport parameter when supplying the
following params to Wsdl2Java
<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"
output="${target.java}\output.xml">
<arg line="-uri ${src.main.wsdl}\JasperService.wsdl"/> <!-- uri from
which to get WSDL -->
<arg line="-o ${target}"/> <!-- Output directory in which to generate
files --> <!-- NB it generates to the src folder under this directory!! -->
<arg line="-p ${generated.package.name}"/> <!-- package in which to
generate classes -->
<arg line="-pn ${port.name}"/> <!-- Specify the port to hit -->
<arg value="-s"/> <!-- Synchronous style only -->
<arg value="-u"/> <!-- Unpacks the data-Binding classes from the Stub
-->
<classpath>
<fileset dir="${src.main.lib}">
<include name="*.jar"/>
</fileset>
</classpath>
</java>
Because the nightly build from the 14-sep-06 generates a no-argument method
for me.
I changed back to JDK 1.4 but it didn't have any effect.
> WSDL2Java not generating parameters for stub methods
> ----------------------------------------------------
>
> Key: AXIS2-937
> URL: http://issues.apache.org/jira/browse/AXIS2-937
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: Tools
> Reporter: William Ferguson
> Assigned To: Deepal Jayasinghe
> Priority: Blocker
> Attachments: axis2-937.zip, JasperService.wsdl, JasperServiceStub.java
>
>
> WSDL2Java from the nightly snapshot of 23-jul-2006 generates the
> stub/interface, but tyhe methods on the stub don't have any parameters when
> they should. The stub is created fine using WSDL2Java from Axis2-1.0
> WSDL2Java params:
> <target name="generate.client" depends="init">
> <exec executable="${axis2.wsdl2java.home}/bin/WSDL2Java.bat">
> <arg line="-uri ${wsdl.uri}"/> <!-- uri from which to
> get WSDL -->
> <arg line="-o ${build}"/> <!-- Output directory in
> which to generate files -->
> <arg line="-p ${generated.package.name}"/> <!-- package
> in which to generate classes -->
> <arg line="-pn ${port.name}"/> <!-- Specify the port to
> hit -->
> <arg value="-s"/> <!-- Synchronous style only -->
> <arg value="-u"/> <!-- Unpacks the data-Binding classes
> from the Stub -->
> </exec>
> </target>
> I will attach the WSDL in question
--
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]