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 ??


Reply via email to