• 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

In JDeveloper, How can I overwrite a webservice's address endpoint when generated from an EJB?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using JDeveloper (10.1.3.5) to create a web-service from an existing EJB.

Everytime I add a new method to the EJB and regenerate the webservice, the generated WSDL in {myproject}\src\META-INF\ always has the endpoint address predefined to a fixed hostname and port.

Where can I change these settings in the project configuration (or variables)?

I have to deploy this web-service on several different QA environments (with different endpoints) and the consumer could also be an ESB. I really don’t enjoy going to each QA application server console to change the endpoint manually.

Any help is appreciated...

Thanks,
Daniel
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic