You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by deivid <la...@gmail.com> on 2011/09/17 19:42:29 UTC

Re: JaxWsProxyFactoryBean client byte[] argument problem

SOLVED: in service client interface changed byte[] argument for DataHandler
argument, then when calling thw op something like:  new DataHandler(new
ByteArrayDataSource(data,"application/octet-stream")

thats all.

--
View this message in context: http://cxf.547215.n5.nabble.com/JaxWsProxyFactoryBean-client-byte-argument-problem-tp4812338p4814255.html
Sent from the cxf-user mailing list archive at Nabble.com.