You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by hu...@jpmorgan.com on 2002/03/20 20:03:21 UTC

Service's exception text not serialized???

My SOAP (2.2) service includes the stack trace when throwing the exception.
However the exception message is not serialized.  It is easily
reproducible, just throw an exception that contains unescaped XML
characters, e.g.

      public String getPublication(PublicationInputModel inputModel) throws
Exception {
            throw new Exception( "<init>" );
      }

The only obvious solution is to encode the string and decode it in the
client.  Has anyone else run into this problem?

Shawn.


This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.


Interoperability between SOAP clients 7 Servers

Posted by prasad <pr...@mahindrabt.com>.
Hi Group

I am new to the group as well as to SOAP. I am searching examples info. on
interoperability between MS SOAP server and Apache SOAP Client. I want to
pass objects between these. Has anybody worked on it ? If yes, any info. on
the same will be very helpful.

Thanks & Regards,
Prasad


Interoperability between SOAP clients 7 Servers

Posted by prasad <pr...@mahindrabt.com>.
Hi Group

I am new to the group as well as to SOAP. I am searching examples info. on
interoperability between MS SOAP server and Apache SOAP Client. I want to
pass objects between these. Has anybody worked on it ? If yes, any info. on
the same will be very helpful.

Thanks & Regards,
Prasad