I assume you are looking for the URL so that you can create the user endpoint...
The URL may come from multiple sources: Some property file that has <entry key="your key">http://the-url </entry> for each of your services Spring injected into a factory object or A lookup to a UDDI registry like systinit. ....... It depends on your design Regards. Brando From: Jack Sprat [mailto:rexclaim...@yahoo.com] Sent: Monday, September 26, 2011 9:14 AM To: axis-u...@ws.apache.org Subject: Re: [Aixs2] How to get URL endpoint Anyone? I thought this would be an easy question to answer. ________________________________ From: Jack Sprat <rexclaim...@yahoo.com> To: "axis-u...@ws.apache.org" <axis-u...@ws.apache.org> Sent: Friday, September 23, 2011 5:47 PM Subject: [Aixs2] How to get URL endpoint This should be an easy one. How do I get the URL endpoint from within the Java code? Thanks.