maximojo
10 years agoFrequent Contributor
WSDL not displaying when hitting url
Hi all,
Newb to Ready API here and service virtualization.
I created and ran a service using Service V (the base version). When I hit the url however I get a blank page.
In the ready-api.log file I see the below.
I've validated the xml and the wsdl as best I can and no obvious issues.
I can also run the samples provided by Smartbear fine.
Any ideas? Has this happened to anyone else?
Thanks in advance
m
2015-04-09 09:30:54,999 INFO [WsdlMockDispatcher] Mounted WSDL for interface [BasicHttpBinding_IPCIService] at [/?WSDL] 2015-04-09 09:30:55,037 ERROR [log] /?wsdl java.lang.NullPointerException at com.smartbear.servicev.engine.impl.soapui.SoapUIHttpVirt.regularDispatch(SoapUIHttpVirt.java:246) at com.smartbear.servicev.engine.impl.soapui.SoapUIHttpVirt.dispatch(SoapUIHttpVirt.java:136) at com.smartbear.servicev.engine.impl.soapui.SoapUIHttpVirt.dispatch(SoapUIHttpVirt.java:1) at com.smartbear.servicev.model.http.impl.HttpVirtServerHandler.dispatch(HttpVirtServerHandler.java:68) at com.smartbear.servicev.model.http.impl.HttpVirtServerHandler.handle(HttpVirtServerHandler.java:52) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)