Re: Reusing code

2002-09-11 Thread Owen D Burroughs
Scott, Thanks for the reply. In answer to your question, WSIF does not have an Axis dependency either. It appears that the entire file has already been reused in Axis (minus the fix?!). I will ask on the axis-dev list to see if anyone knows any more about it. Owen

SOAP requst

2002-09-11 Thread Alessandro Matti
Hi, I'm writing an RPC soap server, using Apache SOAP 2.3.1. I need to retrive configuration parameters, during the class costructor (or during the method calls). The configuration parameter depends from the client who make the request. I have a signle class tha implements the SOAP functionality,

Re: SOAP requst

2002-09-11 Thread Scott Nichol
If you can use the nightly build instead of 2.3.1, your service can implement the new ConfigurableService interface. Doing so, your service gets access to parameters from the webapp, servlet and SOAP service deployment descriptor. The new configure sample shows an example of implementing this in

cvs commit: xml-soap/java/src/org/apache/soap/util/net Relay.java TcpTunnel.java

2002-09-11 Thread snichol
snichol 2002/09/11 10:26:11 Modified:java/src/org/apache/soap/util/net Relay.java TcpTunnel.java Log: Have TcpTunnel dump to System.out, which means default character encoding will be used to translate bytes sent over the wire. (TcpTunnelGui always uses iso-8859-1, which is not

cvs commit: xml-soap/java/src/org/apache/soap/providers/com COMProvider.dll RPCProvider.cpp RPCProvider.h

2002-09-11 Thread snichol
snichol 2002/09/11 14:21:24 Modified:java/src/org/apache/soap/providers/com COMProvider.dll RPCProvider.cpp RPCProvider.h Log: Avoid use of ws2mbs macro when handling strings. That macro makes a copy of the string on the stack, which is a problem for long