You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by rp johns <rj...@vignette.com> on 2006/08/26 19:01:09 UTC

xsd:base64Binary

Are there any known problems in using xsd:base64Binary  as a return type 
for a service operation call? For example, this service :

    <service name="urn:CasperService" provider="java:RPC">
        <operation name="execute" returnQName="returnqname" 
returnType="xsd:base64Binary" xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
               <parameter name="versionInfo" type="xsd:string"/>
               <parameter name="className" type="xsd:string"/>
               <parameter name="methodName" type="xsd:string"/>
               <parameter name="minMemory" type="xsd:string"/>
               <parameter name="maxMemory" type="xsd:string"/>
               <parameter name="arg" type="xsd:base64Binary"/>
        <\operation>
     ...
  <\service>

used to work under axis1.2 but after moving to axis 1.4  a 
SAXParseException  (XML document structures must start and end within 
the same entity)  occurs on the return of the service cal, when 
apparently, the response is being parsed. Any insight, knowledge or 
feedback would be appreciated.

thanks.

rp johns
software factotum


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org