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]
