It seems that you have an exception somewhere in your service stubs. Try to read the server logs. If you are using Tomcat, the logs are /opt/apache-tomcat/logs/catalina.out. You can see where the exception is thrown and try e.printTraceStack().
Cheers, Ying Zeng Advanced Technology Research (ATR) Nortel Networks 3500 Carling Avenue Ottawa, ON K2H 8E9 Tel: (613) 763-1570 Fax: (613) 765-3370 [EMAIL PROTECTED] -----Original Message----- From: ZHAO Qi [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 11:30 AM To: [email protected] Subject: Help MUSE Soap request Hi, I have a problem at the step "Using the soap Client" of developer guide, the request QueryResourceProperties was failed with: SOAP request failed with HTTP status: 500 Internal server error In fact I hava followed the develper guide and done some changes. Now I have no idea where the problem is, the program or if I missed something.... Could anyone help? Many thanks, Qi [echo] ========================== REQUEST ============================ [concat] <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" [concat] xmlns:rs=" http://example.org/Router"> [concat] <Header xmlns:wsa=" http://schemas.xmlsoap.org/ws/2004/03/addressi ng"> [concat] <wsa:To mustUnderstand="1"> http://localhost:8080/muse/services /router</wsa:To> [concat] <wsa:Action mustUnderstand="1">http://example.org/Router/Route rPortType/QueryResourcePropertiesRequest</wsa:Action> [concat] <rs:ResourceIdentifier mustUnderstand="1">isr1</rs:R esourceIdentifier> [concat] </Header> [concat] <Body> [concat] <wsrp:QueryResourceProperties xmlns:wsrp=" http://docs.oasis-op en.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"> [concat] <wsrp:QueryExpression Dialect=" http://www.w3.org/TR/1999/RE C-xpath-19991116">*</wsrp:QueryExpression> [concat] </wsrp:QueryResourceProperties> [concat] </Body> [concat] </Envelope> [echo] ========================== RESPONSE ============================ [taskdef] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: getBundle( org.apache.ws,org.apache.ws.util.i18n,resource,null,...) [taskdef] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: loadBundle : Ignoring MissingResourceException: Can't find bundle for base name org.apache. ws.util.resource, locale fr_FR [taskdef] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: loadBundle : Ignoring MissingResourceException: Can't find bundle for base name org.apache. ws.resource , locale fr_FR [taskdef] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: Created or g.apache.ws.util.i18n.resource, linked to parent null [soapClient] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: getBundle (org.apache.ws.util,org.apache.ws.util.i18n,resource,null,...) [soapClient] --> 05-26-06 15:22:24 DEBUG [main] ProjectResourceBundle: org.apach e.ws.util.i18n.resource::handleGetObject(SOAP_REQ_FAILED_HTTP_STATUS) [soapClient] SOAP request failed with HTTP status: 500 Erreur Interne de Servlet [soapClient] <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soape nv=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001 /XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "> [soapClient] <soapenv:Body> [soapClient] <soapenv:Fault> [soapClient] <faultcode>soapenv:Server</faultcode> [soapClient] <faultstring>Internal server error occurred.</faultstring> [soapClient] <detail/> [soapClient] </soapenv:Fault> [soapClient] </soapenv:Body> [soapClient] </soapenv:Envelope> BUILD SUCCESSFUL Total time: 1 second --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
