Re: Can we create log of SOAP request response in log file?

2007-04-18 Thread Janos Mucsi
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Janos Mucsi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to view request message

2007-04-17 Thread Janos Mucsi
help is greatly appreciated. -- Janos Mucsi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

out of memory in tcpmon

2007-04-17 Thread Janos Mucsi
Hi Does this happen to anybody? Thanks. C:\tempjava -cp axis.jar org.apache.axis.utils.tcpmon java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space Exception in thread

RE: where to put server-config.wsdd

2005-06-24 Thread Janos Mucsi
Hi Merten Thanks for replying. That's what I thought too. Does this conflict with the servlet specification which says that web applications can only access for writingthe directory provided by the container, not WEB-INF or WEB-INF/attachments. See ServletSpecification 2.4 section SRV.3.7.1, where

where to put server-config.wsdd

2005-06-23 Thread Janos Mucsi
Hi The production people at my company say that an application can not write into its WEB-INF directory for security reasons (they can not have the Axis administration servlet running), therefore I need to prepackage the server-config.wsdd file in my ear. The context attribute

making a call through a proxy

2005-06-10 Thread Janos Mucsi
Hi I am new to Axis, so here is my question: I need to submit a request to a web service, but since I am in the corporate network, I need to go through a proxy. How do I do it? I am using the Axis-generated client (stub, etc). Thanks. Janos

Re: making a call through a proxy

2005-06-10 Thread Janos Mucsi
Thanks, Jeff, are these properties enumerated somewhere? I also need user id and password. Thanks. Janos Just call these static methods before you call the web service: AxisProperties.setProperty("http.proxyHost", "123.123.123.123"); AxisProperties.setProperty("http.proxyPort", "1234");