Alan,

It doesn't look like the Addressing module is engaged on the client. If
it were, a default anonymous replyTo value would be used. With
Addressing engaged, you could then set this value using
"Options.setReplyTo(EndpointReference)" in your client.

Thanks,
Ted

-----Original Message-----
From: Jones, Alan R [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 23, 2007 4:21 PM
To: [email protected]
Subject: [axis2-1.1.1] Use of stubs

Hi,

I've looked around and was not able to find the info I'm looking for
regarding the following questions:

1.  I am using a stub generated with the Axis2 Eclipse plugin. I cannot
figure how to set the ReplyTo property for my outgoing Request message.
Is there an example of that?

2. Related to the above, I am using TCPMon to view the request and
response messages passing between my web client which contains the stub,
and the deployed service, in order to test my setting of the ReplyTo
property. However, I see no default wsa:ReplyTo in the SOAP message, the
header seems to be empty. Below is what I get in TCPMon on the client
side. I do have the addressing module engaged from the Admin console for
all services:



POST /axis2/services/RuleCacheService HTTP/1.1
SOAPAction: "urn:getCacheContents"
User-Agent: Axis2
Host: 127.0.0.1:8082
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8

c8
<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header />
      <soapenv:Body>
         <getCacheContents />
      </soapenv:Body>
   </soapenv:Envelope>0


...Is there something I'm missing in order to view the wsa:
parameters/elements?


Thanks,

Alan J


--------------------------------------------
Alan R Jones
Boeing S&IS Mission Systems
Denver Engineering Center (BDEC)


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


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

Reply via email to