RE: web service client ip address

2005-12-05 Thread Wesley MacDonald
import org.apache.axis.Constants;import org.apache.axis.MessageContext;     MessageContext messageContext =  MessageContext.getCurrentContext();String ipAddress = messageContext.getStrProp(Constants.MC_REMOTE_ADDR);        Wes   From: Xavier Toth [mailto:[EMAIL PROTECTED] Sent: December

RE: zipping soap body before sending

2005-11-08 Thread Wesley MacDonald
http://www.osmoticweb.com/soap-compression-howto.htm This might help. Wes. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: November 8, 2005 11:16 AM To: undisclosed-recipients Subject: zipping soap body before sending hi all can anyone give me / shoe links t

RE: SAXParserException while using Servlet Filter

2005-10-27 Thread Wesley MacDonald
Hi, After your filter does its work it must pass the request on: // Forward the request to the next resource in the chain chain.doFilter(request, response); Wes. -Original Message- From: Ron Reynolds [mailto:[EMAIL PROTECTED] Sent: October 26, 2005 6:46 PM To:

RE: restrict access to url

2005-10-27 Thread Wesley MacDonald
Hi, Inside the server-config.wsdd define the following tag inside your element /PathToWSDL/MyWSDL.wsdl With the .wsdl file containing an empty element Wes. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: October 25, 2005 3:35 AM To: ax

RE: Axis UTF-8 Encoding Question

2005-10-21 Thread Wesley MacDonald
e a little detail. try returning the UTF-8 characters in string format On 10/21/05, Wesley MacDonald <[EMAIL PROTECTED]> wrote: Hi,      I would like to know why the UTF-8 characters are being returned as html encoded values and is it possible to get them in thei

Axis UTF-8 Encoding Question

2005-10-21 Thread Wesley MacDonald
Hi,      I would like to know why the UTF-8 characters are being returned as html encoded values and is it possible to get them in their native format.  Here is an example of a return:         LIMITÉE       The server is running under Tomcat 5.5.9 with Axis 1.2.1 and the client uses