Sorry if this is not the right forum..
JAXWS 2.1 RI
Been developing my web service client, everything working from development site.
Now that I get on site for delivery still working from development env, when I try to init the web service it reports invalid service name and reports no valid service names.
Looking at the WSServiceDelegate I think it is when the wsdl is loaded from file something is null.
Any ideas are appreciated.
javax.xml.ws.WebServiceException: {
http://jackhenry.com/jxchange/external/Inquiry/2006/wsdl}InquiryService is not a valid service. Valid services are:
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:187)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:159)
at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:82)
at javax.xml.ws.Service.<init>(Service.java:56)
[Message sent by forum member 'pvbyl' (pvbyl)]
http://forums.java.net/jive/thread.jspa?messageID=245405