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

2004-12-22 Thread [EMAIL PROTECTED]
What jboss version is this? You can go to 


  | http://localhost:8080/ws4ee
  | 

to view the installed services with links to their associated wsdl

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859612#3859612

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859612


---
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
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-21 Thread [EMAIL PROTECTED]

  | http://localhost:8080/mod07sol/BookSessionService?wsdl
  | 

is correct

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859415#3859415

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859415


---
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


[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
  | 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=bbop=viewtopicp=3859474#3859474

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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:

  | http://localhost:8080/ws4ee/services/BookSessionService?wsdl 
  | 

At that point the client application actually was able to connect to the 
service.  I was told in another message that the URL to ws4ee/services had 
been deprecated in favor the context path.  So which is it?  If I am supposed 
to use the path generated in the WSDL file what can I do to get it to work?

Thanks


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859343#3859343

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859343


---
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