[JBoss-dev] [JBossWS] - Re: Service Unavailable

2004-12-21 Thread jerryp64
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 |

[JBoss-dev] [JBossWS] - Service Unavailable

2004-12-20 Thread jerryp64
I have deployed a service using the Getting Started Guide, the Wiki, and some suggestions from these forums. After I deploy the service I am able to use the following URL to see the service: [url] http://localhost:8080/ws4ee/services/BookSessionService?wsdl [/url] I have reviewed the service

[JBoss-dev] [JBossWS] - Re: Service Unavailable

2004-12-20 Thread jerryp64
Here is an update. The Locator class I generated was pointing to the URL that was defined in the WSDL file generated by JBoss: | http://localhost:8080/mod07sol/BookSessionService | I modified the code to use the URL for the service on JBoss: |

[JBoss-dev] [JBossWS] - Paths and Getting Started Guide

2004-12-17 Thread jerryp64
I am using the Getting Started guide to develop my own web service. One of the questions I came up with that I do not see discussed in the guide is the classpath of the Axis files. I created a sub-directory on my server that I copy the Axis JAR files in to, but I have to believe this is not

[JBoss-dev] [JBossWS] - Re: Paths and Getting Started Guide

2004-12-17 Thread jerryp64
I wanted to add another question to this message. I have gotten the service deployed and I am trying to access the service from a servlet. Here is the code in the doGet method of my servlet: | try{ | URL url = new