com.ctc.wstx.exc.WstxParsingException Caused by: Undeclared namespace prefix xsi (for attribute type) Error when calling a external web service.

1
Hi all Im getting this error when calling a web service. "com.ctc.wstx.exc.WstxParsingException Caused by: Undeclared namespace prefix "xsi" (for attribute "type")". I have checked all of the attribute types and they are correct,(I have even made them incorrect but get the same error). Is there something incorrect with the actual data i am sending or is it the web service itself. I have just upgraded to version 3.2.0 but i dont think that is the problem. Stack trace. All of the Soap errors are empty eg ($lastSoapFaultDetail) Failed to copy a message at com.sun.xml.ws.message.stream.StreamMessage.copy(StreamMessage.java:435) at com.sun.xml.ws.message.stream.PayloadStreamReaderMessage.copy(PayloadStreamReaderMessage.java:129) at com.sun.xml.ws.commons.xmlutil.Converter.toString(Converter.java:118) at com.sun.xml.ws.commons.xmlutil.Converter.toString(Converter.java:103) at com.sun.xml.ws.dump.MessageDumpingTube.processRequest(MessageDumpingTube.java:108) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:641) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:600) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:585) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:482) at com.sun.xml.ws.client.Stub.process(Stub.java:323) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:192) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:218) at nz$2.a(SourceFile:318) at nz$2.run(SourceFile:296) at java.security.AccessController.doPrivileged(Native Method) at nz.a(SourceFile:285) at nz.a(SourceFile:136) at com.mendix.modules.webservices.WebserviceModule.callWebservice(SourceFile:227) at lv.a(SourceFile:104) at mz.a(SourceFile:73) at my.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hj.b(SourceFile:156) at com.mendix.core.Core.executeSync(SourceFile:189) at lo.a(SourceFile:71) at mz.a(SourceFile:73) at my.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hj.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at gc.execute(SourceFile:184) at iH.a(SourceFile:311) at iH.a(SourceFile:240) at iH.processRequest(SourceFile:179) at iK.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:856) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:43) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662) Caused by: Undeclared namespace prefix "xsi" (for attribute "type") at [row,col {unknown-source}]: [1,161] at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:605) at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:473) at com.ctc.wstx.sr.NsAttributeCollector.resolveNamespaces(NsAttributeCollector.java:179) at com.ctc.wstx.sr.NsInputElementStack.resolveAndValidateElement(NsInputElementStack.java:374) at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2945) at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846) at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019) at com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator.storeElementAndChildrenNoEx(StreamReaderBufferCreator.java:245) at com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator.storeElementAndChildren(StreamReaderBufferCreator.java:177) at com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator.store(StreamReaderBufferCreator.java:142) at com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator.create(StreamReaderBufferCreator.java:82) at com.sun.xml.ws.message.stream.StreamMessage.copy(StreamMessage.java:411) at com.sun.xml.ws.message.stream.PayloadStreamReaderMessage.copy(PayloadStreamReaderMessage.java:129) at com.sun.xml.ws.commons.xmlutil.Converter.toString(Converter.java:118) at com.sun.xml.ws.commons.xmlutil.Converter.toString(Converter.java:103) at com.sun.xml.ws.dump.MessageDumpingTube.processRequest(MessageDumpingTube.java:108) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:641) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:600) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:585) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:482) at com.sun.xml.ws.client.Stub.process(Stub.java:323) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:192) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:218) at nz$2.a(SourceFile:318) at nz$2.run(SourceFile:296) at java.security.AccessController.doPrivileged(Native Method) at nz.a(SourceFile:285) at nz.a(SourceFile:136) at com.mendix.modules.webservices.WebserviceModule.callWebservice(SourceFile:227) at lv.a(SourceFile:104) at mz.a(SourceFile:73) at my.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hj.b(SourceFile:156) at com.mendix.core.Core.executeSync(SourceFile:189) at lo.a(SourceFile:71) at mz.a(SourceFile:73) at my.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hj.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at gc.execute(SourceFile:184) at iH.a(SourceFile:311) at iH.a(SourceFile:240) at iH.processRequest(SourceFile:179) at iK.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:856) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:43) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662)
asked
0 answers