|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2003-03-19 03:40:13
|
Hi,
> java.security.PrivilegedActionException: javax.xml.soap.SOAPException:
> Unable to internalize message
>
> with the accompanying exceptions. I have no idea what causes it: they'll
> just start happening. I have no diea how to stop it either; eventually
> things will go back to normal.
>
> Would anybody care to hazard a guess as to what's going on?
>
> javax.xml.soap.SOAPException: Invalid Content-Type:text/html
^^^^^^^^^
It seems that your receiver answers HTTP_OK (200) with
Content-Type being text/html. When JAXM sends a SOAPMessage out, it
expects a text/xml response for HTTP_OK when unmarshalling the response
message. Otherwise, SOAPException will be thrown by JAXM.
Regards,
CY
----------------------------------------------------------------------------
Ng Chi Yuen, CY. cy...@ce... http://www.cecid.hku.hk/
Technology Officer,
Centre for E-Commerce Infrastructure Development,
The University of Hong Kong
----------------------------------------------------------------------------
|