473,505 Members | 14,658 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

org.xml.sax.SAXException: Deserializing parameter XXX. Deserializer Not Found

1 New Member
Hello All,

I am trying to consume a .NET Service from Adobe LiveCycle Workflow. The service deals with complex objects. I am getting the following exception at the time of invocation of the service, and due to which my workflow gets stalled.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Deserializing parameter 'IDSMessage': could not find deserializer for type {http://IDSToBizTalkMessaging.IDSSchema}>IDSMessage
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: Deserializing parameter 'IDSMessage': could not find deserializer for type {http://IDSToBizTalkMessaging.IDSSchema}>IDSMessage
at org.apache.axis.message.RPCHandler.onStartChild(RP CHandler.java:277)
at org.apache.axis.encoding.DeserializationContext.st artElement(DeserializationContext.java:1035)
at org.apache.axis.message.SAX2EventRecorder.replay(S AX2EventRecorder.java:165)
at org.apache.axis.message.MessageElement.publishToHa ndler(MessageElement.java:1141)
at org.apache.axis.message.RPCElement.deserialize(RPC Element.java:236)
at org.apache.axis.message.RPCElement.getParams(RPCEl ement.java:384)
at org.apache.axis.client.Call.invoke(Call.java:2448)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at com.adobe.workflow.qpac.webservice.WSDLModel.invok eMethod(WSDLModel.java:390)
at com.adobe.workflow.qpac.webservice.WebServiceServi ce.execute(WebServiceService.java:100)
at com.adobe.workflow.engine.PEUtil.executeAction(PEU til.java:184)
at com.adobe.workflow.engine.ProcessEngineBMTBean.con tinueBranchAtAction(ProcessEngineBMTBean.java:2320 )
at com.adobe.workflow.engine.ProcessEngineBMTBean.asy ncInvokeProcessCommand(ProcessEngineBMTBean.java:5 12)
at com.adobe.workflow.engine.EJSLocalStatelessadobe_P rocessEngineBMTEJB_7d3cbd67.asyncInvokeProcessComm and(Unknown Source)
at com.adobe.workflow.engine.ProcessCommandController Bean.onMessage(ProcessCommandControllerBean.java:1 27)
at com.ibm.ejs.jms.listener.MDBWrapper$PriviledgedOnM essage.run(MDBWrapper.java:211)
at com.ibm.ws.security.util.AccessController.doPrivil eged(AccessController.java(Compiled Code))
at com.ibm.ejs.jms.listener.MDBWrapper.callOnMessage( MDBWrapper.java:200)
at com.ibm.ejs.jms.listener.MDBWrapper.onMessage(MDBW rapper.java:178)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1742)
at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHan dle.java:924)
at com.ibm.ejs.jms.listener.ServerSession.connectionC onsumerOnMessage(ServerSession.java:752)
at com.ibm.ejs.jms.listener.ServerSession.onMessage(S erverSession.java:527)
at com.ibm.ejs.jms.listener.ServerSession.dispatch(Se rverSession.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compil ed Code))
at com.ibm.ejs.jms.listener.ServerSessionDispatcher.d ispatch(ServerSessionDispatcher.java:37)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrap per.java:91)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrap per.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerS ession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:936)

