I already did. But either i get an Exception 'Wrong Qname' when trying to access the WS with PHP or one with 'illegal state, mixed content' when using .NET :/
Gruß Andi am Donnerstag, 30. März 2006 schrieb Ajith Ranabahu: AR> Hmm.. This seems like a bug in de-ser code of the ADB template. AR> However I suggest you do a test with the latest 0.95 release before AR> filing a Jira AR> Ajith AR> On 3/30/06, Andreas Hörnicke <[EMAIL PROTECTED]> wrote: >> Hi, >> >> im having a hard time while migrating from Axis 1.3 to 2. After >> struggling with some minor difficulties i came up with this one. >> >> Recieving a request with generated Adb-Code from the following >> Wsdl-portion i get only one element of Type01 instead of 20 >> (which where serialized and definitely are in the envelope). >> >> I already searched through jira, but with no big success. Any >> ideas? >> >> ------------------------------ >> <complexType name="Type01"> >> <all> >> <element name="id01" type="xsd:int"/> >> <element name="id02" type="xsd:int"/> >> <element name="id03" type="xsd:string"/> >> </all> >> </complexType> >> >> <complexType name="Type01Array"> >> <sequence> >> <element minOccurs="0" maxOccurs="unbounded" >> name="type01Arr" type="typens:Type01"/> >> </sequence> >> </complexType> >> >> <complexType name="Request01"> >> <all> >> <element name="param01" type="xsd:string" /> >> <element name="param02" type="typens:Type01Array" minOccurs="0" /> >> </all> >> </complexType> >> >> <element name="GetRequest01" type="typens:Request01" /> >> ------------------------------ >> >> - Andreas >> >> AR> -- AR> Ajith Ranabahu
