You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Karl Philipp (JIRA)" <ji...@apache.org> on 2007/03/15 19:06:09 UTC

[jira] Commented: (AXIS2-2329) Invocation of a non-existing method

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

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

Sorry, the code snipped extracted from the java class named

 AddServicePortServiceMessageReceiverInOut.java

is incomplete:

private net.mycompany.ei.messaging.datatypes.EIMessageContext getEiMessageContext(
    net.mycompany.crm.contract.services.addservice.AddService0 wrappedType){

        return wrappedType.getAddService0().getEiMessageContext();

}

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org