• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get Public domain / Webserver URL on WSDL

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Preet Prasannan.
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any help will be appreciated.
Need to find a way to change the url at runtime.
reply
    Bookmark Topic Watch Topic
  • New Topic