• 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
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

How to implement a java in which the endpoint.url (Web services) can be changed dynamically

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I was able to create a Web Service client using eclipse. It works fine. Then, I can also now run all the .class from the command line(DOS) without using the eclipse interface.

My question is since all my generated .class are configured to use only one Web services http link(which was provided when I create my web service client from eclipse), how can implement so that I can provide http link of web service when running my java class. In this way, it is possible to use different web service link.

Thanks in advance for your help.


John.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic