Webservice call fails after upgrade 3.0.0 to 3.2.1

0
I've converted a project from 3.0.0. to 3.2.1 and started testing if all functionality is still working as designed. One webservice returns an error when called, the error message is blank?! Blockquote Type java.lang.NullPointerException Message null StackTrace null at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.createMasterPseudoSchema(AbstractSchemaValidationTube.java:507) at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.getSchemaSources(AbstractSchemaValidationTube.java:381) at com.sun.xml.ws.client.ClientSchemaValidationTube.<init>(ClientSchemaValidationTube.java:84) at com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext.createValidationTube(ClientTubeAssemblerContext.java:300) at com.sun.xml.ws.assembler.jaxws.ValidationTubeFactory.createTube(ValidationTubeFactory.java:57) at com.sun.xml.ws.assembler.TubeCreator.createTube(TubeCreator.java:84) at com.sun.xml.ws.assembler.TubelineAssemblerFactoryImpl$MetroTubelineAssembler.createClient(TubelineAssemblerFactoryImpl.java:130) at com.sun.xml.ws.client.Stub.createPipeline(Stub.java:228) at com.sun.xml.ws.client.Stub.<init>(Stub.java:205) at com.sun.xml.ws.client.Stub.<init>(Stub.java:178) at com.sun.xml.ws.client.dispatch.DispatchImpl.<init>(DispatchImpl.java:133) at com.sun.xml.ws.client.dispatch.SOAPSourceDispatch.<init>(SOAPSourceDispatch.java:79) at com.sun.xml.ws.client.dispatch.DispatchImpl.createSourceDispatch(DispatchImpl.java:517) at com.sun.xml.ws.api.pipe.Stubs.createSourceDispatch(Stubs.java:199) at com.sun.xml.ws.api.pipe.Stubs.createDispatch(Stubs.java:270) at com.sun.xml.ws.client.WSServiceDelegate.createDispatch(WSServiceDelegate.java:395) at com.sun.xml.ws.client.WSServiceDelegate.createDispatch(WSServiceDelegate.java:406) at javax.xml.ws.Service.createDispatch(Service.java:361) at nA.b(SourceFile:381) at nA.a(SourceFile:73) at nA$2.a(SourceFile:309) at nA$2.run(SourceFile:296) at java.security.AccessController.doPrivileged(Native Method) at nA.a(SourceFile:285) at nA.a(SourceFile:136) at com.mendix.modules.webservices.WebserviceModule.callWebservice(SourceFile:227) at lw.a(SourceFile:104) at mA.a(SourceFile:73) at mz.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hk.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at gd.execute(SourceFile:184) at iI.a(SourceFile:311) at iI.a(SourceFile:240) at iI.processRequest(SourceFile:179) at iL.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) 2 other webservices from the same provider work fine in 3.2.1? Any ideas on how to solve this error?
asked
0 answers