Hi, 
I have an error and I don't know what to do. I wrote a client to test my web 
service, but when I call method call.invoke(argum) I have an error: 

Retrieving document at 'http://debug/testws/Test?wsdl'. 
AxisFault 
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException 
faultSubcode: 
faultString: Service endpoint bean class not set 
faultActor: 
faultNode: 
faultDetail: 

org.jboss.axis.AxisFault: Service endpoint bean class not set 
at 
org.jboss.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:303) 
at 
org.jboss.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:142) 
at 
org.jboss.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1249)
 
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1528) 
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779) 
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507) 
at org.apache.crimson.parser.Parser2.content(Parser2.java:1779) 
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507) 
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500) 
at org.apache.crimson.parser.Parser2.parse(Parser2.java:305) 
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442) 
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375) 
at 
org.jboss.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:257)
 
at org.jboss.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:684) 
at org.jboss.axis.Message.getSOAPEnvelope(Message.java:428) 
at org.jboss.axis.client.Call.invokeEngine(Call.java:3077) 
at org.jboss.axis.client.Call.invoke(Call.java:3039) 
at org.jboss.axis.client.Call.invoke(Call.java:2629) 
at org.jboss.axis.client.Call.invoke(Call.java:2538) 
at org.jboss.axis.client.Call.invokeInternal(Call.java:1976) 
at org.jboss.axis.client.Call.invoke(Call.java:1914) 
at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265) 
at TestWSClient.main(TestWSClient.java:21) 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
at java.lang.reflect.Method.invoke(Method.java:585) 
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) 

Does anybody know what is this? 
Thank you! 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887904#3887904

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887904


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to