When I try to use the suggested URL I get the following exception for a servlet and for a standalone application:
| [java] javax.xml.rpc.ServiceException: Error processing WSDL document: | [java] java.io.FileNotFoundException: http://localhost:8080/mod07sol/BookSe | ssionService?wsdl | [java] at org.apache.axis.client.Service.initService(Service.java:278) | [java] at org.apache.axis.client.Service.<init>(Service.java:193) | [java] at org.apache.axis.client.ServiceFactory.createService(ServiceFa | ctory.java:232) | [java] at com.hott.client.WSClient.main(Unknown Source) | [java] Exception in thread "main" | I have tried to enter the URL in the browser and it cannot find the file. The file is in the server/default/data/wsdl/mod07sol.jar path. Jerry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859474#3859474 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859474 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
