This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes URL to invoke Spring webservice Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "URL to invoke Spring webservice" Watch "URL to invoke Spring webservice" New topic
Author

URL to invoke Spring webservice

Kunal Sathe
Ranch Hand

Joined: Apr 08, 2005
Posts: 48
Hello Folks,

I am relatively new to Spring WebServices and would like to know what url to use to invoke my webservice. The wsdl is auto generated and I have attached my spring-ws-servlet.xml file below. Any help will be highly appreciated.

Thanks,
Kunal


Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2194
Hi!
Have you tried accessing the WSDL at http://swdlvapp171:8280/RPMService/rpm.wsdl
?
In the WSDL, you will hopefully find the address at which to invoke the service.
Best wishes!
Kunal Sathe
Ranch Hand

Joined: Apr 08, 2005
Posts: 48
Thanks for the response Ivan.

I changed the locationuri to /RPMService/
Made it a relative path.

I am now able to access the wsdl and that does contain the location.

Thanks for your help again!

Kunal
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: URL to invoke Spring webservice
 
Similar Threads
I am getting org.springframework.orm.hibernate3.HibernateSystemException: Unknown entity:
Hibernate with Spring
getHibernateTemplate().saveOrUpdate() not saving the value in database.
How dispatcher-servlet.xml works
Spring transaction