Srinivas Jonnalagadda [http://community.jboss.org/people/srinivasj74] created the discussion
"Getting an exception while calling a webservice" To view the discussion, visit: http://community.jboss.org/message/617082#617082 -------------------------------------------------------------- Hi, When i invole a webservice to an external provider i am getting the following exception. When i remove the JBOSS Runtime from my call path and use just JDK 1.6.24 the webservice invocation is succesful and i get the result. Weird thing is that one method of the webservice get this exception. Any help in solving the problem is hignhly appreciated. Invoking faxQuery... javax.xml.ws.soap.SOAPFaultException: Fault string, and possibly fault code, not set at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146) at $Proxy36.faxQuery(Unknown Source) at com.medassets.tac.service.InterFaxSender.queryFaxStatus(InterFaxSender.java:389) at com.medassets.tac.service.InterFaxSender.main(InterFaxSender.java:440) Caused by: java.lang.NullPointerException at cc.interfax.FaxQuery_WrapperTypeHelper1.createWrapperObject(Unknown Source) at org.apache.cxf.jaxws.interceptors.WrapperClassOutInterceptor.handleMessage(WrapperClassOutInterceptor.java:105) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:516) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:265) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124) ... 3 more -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/617082#617082] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
