This is the debug message of the response of the Test(String ping) function  
from the jboss logs.
The interesting thing about it is that at the point were the logs were created 
the values are encoded already in utf-8. 
So the second encoding step is happening somewhere further beyond this point.


2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.EndpointInvocation] 
setReturnValue: [Ljava.lang.String;
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.MessageContextJAXWS] Begin response processing
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.soap.MessageContextAssociation] popMessageContext: [EMAIL 
PROTECTED] (Thread http-127.0.0.1-8080-13)
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.soap.MessageContextAssociation] pushMessageContext: [EMAIL 
PROTECTED] (Thread http-127.0.0.1-8080-13)
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS] bindResponseMessage: 
{http://WebSevices.test.Company.de/}test
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.EndpointInvocation] 
getReturnValue
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.EndpointInvocation] 
transformPayloadValue: [Ljava.lang.String; -> [Ljava.lang.String;
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.jaxrpc.ParameterWrapping] 
wrapResponseParameter: de.Company.test.WebSevices.jaxws.TestResponse
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.EndpointInvocation] 
setReturnValue: org.jboss.ws.core.soap.SOAPBodyElementDoc
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] 
callResponseHandlerChain: PRE
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] 
callResponseHandlerChain: ENDPOINT
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] 
callResponseHandlerChain: POST
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] closeHandlerChain
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] closeHandlerChain
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS] closeHandlerChain
  | 2008-01-05 21:54:36,921 DEBUG 
[org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] close
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.wsf.stack.jbws.RequestHandlerImpl] 
END handleRequest: 
jboss.ws:context=SKMS_Server-SKMS_Server,endpoint=ServerAgentEndpointBean
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] 
-----------------------------------
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] 
Transitioning from OBJECT_VALID to XML_VALID
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.soap.ObjectContent] 
getXMLFragment from Object 
[xmlType={http://WebSevices.test.Company.de/}testResponse,javaType=class 
de.Company.test.WebSevices.jaxws.TestResponse]
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.jaxws.JAXBSerializer] 
serialize: 
[xmlName={http://WebSevices.test.Company.de/}testResponse,xmlType={http://WebSevices.test.Company.de/}testResponse]
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.jaxws.JAXBSerializer] 
serialized: <ns2:testResponse 
xmlns:ns2="http://WebSevices.test.Company.de/";><return>Greetings from J with ü 
-- ö</return><return>from .NET with ü -- ö</return></ns2:testResponse>
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.soap.ObjectContent] 
xmlFragment: [source=<ns2:testResponse 
xmlns:ns2="http://WebSevices.test.Company.de/";><return>Greetings from J with ü 
-- ö</return><return>from .NET with ü -- ö</return></ns2:testResponse>]
  | 2008-01-05 21:54:36,921 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] 
-----------------------------------
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117361#4117361

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117361

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to