ted SubElement error while processing Response.
> --
>
> Key: AXIS2-4191
> URL: https://issues.apache.org/jira/browse/AXIS2-4191
> Project: Axis 2.0 (Axis2)
>
ted SubElement error while processing Response.
> --
>
> Key: AXIS2-4191
> URL: https://issues.apache.org/jira/browse/AXIS2-4191
> Project: Axis 2.0 (Axis2)
>
ted Client: UnExpected SubElement error while processing Response.
> --
>
> Key: AXIS2-4191
> URL: https://issues.apache.org/jira/browse/AXIS2-4191
> Projec
ted Client: UnExpected SubElement error while processing Response.
> --
>
> Key: AXIS2-4191
> URL: https://issues.apache.org/jira/browse/AXIS2-4191
> Projec
ent: UnExpected SubElement error while processing Response.
> --
>
> Key: AXIS2-4191
> URL: https://issues.apache.org/jira/browse/AXIS2-4191
> Projec
Axis2 Generated Client: UnExpected SubElement error while processing Response.
--
Key: AXIS2-4191
URL: https://issues.apache.org/jira/browse/AXIS2-4191
Project: Axis 2.0
1)
This is my SEI :
package it.my.endpoint.sei;
import it.my.bean.dto.out.CustomerServiceOutDTO;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
@WebService(name="CustomerService" , targetNamespac
Well can you please give me these details.
1. how did you create the service?
2. response comming from the server. As I understood this is the Soap
message which causes the problem.
if you can please validate the soap message comes to the client (response)
against the wsdl.
Amila.
On 8/2/07, Ge
Hi all,
I have a problem with AXIS2, I've created a web service and I did the
deploy of AAR on AXIS2.
Then, I've generated a client in order to test it, using a Eclipse
plug-in and starting it from WSDL I got a error message.
In the meantime the client is being executed I have the follo