Shripad,

The error indicates that the server does not know how to process the
"anyType" type. How does the WSDL describe the ns8:PushRsp element?
Why does your message override the element type by specifying
xsi:type="xsd:anyType"?

I doubt that the problem is related to ws-addressing.

Anne


On Thu, Aug 28, 2008 at 7:38 AM, Shripad Gokhale
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I am working with Axis 1.4. I am  using ws-addressing mode on my soap-server
> which uses Axis 1.4. The body of  request sent by the server (to the server
> denoted by reply to tag) looks as below. What can be the reason for the
> exception?
>
>
>
> <soapenv:Body>
>
> <processIPDRDocResponse>
>
>    <ns8:PushRsp xsi:nil="true" xsi:type="xsd:anyType"
> xmlns:ns8="http://www.microsoft.com/iptv/csf"/>
>
> </processIPDRDocResponse>
>
> </soapenv:Body>
>
>
>
> On the reply to server , we get following exception
>
>
>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>
>    <soapenv:Body>
>
>       <soapenv:Fault>
>
>          <faultcode>soapenv:Server.userException</faultcode>
>
>          <faultstring>org.xml.sax.SAXException: Deserializing parameter
> 'processIPDRDocResponse':  could not find deserializer for type
> {http://www.w3.org/2001/XMLSchema}anyType</faultstring>
>
>          <detail>
>
>             <ns1:hostname
> xmlns:ns1="http://xml.apache.org/axis/";>snvi017</ns1:hostname>
>
>
>
> Thanks
>
> Shripad
>
>
>
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at http://www.amdocs.com/email_disclaimer.asp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to