Hi,
    Is it always mandatory that the method i am accessing through SOAP 
should have a return type. Say I have an interface that has a method 
whose arguments are by reference. " public void getAddress(Address 
address)" This is my method signature. So when i want to access the 
address i just say obj.getAddress(addressobj). And in the method i assign 
everything to the addressobj member valriables.
         So i can get the details. Now how do i do the same thing using 
SOAP without changing my interface ie the method signature. Is there any 
way. I can send the addressobj using the serializers and deserializers 
but how to get back the addressobj from the getAddress method. 
         I am using ApacheSOap2.2 with tomcat3.2. Any suggestions are 
greatly appreciated. I know that WASP supports remote references. I 
havent tried that. I will do that soon but before that i am waiting for 
the reply.

Thanks,
Jyothi

Reply via email to