Hi.
I'm trying to define a SOAP output. I'm testing it again a .NET defined WSDL
Affeter writing the WSDL URI, and pushing the "Get Method" button, an error box displays the messge "No Methods found, check the WSDL URI and try again". Of course, de WSDL is fine, and it's a WS running OK.
In the log I ge the next output:
I've tried with a WS defined by Mirth at another channel, and everything works fine. The WS I'm trying to connect to is located into another machine ¿Can be this the problem? ¿Or it's related to an incompatibilitity between jetty and .NET?
Thanks for your time
I'm trying to define a SOAP output. I'm testing it again a .NET defined WSDL
Affeter writing the WSDL URI, and pushing the "Get Method" button, an error box displays the messge "No Methods found, check the WSDL URI and try again". Of course, de WSDL is fine, and it's a WS running OK.
In the log I ge the next output:
Code:
[SslListener0-1] org.mortbay.jetty.context.Mirth Server: /configuration: java.lang.NullPointerException at com.webreach.mirth.server.util.WebServiceReader.buildComplexTypes(WebServiceReader.java:215) at com.webreach.mirth.server.util.WebServiceReader.buildComplexTypes(WebServiceReader.java:205) at com.webreach.mirth.server.util.WebServiceReader.buildParams(WebServiceReader.java:194) at com.webreach.mirth.server.util.WebServiceReader.getWSDefinition(WebServiceReader.java:177) at com.webreach.mirth.server.servlets.ConfigurationServlet.doPost(ConfigurationServlet.java:81) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Thanks for your time
Comment