You may be interested in the soap monitor if you are wanting to see the 
messages being sent/received.

http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheSOAPMonitor 

-----Original Message-----
From: Noé Amorim [mailto:[EMAIL PROTECTED] 
Sent: jeudi 28 février 2008 16:59
To: axis-user@ws.apache.org
Subject: Re: need some help, plz

could you be more specific.
is this what you mean: javax.xml.rpc.handler ?

thanks.




On Thu, Feb 28, 2008 at 3:50 PM, Simon Steinacker <[EMAIL PROTECTED]> wrote:
> I would say you should use the Handler / Module construct of Axis / Axis2.
>
>  regards,
>  Simon
>
>
>
>
>  Noé Amorim wrote:
>  > Hello all.
>  > I've trying to get the message content before the call is sent, like this:
>  >
>  > ServicesBindingStub sservice = new ServicesBindingStub(new  > 
> java.net.URL(location), new org.apache.axis.client.Service());
>  >
>  > sservice.setUsername(username);
>  > sservice.setPassword(password);
>  >
>  > org.apache.axis.client.Call _call = sservice._createCall();  > 
> javax.xml.soap.SOAPMessage _message = 
> _call.getMessageContext().getMessage();
>  >
>  > System.out.println(_message.getSOAPBody());
>  >
>  > but i can't get nothing print, i can print the response BODY although.
>  >
>  > Another thing, i'm trying read more about securing webservices, i  
> > started by read this  > 
> http://www-128.ibm.com/developerworks/webservices/library/ws-sec1.html
> ,  > but it seems a bit outdated allready, any other articles i could 
> watch  > out ?
>  >
>  > Thanks.
>  >
>  > 
> ---------------------------------------------------------------------
>  > 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]
>
>

---------------------------------------------------------------------
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