Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Exception while making SOAP requests

Avatar

Level 10

I am receiving the following error in Server log file. I don't find any application show stopper due to this error.

I am sure that I have not used any & character in my soap request definitions..

But just wanted to know what it related to?

Any Suggestions???

Thanks,

Nith

2010-08-04 07:31:28,673 WARN  [com.adobe.idp.dsc.webservice.WebServiceImpl] Exception occurred when replacing collection variables for the soap request. See the stacktrace below for details.
2010-08-04 07:31:28,373 ERROR [STDERR] org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.util.DOMUtil.parseDocumentFromString(DOMUtil.java:167)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.util.DOMUtil.parseDocumentFromString(DOMUtil.java:129)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.webservice.WebServiceImpl.parseDocumentFromRequest(WebServiceImpl.java:322)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.webservice.WebServiceImpl.processVariablesOfCollectionType(WebServiceImpl.java:247)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.webservice.WebServiceImpl.processInput(WebServiceImpl.java:145)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.webservice.WebServiceImpl.invoke(WebServiceImpl.java:87)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-04 07:31:28,704 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor268.invoke(Unknown Source)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-04 07:31:28,704 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-08-04 07:31:28,704 ERROR [STDERR]  at $Proxy164.doSupports(Unknown Source)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:861)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:510)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBean.java:2797)
2010-08-04 07:31:28,704 ERROR [STDERR]  at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBMTBean.java:2551)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-08-04 07:31:28,704 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-04 07:31:28,704 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-08-04 07:31:28,704 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-08-04 07:31:28,720 ERROR [STDERR]  at $Proxy196.asyncContinueBranchCommand(Unknown Source)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.continueBranch(ProcessCommandExecutorService.java:39)
2010-08-04 07:31:28,720 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-08-04 07:31:28,720 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-08-04 07:31:28,720 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-04 07:31:28,720 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-08-04 07:31:28,720 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor268.invoke(Unknown Source)
2010-08-04 07:31:28,720 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-08-04 07:31:28,720 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:597)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-08-04 07:31:28,720 ERROR [STDERR]  at $Proxy164.doSupports(Unknown Source)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:165)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.workflow.engine.PEContinueBranchCommand.execute(PEContinueBranchCommand.java:91)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecutionUnit.java:22)
2010-08-04 07:31:28,720 ERROR [STDERR]  at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchronousWorkAdapter.java:70)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
2010-08-04 07:31:28,720 ERROR [STDERR]  at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
2010-08-04 07:31:28,720 ERROR [STDERR]  at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
2010-08-04 07:31:28,720 ERROR [STDERR]  at java.lang.Thread.run(Thread.java:619)

0 Replies

Avatar

Level 10

I would try parsing the SOAP request in a third-party tool to validate the XML is well-formed. You could uses a tool like Altova XML Spy or download Axis2 at http://ws.apache.org/axis2/ and do command line testing.

Steve

Avatar

Level 10

Hi Steve,

Is there a way to validate the XML within a process before the Web Service is invoked?

Nith