Using getProperty(MessageContext.TRANS_URL) does not seem to get the URL encoded parameters in the URI.

2004-01-09 Thread Christopher Bedford
Title: Using getProperty(MessageContext.TRANS_URL) does not seem to get the URL encoded parameters in the URI. Hello… I found what I think is a bug. when I deploy my  axis service,  axis cooks up a wsdl definition that gives me the access point addresss for the HTTP protocol, as follows

MessageContext.TRANS_URL

2002-04-22 Thread Thomas Mikalsen
Hi, In the beta 1 release of AXIS, the AxisServlet.doPost() method does not set the MessageContext.TRANS_URL property. Is this by design? (The AxisServlet.doGet() method does set MessageContext.TRANS_URL.) thanks, -tom