You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2008/11/15 13:15:59 UTC

When is a string not a string

I've got two methods in a service, using the simple front end and
Aegis (trying to clean up a minor Aegis problem). Note the non-use of
the xsd string type in the second. If anyone recognizes this ...

Encoding: UTF-8
Headers: {SOAPAction=[""]}
Messages:
Payload: <soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns1:takeSortedStrings
xmlns:ns1="http://java5.type.aegis.cxf.apache.org"><ns1:strings><ns1:string>Able</ns1:string><ns1:string>Baker</ns1:string></ns1:strings></ns1:takeSortedStrings></soap:Body></soap:Envelope>
--------------------------------------
Nov 15, 2008 7:13:37 AM
org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback
onClose
INFO: Outbound Message
---------------------------
Encoding: UTF-8
Headers: {SOAPAction=[""]}
Messages:
Payload: <soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns1:takeUnsortedSet
xmlns:ns1="http://java5.type.aegis.cxf.apache.org"><ns1:arg0><ns2:string
xmlns:ns2="http://util.java">Able</ns2:string><ns2:string
xmlns:ns2="http://util.java">Baker</ns2:string></ns1:arg0></ns1:takeUnsortedSet></soap:Body></soap:Envelope>
--------------------------------------