Hi,
Do you route your soap messages over the soap monitor?
This error message occured when I tried to transfer SwA Messages (with
attachments greater than ~20kB)
Turn off your soap monitor and try to send again.
BTW: Does anyone have a workaround for using soap monitor for higher
attachments?
kr,
philipp
Melanie Courtot schrieb:
Hi,
I found several messages with the same issues but no clear answer...
(eg
http://mail-archives.apache.org/mod_mbox/ws-axis-user/200509.mbox/[EMAIL
PROTECTED]
)
I am trying to send back my own objects using Axis (castor objects)
I have a method Term getTermById().
- This method, called from the client as getTermById() works fine, using
axis or castor serializer. (I need to use castor because some of my terms
have an additional xml field, and axis doesn't know how to serialize it,
but for "simple" terms no problem)
- This method, called from the client as getTermById(int in0) works fine
again.(with axis and castor)
- This method called from the client as getTermById(String str) doesn't
work (I didn't change the body of the method from the one called with int,
I don't use the argument to do anything)
used with the axis serializer I get:
org.xml.sax.SAXParseException: Premature end of file.
used with castor I get:
Trace/BPT trap
I use axis 1.4, document/wrapped style. I really have no clue what is
going wrong, and I would really appreciate any help.
Thanks,
Melanie
---------------------------------------------------------------------
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]