Re: Reconstructing a SOAP reply -- Pls help

2003-12-05 Thread Dimuthu Leelarathne
Hi Mark, You can do the same thing as we did, when we implemented AxisMora. Let's call what you return from your web service as "ReturnValue". Step 1:: Register your result in the "DefaultTypeMappingImpl" In "org.apache.axis.encoding.DefaultTypeMappingImpl" you have to register the your "Resul

Reconstructing a SOAP reply -- Pls help

2003-12-05 Thread Mark
Hi I have a SOAP client which uses my own provider. In the provider I call another method - not through the method.invoke but through other means. But I want to send the reply through a SOAP msg. So is there a way for me to add the return value into the SOAP msg and reconstruct the SOAP reply msg?