I like to define a service using a SOAP byte array (Base64Serializer)
parameter.
But wich type should I define in the service definition?????
I tried with org.ofbiz.entity.util.ByteWrapper:
<service name="createArchivEntry" engine="simple"
default-entity-name="Archivindex"
location="ch/nowhow/isgate/archiv/ArchivServices.xml"
invoke="createArchivEntry" export="true">
<attribute name="data" type="org.ofbiz.entity.util.ByteWrapper"
mode="IN" optional="false"></attribute>
</service>
But then i get the following error when I try to export to WSDL:
WSDLException: faultCode=OTHER_ERROR: Service cannot be described with WSDL
(data / org.ofbiz.entity.util.ByteWrapper)
Michael
--
View this message in context:
http://www.nabble.com/Service-with-SOAP-byte-array-parameter-tf3232947.html#a8982956
Sent from the OFBiz - User mailing list archive at Nabble.com.