Use the axis wsdl2java tool.
Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Stefan Taubenberger <Stefan.Taubenberger@icn. To: [EMAIL PROTECTED] siemens.de> cc: Subject: Complex structure 03/05/2002 08:14 AM Please respond to axis-user Hello everybody, i have a question to complex Data Types ? If i had any complex data Type like this: <schema targetNamespace="http://soap_struct" xmlns="http://www.w3.org/2001/XMLSchema"> <complexType name="struktur1"> <sequence> <element name="name" nillable="true" type="xsd:string"/> <element name="postleitzahl" type="xsd:int"/> <element name="Strasse" nillable="true" type="xsd:string"/> <element name="hausn" nillable="true" type="xsd:string"/> </sequence> </complexType> <element name="el0" nillable="true" type="intf:struktur1"/> and i call the client with the input of struktur1 i cant get any response... I get always Null pointer exceptions I generated the neccesary files with the wsdl2java tool integrated at Borland's 6.0 IDE. Which i think is the same as delivered by the axis project. One of Borlands people said, that the actual release doesn't support sendíng and receiving complex structures. It means that the generated files doesn support this... Is this right ?? Or i am wrong....Any other Ideas ??