<Dec 30, 2004 9:38:35 AM CST> <Info> <WebService> <BEA-220025> <Handler weblogic.webservice.core.handler.ClientHandler threw an exception from its handleResponse method. The exception was:
javax.xml.rpc.JAXRPCException: java.io.IOException: The server at http://211.74.69.48/pushhq/services/PushService returned a 500 error code (Internal Server Error).  Please ensure that your URL is correct, and the web service has deployed. .> 
Exception in thread "main" javax.xml.rpc.soap.SOAPFaultException: Exception during processing: java.io.IOException: The server at http://211.74.69.48/pushhq/services/PushService returned a 500 error code (Internal Server Error).  Please ensure that your URL is correct, and the web service has deployed.  (see Fault Detail for stacktrace)
        at weblogic.webservice.core.ClientDispatcher.receive(ClientDispatcher.java:313)
        at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:144)
        at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
        at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:443)
        at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:558)
        at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:411)
        at WebServiceClient.testClient(WebServiceClient.java:79)
        at WebServiceClient.main(WebServiceClient.java:31)

解决方案 »

  1.   

    上面是异常,是执行到 result = (String)call.invoke(opArgs); 这一句出的异常!
    是不是参数有问题?
      

  2.   

    CSDN现在是真烂了,怪不得都说CSDN是没有高手的
      

  3.   

    I don't agree with your point that there is not master here,
    I feel like your 信誉:69 is very low, and it's that why are there many people help you.I acid look a man who talks nonsense!
      

  4.   

    The server at http://211.74.69.48/pushhq/services/PushService returned a 500 error code (Internal Server Error).  Please ensure that your URL is correct, and the web service has deployed. .> it shows there is not a url of webservices at http://211.74.69.48/pushhq/services/PushService, and it will report a 500 error if you try to access a incorrect web address.I ensure you've no deploied a successed Services at http://211.74.69.48/pushhq/services/PushService, but you opened you web Server(not deploied your WebServices), thus it will return a 500 error to you.check your deploy.wsdd
      

  5.   

    Please ensure that your URL is correct, and the web service has deployed. .> 
    Please ensure that your URL is correct, and the web service has deployed.看错误提示。然后再找原因。不过楼上的搞笑,说的也对。