logging synchron the response

2006-03-07 Thread Mudi Dandan

Hi,

I need to log the pure xml response sent back by my web service.
I set the log-level to debug for "org.apache",  but it doesn't seem  
to log the xml.

How can I do it?

Here is a part of the log I got:

2006.03.07 15:55:44:822 DEBUG i18n.ProjectResourceBundle:  
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Setting current message  
form to: FORM_OPTIMIZED (currentMessage is now  
org.apache.axis.utils.ByteArray)
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Exit:  
SOAPPart::saveChanges(): [EMAIL PROTECTED]
2006.03.07 15:55:44:822 DEBUG http.AxisServlet: Returned Content- 
Type:text/xml; charset=utf-8
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Enter:  
SOAPPart::saveChanges

2006.03.07 15:55:44:823 DEBUG http.AxisServlet: Response sent.


Mudi


long lines

2006-02-03 Thread Mudi Dandan

Hi,

I'm using axis 1.3 for java an have problem with that it generates  
the soap request as one very long line.
This is especially a problem since I'm sending MMS content in a byte  
array which can be up to 300k.

I would not care about it, but the web service fails to handle it.
I there a way to override this behavior?
Maybe, it would be enough if the base64 encoded part would be broken  
into lines.
Unfortunately there is no chance that they will modify their system  
to accept such long lines.


Mudi