Hi guyz...

I have added my own http headers in the axis service.

MessageContext rmc 
=MessageContext.getCurrentMessageContext().getOperationContext().getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE);
      List<Header> headers = new ArrayList();  
      headers.add(new Header("http_header1","value1"));
      headers.add(new Header("http_header2","value2"));
      rmc.setProperty(HTTPConstants.HTTP_HEADERS, headers);

I could see them through tcpmon in the response .

But I need a way to access these in client code.

Is there a way to do it?



      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

Reply via email to