Make sure the namespace declaration on your deploy.wsdd matches with the
name space you use in your custom de-serializer.


-----Original Message-----
From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 02, 2004 3:33 PM
To: '[EMAIL PROTECTED]'
Subject: RE: error while deserializing


Hi All,

I am practically stumped with this one. I can't see what the problem is!
The DeSerializer is set to the default one. The classes generated by the
WSDL2Java are in the classpath.

Can anyone see why I am seeing the problem?

Thanks

Ramesh.

-----Original Message-----
From: Bobba, Ramesh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 11:48 AM
To: '[EMAIL PROTECTED]'
Subject: error while deserializing


Hi,

I am getting the following error while sending a response. Seems it cant
find the FindDeviceRequest object but that class is in the
Web-inf/classes directory. Am I missing something?

Thanks,

Ramesh.

     [java] <!-------------------- REQUEST ---------------->
     [java] URL        :  http://localhost:7001/oamp_ws/oamp
     [java] Headers    :

     [java] <env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:soapenc="http://sche
mas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";><en
v:Header/><env:Body
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
"><m:findDevice
xmlns:m="http://www.insignia.com/ssp/oamp";><findDeviceRequest xm
lns:n1="java:com.insignia.oampAdapter.values"
xsi:type="n1:FindDeviceRequest"><e
xternalDeviceId
xsi:type="xsd:string">IMSI1</externalDeviceId></findDeviceReques
t></m:findDevice></env:Body></env:Envelope>
     [java] <!-------------------- END REQUEST ------------>
     [java] <!-------------------- RESPONSE --------------->
     [java] URL           : http://localhost:7001/oamp_ws/oamp
     [java] Response Code :500
     [java] Headers       :
     [java]   Date=Tue, 02 Mar 2004 19:34:42 GMT
     [java]   Server=WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003
316284
     [java]   Content-Type=text/xml; charset=utf-8
     [java]   Connection=Close
     [java] Envelope   :
     [java] <?xml version="1.0" encoding="UTF-8"?>
     [java] <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/env
elope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.or
g/2001/XMLSchema-instance">
     [java]  <soapenv:Body>
     [java]   <soapenv:Fault>
     [java]    <faultcode>soapenv:Server.userException</faultcode>
     [java]    <faultstring>org.xml.sax.SAXException: Deserializing
parameter &a
pos;findDeviceRequest&apos;:  could not find deserializer for type
{java:com.ins ignia.oampAdapter.values}FindDeviceRequest</faultstring>
     [java]    <detail/>
     [java]   </soapenv:Fault>
     [java]  </soapenv:Body>
     [java] </soapenv:Envelope>
     [java] <!-------------------- END RESPONSE ----------->

Reply via email to