I need the clients IP address on the server side.
I've read, that the onyl and one I have to do is to add a SOAPContext in the server method as the first parameter. But it won't work.
- Every time I'll get 'no signature found' - If I delete the first parameter ( SOAPContext ) everything is ok. - The SOAP-Code in the RPCRouter has the correct code, it should work. ( If a specified signature was not found, it will search for signature ( SOAPContext, oldSignature ) )
Have I missunderstoden the documentation. ( Here is a litte example code. )
( Rem: After changing the compiled classes, I don't change the DeployedServices.ds
file, because both use the same classname and methodname with 'urn'. )
Alf Koegel
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
HelloClient.java
Description: Binary data
HelloServer.java
Description: Binary data