[
https://issues.apache.org/jira/browse/AXIS2-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gul Onural reopened AXIS2-2609:
-------------------------------
I tried the suggestion, but now Axis2 is giving me a different error (The EPR
and operation the AxisFault is complaining about below are correct and exist
but I still get the exception below:
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not
found is https://xxxxxxxx:8443/axis2/s
ervices/TestService and the WSA Action = urn:testop
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
at
org.apache.axis2.description.RobustOutOnlyAxisOperation$RobustOutOnlyOperationClient.send(RobustOutOnlyAxi
sOperation.java:108)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:446)
at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:426)
at
com.nortel.optical.drac.client.wsautomatedtestengine.DracWsAutomatedTestClient.main(DracWsAutomatedTestCli
ent.java:94)
> Incorrectly generated stub functions
> -------------------------------------
>
> Key: AXIS2-2609
> URL: https://issues.apache.org/jira/browse/AXIS2-2609
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.2
> Reporter: Gul Onural
> Assignee: Amila Chinthaka Suriarachchi
> Priority: Blocker
> Attachments: test.zip
>
>
> The release 1.2 wsdl2 java generates incorrect stub functions for the
> operations that has header part only, no payload.
> This was correctly done with version axis2 1.1.1. Something changed in
> between the two releases in this area is causing the problem.
> For example, operation and message are defined something similar to :
> <operation name="queryX">
> <input message="queryXRequest"/>
> <output message="queryXResponse"/>
> </operation>
> <message name="queryXRequest">
> <part name="header" element="id"/>
> </message>
> The generated stubs contains the id twice :
> public com.mycompany.QueryXResponseDocument queryX(
> com.mycompany.IdDocument id2,
> com.mycompany.IdDocument id3)
> throws java.rmi.RemoteException
> {
> ...
> }
--
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]