[
https://issues.apache.org/jira/browse/AXIS2-3252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547757
]
Jesper Peterson commented on AXIS2-3252:
----------------------------------------
Thank you for taking the time to look at this.
Are you saying if the WSDL specified "qualified" for elements then the perl
response would be considered correct?
I added elementFormDefault="qualified" to the WSDL schema but the generated
Axis2 stub is identical. However the Axis1 stub code changes so the
createsessionReturn namespace is now non-empty. See my earlier comment for the
Axis1 "unqualified" stub.
oper = new org.apache.axis.description.OperationDesc();
oper.setName("createsession");
oper.setReturnType(new javax.xml.namespace.QName("urn:TESTWS",
"createsessionResponseType"));
oper.setReturnClass(TESTWS.CreatesessionResponseType.class);
oper.setReturnQName(new javax.xml.namespace.QName("urn:TESTWS",
"createsessionReturn"));
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[2] = oper;
So with or without "qualified" the Axis2 stub rejects the perl response and
Axis1 accepts it. Only the Axis1 stub has different code for "qualified" .
I accept that the perl WSDL and response in this case are inconsistent but I
was hoping to get around it by fixing the WSDL since modifying the perl is not
an option in this case.
> Unexpected subelement
> ----------------------
>
> Key: AXIS2-3252
> URL: https://issues.apache.org/jira/browse/AXIS2-3252
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Affects Versions: 1.2
> Reporter: adam
> Assignee: Amila Chinthaka Suriarachchi
> Priority: Critical
> Attachments: classes.rar, jesperp.zip, src.zip, the classes.rar
>
>
> Hi,
> I try to make web service with eclipse and axis2 .. and i recieve the
> following exception and i don't know what is the casue :
> Exception *****************:
> Exception in thread "main" java.lang.RuntimeException:
> java.lang.RuntimeException: Unexpected subelement medicineId
> at
> com.cliniccruise.ws.MainClassForWSMainClassForWSSOAP11Port_httpStub.fromOM(MainClassForWSMainClassForWSSOAP11Port_httpStub.java:19136)
> at
> com.cliniccruise.ws.MainClassForWSMainClassForWSSOAP11Port_httpStub.sendMedicenObjetct(MainClassForWSMainClassForWSSOAP11Port_httpStub.java:159)
> at com.cliniccruise.ws.WSClient.main(WSClient.java:20)
> Caused by: java.lang.RuntimeException: Unexpected subelement medicineId
> at
> com.cliniccruise.ws.MainClassForWSMainClassForWSSOAP11Port_httpStub$MedicineWVO$Factory.parse(MainClassForWSMainClassForWSSOAP11Port_httpStub.java:14748)
> at
> com.cliniccruise.ws.MainClassForWSMainClassForWSSOAP11Port_httpStub$SendMedicenObjetctResponse$Factory.parse(MainClassForWSMainClassForWSSOAP11Port_httpStub.java:988)
> at
> com.cliniccruise.ws.MainClassForWSMainClassForWSSOAP11Port_httpStub.fromOM(MainClassForWSMainClassForWSSOAP11Port_httpStub.java:19130)
> ... 2 more
> The class that i make from it the web service is : "MainClassForWS"
> and my client test is : "WSClient"
> All the class relative to this exception in the attachment file
> i need to know from where this exception come and what causes it and what is
> the solution for it .
> Thanks.
> M.adam
--
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]