I have a project that requires an Axis implementation to pass through an
entire SOAP document, untouched, to a 3rd party Java class as a string. This
Java class will then respond with an ACK or an ERR.

The thing is, I do not want Axis to attempt to "look inside" the document, I
just want it to say "ok, here you go 3rd party Java class, you tell me what
to respond with." 

I also require this 3rd party Java class to be able to send out Web Service
documents to remote servers and get the responses back, but that is another
story.

So, bottom line. Can an existing Axis implementation continue to serve its
Web Services happily but ALSO be able to pass through other SOAP documents
(maybe any it doesn't understand?) to a 3rd party Java class for validation
and respond to the client as instructed by that Java class.

Many thanks in advance,
Mark

This message was checked by MailScan for WorkgroupMail.
www.workgroupmail.com 

Reply via email to