|
hi
What transport related data should i
give in WSDL such that ,when i
do WSDL2JAVA the generated Stubs know
that they have to use JMS transport.
thanks
nagesh r
----- Original Message -----
Sent: Monday, March 24, 2003 8:30
PM
Subject: RE: AxisJMS
Nagesh,
The JMS example does
not rely on the WSDL of the service to make the call. It uses the
dynamic JAX-RPC style to call the service and sets up everything manually
before invoking.
-----Original
Message----- From: nageshr
[mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 7:46
AM To: [EMAIL PROTECTED] Subject: AxisJMS
Can any body explain
how JMSTest example program works.
How does Axis Engine come to
know of the WSDL to invoke the operation mentioned in
Call object?
call.setOperationName( new
QName("urn:xmltoday-delayed-quotes", "getQuote")
);
----------------------------------------------------------------------- This e-mail message is
confidential and proprietary to Component
Insights Inc. and may also contain legally privileged information. If you
are not the intended recipient you should not copy, distribute, disclose or
otherwise use the information in this message. If this is a forwarded message,
the content of this e-mail may not have been sent with the authority of
the company. Also, please delete the message from your system and servers and
notify us at [EMAIL PROTECTED]. E-mail
may be susceptible to data corruption, interception and unauthorized
amendment, and we do not accept liability to such corruption, interception or
amendment or the consequences thereof.
|