Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by JarmoDoc: http://wiki.apache.org/ws/FrontPage/Axis/FAQ ------------------------------------------------------------------------------ log4j.appender.HTTPLOG.File = http.log[[BR]] log4j.logger.org.apache.axis.transport.http.HTTPSender = DEBUG, HTTPLOG[[BR]] - - == What is the meaning of the error message ''The AXIS engine could not find a target service to invoke! targetService is null''? What are the possible reasons and solutions? == - - ##language:en - == How to access the wsdl in internet by proxy after firewall == - I try the Axis's sample:axis\samples\client\DynamicInvoker , - I run the command:java samples.client.DynamicInvoker http://www.xmethods.net/sd/2001/TemperatureService.wsdl getTemp 02067 - ,then i get the information: - - - Reading WSDL document from 'http://www.xmethods.net/sd/2001/TemperatureService.wsdl' - - Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.xmethods.net/sd/2001/TemperatureService.wsdl - at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) - at java.net.URL.openStream(Unknown Source) - at org.apache.crimson.parser.InputEntity.init(Unknown Source) - at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source) - at org.apache.crimson.parser.Parser2.parse(Unknown Source) - at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source) - at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(Unknown Source) - at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:322) - at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:367) - at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:384) - at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245) - at java.lang.Thread.run(Unknown Source) - - then i use the command: - - E:\axis\samples\client> java -Dhttp.proxyHost=proxy.ispacebank.com -Dhttp.proxyPort=8080 -Dhttp.proxyDomain=domain -Dhttp.proxyUsername=xiaoyou -Dhttp.proxyPassword=111111 samples.client.DynamicInvoker http://www.xmethods.net/sd/2001/TemperatureService.wsdl getTemp 02067 - - but i get the error information: - - Reading WSDL document from 'http://www.xmethods.net/sd/2001/TemperatureService.wsdl' - Exception in thread "main" java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.xmethods.net/sd/2001/TemperatureService.wsdl - at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) - at java.net.URL.openStream(Unknown Source) - at org.apache.crimson.parser.InputEntity.init(Unknown Source) - at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source) - at org.apache.crimson.parser.Parser2.parse(Unknown Source) - at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source) - at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(Unknown Source) - at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:322) - at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:367) - at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:384) - at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245) - at java.lang.Thread.run(Unknown Source) - - - please help me! -
