|
Hi,
In XML schema I want to type-define Java Array of classes.
and send it over SOAP , tell me how should I do it .I checked the tutorial at http://www.w3.org/TR/SOAP/#_Toc478383522.
Which asks me to declare a complex type.
<complexType base= "SOAP-ENC:Array/>
But , this declaration is not recognized by my XML Schema document.
Could you pls. help me with this ?
|