{http://xml.apache.org/axis/}hostname:namcfadfwas305

org.xml.sax.SAXException: Deserializing parameter 'IDSMessage': could not find deserializer for type {http://IDSToBizTalkMessaging.IDSSchema}>IDSMessage
at org.apache.axis.AxisFault.makeFault(AxisFault.java :101)
at org.apache.axis.client.Call.invoke(Call.java:2451)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at com.adobe.workflow.qpac.webservice.WSDLModel.invok eMethod(WSDLModel.java:390)
at com.adobe.workflow.qpac.webservice.WebServiceServi ce.execute(WebServiceService.java:100)
at com.adobe.workflow.engine.PEUtil.executeAction(PEU til.java:184)
at com.adobe.workflow.engine.ProcessEngineBMTBean.con tinueBranchAtAction(ProcessEngineBMTBean.java:2320 )
at com.adobe.workflow.engine.ProcessEngineBMTBean.asy ncInvokeProcessCommand(ProcessEngineBMTBean.java:5 12)
at com.adobe.workflow.engine.EJSLocalStatelessadobe_P rocessEngineBMTEJB_7d3cbd67.asyncInvokeProcessComm and(Unknown Source)
at com.adobe.workflow.engine.ProcessCommandController Bean.onMessage(ProcessCommandControllerBean.java:1 27)
at com.ibm.ejs.jms.listener.MDBWrapper$PriviledgedOnM essage.run(MDBWrapper.java:211)
at com.ibm.ws.security.util.AccessController.doPrivil eged(AccessController.java(Compiled Code))
at com.ibm.ejs.jms.listener.MDBWrapper.callOnMessage( MDBWrapper.java:200)
at com.ibm.ejs.jms.listener.MDBWrapper.onMessage(MDBW rapper.java:178)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1742)
at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHan dle.java:924)
at com.ibm.ejs.jms.listener.ServerSession.connectionC onsumerOnMessage(ServerSession.java:752)
at com.ibm.ejs.jms.listener.ServerSession.onMessage(S erverSession.java:527)
at com.ibm.ejs.jms.listener.ServerSession.dispatch(Se rverSession.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compil ed Code))
at com.ibm.ejs.jms.listener.ServerSessionDispatcher.d ispatch(ServerSessionDispatcher.java:37)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrap per.java:91)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrap per.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerS ession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:936)
Caused by: org.xml.sax.SAXException: Deserializing parameter 'IDSMessage': could not find deserializer for type {http://IDSToBizTalkMessaging.IDSSchema}>IDSMessage
at org.apache.axis.message.RPCHandler.onStartChild(RP CHandler.java:277)
at org.apache.axis.encoding.DeserializationContext.st artElement(DeserializationContext.java:1035)
at org.apache.axis.message.SAX2EventRecorder.replay(S AX2EventRecorder.java:165)
at org.apache.axis.message.MessageElement.publishToHa ndler(MessageElement.java:1141)
at org.apache.axis.message.RPCElement.deserialize(RPC Element.java:236)
at org.apache.axis.message.RPCElement.getParams(RPCEl ement.java:384)
at org.apache.axis.client.Call.invoke(Call.java:2448)
... 28 more
When I searched the net, I found many posts reporting this error, but none with a solution. There is no code involved in the invocation, everything is handled by Adobe tool itself. I just specify the WSDL and schema of the complex objects involved.

Appreciate any help.
Thanks in advance
Nov 1 '06 #1
0 7780

Sign in to post your reply or Sign up for a free account.

Similar topics

0
800
by: cp | last post by:
I am trying to create a class that allows me to deserialize an xml document (e.g. an rss feed). Everything works great until I try to process a document that looks like: <rdf:RDF...
3
5550
by: Mark McConnell | last post by:
Regarding deserializing XML into a custom object... I've been able to deserialize an XML doc into my custom object and everything works great. The problem I am encountering is when one of the...
0
1422
by: Peter Theill | last post by:
Hi, I'm having an issue with deserializing some xml using a proxy class generated by "xsd.exe". My proxy class contains this class definition: public class IqProfileType {
0
1300
by: Ran Davidovitz | last post by:
Hi all. In my company we have a webservice that exposes an OBJECT, the company that made the webservice gave us the object dll so that we can have there functionallity (lots of logic). As a...
4
7499
by: Wayne Wengert | last post by:
Using VB.NET I want to read in an XML file that has an array of objects and then step through the resulting array in code. I build a class to define the structure and I am running code to read in...
0
1949
by: Casey | last post by:
So I'm using XmlSerializer to serialize out a wrapper object that contains an arbitrary number of other objects. The class definitions listed below are made to be very generic. Some of the...
2
3085
by: Earl Teigrob | last post by:
I am saving and restoring value types such as Int32, DateTime and Boolean in strings. I was wondering if there is a mechanism build into .NET for serializing and deserializing these to string...
0
1452
by: John R. | last post by:
I have a class that I am serializing. I put on the properties I don't want to serialize. I want to deserialize it to itself like this: XmlSerializer deserializer = new...
2
4041
by: mahesh.mohan1 | last post by:
Hi All, I am trying to deploy one of the portal applications on websphere 6.1. During the course of deployment, I get the following error: EJPPC0005E: portlet.xml validation caught a...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7018
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5028
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.