Hello, Does apache soap support multirefence types? if it does, can anybody help out here!!
thx a lot, Frederik SOAP RESPONSE FROM SOAP MS SERVER --------------------------------- <?xml version="1.0" encoding="utf-8" ?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tectrade.net/helloworld/" xmlns:types="http://tectrade.net/helloworld/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <types:GetMethodNameResponse> <GetMethodNameResult href="#id1" /> </types:GetMethodNameResponse> <soapenc:Array id="id1" soapenc:arrayType="xsd:int[5]"> <Item>0</Item> <Item>1</Item> <Item>8</Item> <Item>27</Item> <Item>64</Item> </soapenc:Array> </soap:Body> </soap:Envelope> SOAP ERROR JAVA CLIENT ----------------------- No Deserializer found to deserialize a ':GetMethodNameResult' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException: No Deserializer found to deserialize a ':GetMethodNameResult' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.]