Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Web Services
Web Service Client jax-ws
Jigar Naik
Ranch Hand
Posts: 763
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi i have written have deployed a web service created using jax-ws.
and have written a client for the same.
Client code
package com.cc; public class CCServiceClient { static CCManagerService service = new CCManagerService(); public static void main(String[] args) { CCManager port = service.getCCManagerPort(); try { port.getCCInfo("111111111111", "1111",1); } catch (Exception_Exception e) { //SOAPFault fault = e.getFaultActor(); System.out.println(e.getCause()); } } }
and i'm getting following exception
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Internal server error at com.sun.xml.ws.encoding.soap.ClientEncoderDecoder.toMessageInfo(ClientEncoderDecoder.java:84) at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toMessageInfo(SOAPXMLDecoder.java:209) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:538) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137) at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84) at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172) at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106) at $Proxy17.getCCInfo(Unknown Source) at com.cc.CCServiceClient.main(CCServiceClient.java:8)
Can anybody help me out with this error ???
Regards,
Jigar Naik
when your children are suffering from your punishment, tell your them it will help them write good poetry when they are older. Like this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Badly formed SOAP Message when calling Web Service
Webservice client using JAX-WS RI 2.1.7
WebServiceException: HTTP Status-Code 404
incorrect content-type for SOAP version
SOAP message
More...