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': 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 ----------->