RE: Error with ADBException: Unexpected subelement _return

2011-04-20 Thread Swetta Bhaskar
ADBException: Unexpected subelement _return Hello, i work with a WSDL in contract first model, to generate both server and client side. I'm working with Axis 1.5.4 but we have the same problem with the 1.5.1 With the WSDL inside, i generate this SOAP message: http://schemas.xmlsoap.org

ADBException: Unexpected subelement Body

2011-03-15 Thread Siva prakash I V
nse%3E%3C/soapenv:Body%3E%3C/soapenv:Envelope%3E%3C/soapenv:Body%3E%3C/soapenv:Envelope> > where soap Envelope and Body are encapsulated twice. As a result of this, client stub is unable to parse and throwing the following error. org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBExceptio

Re: Unexpected subelement

2011-02-28 Thread Dennis Sosnoski
ems to break anyone using Axis. > > It seems that on every request Axis checkes the endpoints WSDL and > verifies that it is EXACTLY like the stubs it has. If not then it > throws an exception (unexpected subelement). > > Our clients are very frustrated with this because they have t

Re: Unexpected subelement

2011-02-28 Thread Ryan Bergman
So, I'm kind of remote debugging this from our clients perspective. I Got everything up and running and was able to reproduce the error with an older version of Axis2 (1.2). The newest version I have (1.5.4) does not seem to have this problem (using ADB) So upgrading is a good workaround for our cl

RE: Unexpected subelement

2011-02-28 Thread Meeusen, Christopher W.
-Meeusen.Christopher=mayo@axis.apache.org [mailto:java-user-return-84214-Meeusen.Christopher=mayo.edu@axis.apache. org] On Behalf Of Ryan Bergman Sent: Monday, February 28, 2011 8:34 AM To: java-user@axis.apache.org Subject: Unexpected subelement Hi, I have a soap web service served from a .net a

Unexpected subelement

2011-02-28 Thread Ryan Bergman
Axis checkes the endpoints WSDL and verifies that it is EXACTLY like the stubs it has. If not then it throws an exception (unexpected subelement). Our clients are very frustrated with this because they have to get a developer to regenerate the stubs every time we add something (and they often do

Re: Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-30 Thread Amila Suriarachchi
On Fri, Apr 30, 2010 at 1:38 PM, Damian Carey wrote: > Amila > Thanks very much for your reply. > > On Fri, Apr 30, 2010 at 12:46 AM, Amila Suriarachchi > wrote: > > > > On Thu, Apr 29, 2010 at 5:22 PM, Damian Carey wrote: > >> Hello all, > >> The summary of this post is "Can Axis2 support Mult

Re: Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-30 Thread Damian Carey
Amila Thanks very much for your reply. On Fri, Apr 30, 2010 at 12:46 AM, Amila Suriarachchi wrote: > > On Thu, Apr 29, 2010 at 5:22 PM, Damian Carey wrote: >> Hello all, >> The summary of this post is "Can Axis2 support MultiRef" > you can try with this. > > change your generated stub to and th

Re: Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-29 Thread Amila Suriarachchi
we have done a LOT of work before we were able to discover > this issue. > > Now we are testing we are finding an error. Please remember I am a > novice at anything to do with SOAP / Axis2 / ADB / etc so this may not > make sense. > > We can connect via HTTPS, send a "re

Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-29 Thread Damian Carey
a novice at anything to do with SOAP / Axis2 / ADB / etc so this may not make sense. We can connect via HTTPS, send a "request", and get a "response", but the response generates an "ADBException: Unexpected subelement". Looking at the wire trace we received