Hi Parley,
                   Is this a requirement that i have to run the code you
have sent from a servlet.Does it work out of servlet also?.
thx
pradeep.




----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------




                                                                                       
                                               
                      "PARLEY,THUNDER                                                  
                                               
                      (HP-MountainView         To:      "'[EMAIL PROTECTED]'" <[EMAIL 
PROTECTED]>, Pradeep                
                      ,ex1)" <thunder          Jonnalagadda/FSG/[EMAIL PROTECTED]      
                                                         
                      @hp.com>                 cc:                                     
                                               
                                               Subject: RE: End point specification    
                                               
                      11/20/2003 03:24                                                 
                                               
                      PM                                                               
                                               
                      Please respond                                                   
                                               
                      to axis-user                                                     
                                               
                                                                                       
                                               
                                                                                       
                                               




Hi Pradeep,

I suggest you use a context-param in your web.xml file. You can then access
it like this:

MessageContext context = MessageContext.getCurrentContext();
HttpServlet req = (HttpServlet)
context.getProperty(HTTPConstants.MC_HTTP_SERVLET);
String enpointURL = req.getServletContext().getInitParameter
("endpointURL");

HTH,

Thunder


-----Original Message-----
From: Pradeep Jonnalagadda [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 12:44 PM
To: [EMAIL PROTECTED]
Subject: End point specification



Hi Guys,
              Can i set end point url as a parameter in server-config.wsdd
file and avoid hard coding in the client code.My problem is i cannot  use
serversidelocator
on client side .Also where can i find the schema for server-config.wsdd
file.
thx
pradeep.



----------------------------------------------------------------------------

------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------

------------








Reply via email to