You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jaya Pattaswamy <jp...@suncom.com> on 2007/05/25 17:10:44 UTC

raw XML from apache axis

Hi,

Can any one tell me on how to capture the request and response XMLs
Using Apache Axis without Using TCPMon or SOAP Monitor?

I want to store these request and response in a Database.

 

Thanks and Regards,

Jaya  

 


SunCom is the wireless company that's committed to doing things differently. 

Things we want you to know.

This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication may contain material protected by the attorney-client privilege. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited.

Re: raw XML from apache axis

Posted by Demetris G <de...@ece.neu.edu>.
The link Rich is showing below is the painless way to do - else open a 
server socket
listeing to 127.0.0.1:port, read the http headers, the read the number 
of bytes dictated
by the Content-Length after the blank line at the end of the http 
headers and store them
all in a StringBuffer like one big happy family ;)

Rich Adili wrote:
> -->
>
> See http://blogs.cocoondev.org/dims/archives/004668.html
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jaya Pattaswamy [mailto:jpattaswamy@suncom.com]
> *Sent:* Friday, May 25, 2007 10:11 AM
> *To:* axis-user@ws.apache.org
> *Subject:* raw XML from apache axis
>
>  
>
> Hi,
>
> Can any one tell me on how to capture the request and response XMLs 
> Using Apache Axis without Using TCPMon or SOAP Monitor?
>
> I want to store these request and response in a Database.
>
>  
>
> Thanks and Regards,
>
> Jaya 
>
>  
>
>  
> SunCom is the wireless company that's committed to doing things differently. 
>  
> Things we want you to know.
>  
> This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication may contain material protected by the attorney-client privilege. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: raw XML from apache axis

Posted by Rich Adili <Ri...@xata.com>.
See http://blogs.cocoondev.org/dims/archives/004668.html

 

________________________________

From: Jaya Pattaswamy [mailto:jpattaswamy@suncom.com] 
Sent: Friday, May 25, 2007 10:11 AM
To: axis-user@ws.apache.org
Subject: raw XML from apache axis 

 

Hi,

Can any one tell me on how to capture the request and response XMLs
Using Apache Axis without Using TCPMon or SOAP Monitor?

I want to store these request and response in a Database.

 

Thanks and Regards,

Jaya  

 

 
SunCom is the wireless company that's committed to doing things
differently. 
 
Things we want you to know.
 
This e-mail and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom they are
addressed. This communication may contain material protected by the
attorney-client privilege. If you are not the intended recipient or the
person responsible for delivering the e-mail to the intended recipient,
be advised that you have received this e-mail in error and that any use,
dissemination, forwarding, printing or copying of this e-mail is
strictly prohibited.

Re: raw XML from apache axis

Posted by Glen Mazza <gr...@verizon.net>.
In addition to the others' suggestions, you may wish to look at the
Apache TCPMon source code for ideas on trapping the request and
response.  You'll still need to write the database code though.

Glen

Am Freitag, den 25.05.2007, 11:10 -0400 schrieb Jaya Pattaswamy:
> Hi,
> 
> Can any one tell me on how to capture the request and response XMLs
> Using Apache Axis without Using TCPMon or SOAP Monitor?
> 
> I want to store these request and response in a Database.
> 
>  
> 
> Thanks and Regards,
> 
> Jaya  
> 
>  
> 
> 
> SunCom is the wireless company that's committed to doing things differently. 
> 
> Things we want you to know.
> 
> This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication may contain material protected by the attorney-client privilege. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org