Re: How to get rid of Unexpected SubElement Exception

2009-01-10 Thread ibrahim demir
From: Amila Suriarachchi amilasuriarach...@gmail.com To: axis-user@ws.apache.org Sent: Saturday, January 10, 2009 8:54:03 AM Subject: Re: How to get rid of Unexpected SubElement Exception On Sat, Jan 10, 2009 at 2:37 AM, ibrahim demir

Re: How to get rid of Unexpected SubElement Exception

2009-01-09 Thread don t
Hi, to make an element optional you can set minOccurs=0 in the WSDL. However elements in the SOAP body must appear in the same order specified in the WSDL. ibrahim demir wrote: Hi All; I have already said about my problem but want to repeat. I am using Axis2 and Axis2 Code Generator for

Re: How to get rid of Unexpected SubElement Exception

2009-01-09 Thread ibrahim demir
DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org From: don t donny.tjon...@verizonwireless.com To: axis-user@ws.apache.org Sent: Friday, January 9, 2009 10:18:57 PM Subject: Re: How to get rid of Unexpected SubElement Exception Hi

Re: How to get rid of Unexpected SubElement Exception

2009-01-09 Thread don t
: Friday, January 9, 2009 10:18:57 PM Subject: Re: How to get rid of Unexpected SubElement Exception Hi, to make an element optional you can set minOccurs=0 in the WSDL. However elements in the SOAP body must appear in the same order specified in the WSDL. ibrahim demir wrote: Hi All

Re: How to get rid of Unexpected SubElement Exception

2009-01-09 Thread Amila Suriarachchi
.? Yours Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org -- *From:* don t donny.tjon...@verizonwireless.com *To:* axis-user@ws.apache.org *Sent:* Friday, January 9, 2009 10:18:57 PM *Subject:* Re: How to get rid of Unexpected SubElement