You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Dino De Luca <di...@hotmail.com> on 2001/03/30 13:14:12 UTC

vector

this is my request:

HTTP/1.1 200 OK
Content-Type: text/xml; charset="utf-8"
Content-Length: 579

<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"><SOAP-ENV:Body>
<ns1:GetGroupsResponse xmlns:ns1="http://172.24.45.90" 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<Groups xmlns:ns2="http://xml.apache.org/xml-soap" xsi:type="ns2:Vector">
<item xsi:type="xsd:string">201</item>
<item xsi:type="xsd:string">202</item>
<item xsi:type="xsd:string">203</item>
</Groups>
</ns1:GetGroupsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



but the result is:

Exception: SOAP-ENV:Client - No Deserializer found to deserialize a 
'http:\\xml.apache.org\xml-soap:Vector' using encoding style 
'http://schemas.xmlsoap.org/soap/encoding/'


Why my SOAP CLIENT doesn't know the type Vector?

thanks
  dino
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: vector

Posted by Pablo <pa...@eneris.com>.
Check your Apache SOAP version. I think I've read here that soap 2.0
don't work with vectors. Soap 2.1 works for me.


    Pablo



On 30 Mar 2001 13:14:12 +0200, Dino De Luca wrote:
> 
> this is my request:
> 
> HTTP/1.1 200 OK
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 579
> 
> <SOAP-ENV:Envelope 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
> xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"><SOAP-ENV:Body>
> <ns1:GetGroupsResponse xmlns:ns1="http://172.24.45.90" 
> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
> <Groups xmlns:ns2="http://xml.apache.org/xml-soap" xsi:type="ns2:Vector">
> <item xsi:type="xsd:string">201</item>
> <item xsi:type="xsd:string">202</item>
> <item xsi:type="xsd:string">203</item>
> </Groups>
> </ns1:GetGroupsResponse>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
> 
> 
> but the result is:
> 
> Exception: SOAP-ENV:Client - No Deserializer found to deserialize a 
> 'http:\\xml.apache.org\xml-soap:Vector' using encoding style 
> 'http://schemas.xmlsoap.org/soap/encoding/'
> 
> 
> Why my SOAP CLIENT doesn't know the type Vector?
> 
> thanks
>   dino
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: vector

Posted by Pablo <pa...@eneris.com>.
Check your Apache SOAP version. I think I've read here that soap 2.0
don't work with vectors. Soap 2.1 works for me.


    Pablo



On 30 Mar 2001 13:14:12 +0200, Dino De Luca wrote:
> 
> this is my request:
> 
> HTTP/1.1 200 OK
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 579
> 
> <SOAP-ENV:Envelope 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
> xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"><SOAP-ENV:Body>
> <ns1:GetGroupsResponse xmlns:ns1="http://172.24.45.90" 
> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
> <Groups xmlns:ns2="http://xml.apache.org/xml-soap" xsi:type="ns2:Vector">
> <item xsi:type="xsd:string">201</item>
> <item xsi:type="xsd:string">202</item>
> <item xsi:type="xsd:string">203</item>
> </Groups>
> </ns1:GetGroupsResponse>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
> 
> 
> but the result is:
> 
> Exception: SOAP-ENV:Client - No Deserializer found to deserialize a 
> 'http:\\xml.apache.org\xml-soap:Vector' using encoding style 
> 'http://schemas.xmlsoap.org/soap/encoding/'
> 
> 
> Why my SOAP CLIENT doesn't know the type Vector?
> 
> thanks
>   dino
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org