Re: [Axis2/ADB] How to check whether optional parts of a SOAP message are specified
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
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