Hi to all.
I want to develop a web service  that take the request,puts it in a space where 
it can be read by the entity which is really implementing the service,and when 
this entity compute a response,I take it and return that to the client.In short 
I publish a service just knowing its interface (wsdl document) but i know that 
someone (a java but maybe other languages program) will implement it.
So i need to have access to the original soap message to pass it,and i thought 
i could use handlers.For taking the request everything is good,but how to sent 
back the response message?
I can't write it in a java class,because i don't know what is it,i need to take 
the soap response message from the real implementation and put it in the 
response.
I tried with a java implementation class that returns null and a response 
handlers that intercept the message and puts in it the real content received 
from the real implementation but i can't modify the content of the message,i 
don't know why.
I'm unexperienced so maybe i'm making something wrong.
any help?
thanks to all
Roberto Costantini

Reply via email to