[jira] Assigned: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-31 Thread Deepal Jayasinghe (JIRA)
ted SubElement error while processing Response. > -- > > Key: AXIS2-4191 > URL: https://issues.apache.org/jira/browse/AXIS2-4191 > Project: Axis 2.0 (Axis2) >

[jira] Updated: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-30 Thread Nateshan Soundarapandian (JIRA)
ted SubElement error while processing Response. > -- > > Key: AXIS2-4191 > URL: https://issues.apache.org/jira/browse/AXIS2-4191 > Project: Axis 2.0 (Axis2) >

[jira] Updated: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-29 Thread Nateshan Soundarapandian (JIRA)
ted Client: UnExpected SubElement error while processing Response. > -- > > Key: AXIS2-4191 > URL: https://issues.apache.org/jira/browse/AXIS2-4191 > Projec

[jira] Updated: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-29 Thread Nateshan Soundarapandian (JIRA)
ted Client: UnExpected SubElement error while processing Response. > -- > > Key: AXIS2-4191 > URL: https://issues.apache.org/jira/browse/AXIS2-4191 > Projec

[jira] Updated: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-29 Thread Nateshan Soundarapandian (JIRA)
ent: UnExpected SubElement error while processing Response. > -- > > Key: AXIS2-4191 > URL: https://issues.apache.org/jira/browse/AXIS2-4191 > Projec

[jira] Created: (AXIS2-4191) Axis2 Generated Client: UnExpected SubElement error while processing Response.

2008-12-29 Thread Nateshan Soundarapandian (JIRA)
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

Re: SubElement error

2007-08-02 Thread Georgia Giacobbi
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

Re: SubElement error

2007-08-02 Thread Amila Suriarachchi
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

SubElement error

2007-08-02 Thread Georgia Giacobbi
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