[ 
https://issues.apache.org/jira/browse/AXIS2-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482169
 ] 

Karl Philipp commented on AXIS2-2329:
-------------------------------------

Davanum,


Whoops. I'm not sure, if it is possible.
The wsdl/xsd's are provided by one of our customers.
Although I'm on vacation currently I am going to discuss this issue
with my colleagues tomorrow.

Regards,

 Karl



> Invocation of a non-existing method
> -----------------------------------
>
>                 Key: AXIS2-2329
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2329
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.1.1
>         Environment: Windows XP Professional Service Pack 2, Ant 1.6.5
>            Reporter: Karl Philipp
>
> Using (Ant snippet)
>               <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true" 
> maxmemory="1024m">
>                       <arg line="-uri wsdl/${service}Port.wsdl -o ${service} 
> -d adb -wv 1.1 -ss -uw"/>
>                       <classpath>
>                               <fileset dir="${axis2.dir}/lib">
>                                       <include name="*.jar" />
>                               </fileset>
>                       </classpath>
>               </java>
> a java class named
>  AddServicePortServiceMessageReceiverInOut.java
> is generated that does a call of a method named getAddService0() as stated 
> below:
>  net.mycompany.crm.contract.services.addservice.AddService0 wrappedType){
>      return wrappedType.getAddService0().getEiMessageContext();
>  }
> But the java class AddService0 contains only a method named
>  public net.mycompany.crm.contract.services.addservice.AddService 
> getAddService()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to