Hi

I have to access a service that takes input on a queue and gives output on
another queue. I want to connect to the queues using JMS. Input to the
service (that I have to give) is pure XML body without any soap envelope
around, and output from the service (that I will recieve) is also pure XML
body without any soap envelope around. I have XSDs that specify input and
output structure and format.

I would like to use Axis2 to generate a client stub, but dont know if it is
possible, and if so how to do.

I guess I could put the XSD in a WSDL file and the generate client from
that. But how do I get the generated client to not send soap envelope in
output (request) and not to expect soap envelope in input (reply). And how
do I get the client to send the request to one JMS queue and wait for reply
on another JMS queue. I guess it should be alittle smart on transactions,
and not send request and wait for reply in the same transaction, since I
guess the request will not be sent before the transaction in wich it is send
has committed.

Is it possible to do what I want to do with Axis2? Maby some of it?

Kind regards, Per Steffensen
-- 
View this message in context: 
http://www.nabble.com/axis2-client-no-soap-envelope-and-jms-transport-tp16522501p16522501.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to