Re: [Axis2/ADB] How to check whether optional parts of a SOAP message are specified

2007-10-12 Thread Amila Suriarachchi
On 10/10/07, Rainer Menzner <[EMAIL PROTECTED]> wrote: > > Hi, > > suppose I have optional parts in an XML element used by a WSDL, e.g.: > > > > > > > > ... > > ... > > > > > > > > After the stub classes have been generated by wsdl2ja

[Axis2/ADB] How to check whether optional parts of a SOAP message are specified

2007-10-10 Thread Rainer Menzner
Hi, suppose I have optional parts in an XML element used by a WSDL, e.g.: ... ... After the stub classes have been generated by wsdl2java, how can I check whether IsHit was specified based on a stub class? I know there are tr