File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes How to get Public domain / Webserver URL on WSDL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to get Public domain / Webserver URL on WSDL" Watch "How to get Public domain / Webserver URL on WSDL" New topic
Author

How to get Public domain / Webserver URL on WSDL

Preet Prasannan.
Ranch Hand

Joined: Feb 09, 2009
Posts: 64
Hi All,

I am trying to deploy a webservice on clustered weblogic server setup. The problem is whenever I install the webservice, the WSDL takes the ip address of that particular node.
Due to this every node has a WSDL with each having different ip which fails the purpose of my clustering.
What I would like to have is that I can configure the WSDL url as the webserver url which does the work of balancing the load.
Do I need to hard code each WSDL on every node in the weblogic console? I tried doing that but I could not find a place to edit as the WSDL was not published.
What could be the other options?
I am not very good at WSDL.But this problem came up when my application could not find the WSDL as we had stopped on node.Ideally it should have picked up the oher node's WSDL.

Regards
Preet


"The more I learn,the more,I get to know, is left to learn."
Preet Prasannan.
Ranch Hand

Joined: Feb 09, 2009
Posts: 64
Any help will be appreciated.
Need to find a way to change the url at runtime.
 
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: How to get Public domain / Webserver URL on WSDL
 
Similar Threads
monitoring web services
Significance of wsdd and wsdl files
Response Contained No Data Exception
Subnet and Java 6 Webservice (Please help)
assosciate webservice to a WSDL file