Hi,
I need to dynamically create and marshall a soap request starting from a java
interface a method and actual parameters. I need the soap envelope to do some
processing and then I need to unmarshal the soap response and get java objects
again.
I created a web service with xfire using the AnnotationServiceFactory and I'm
using the XfireServiceProxy to get the client.
I overrided the local transport using a delegate transport and a delegate
channel.
This way i get the soap request marshalled and I'm able to intercept it and do
my processing. I've still some problems, I'm not able to deliver back the
answer that is I don't get the answer unmarshalled, and then I don't need the
xfire thread pool management.
So I was wondering if there is a simpler way. Ideally I just need to use the
marshall and unmarshall operation from the client point of view give an xfire
service definition. I don't need to send the request on the channel.


thanks
Raffaele


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to