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
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,
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
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
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