Jakob Günther, The CXF-SE component should be able to deal with binary attachments. What is the problem you're experiencing? Is the attachment just lost entirely or do you run into some exception processing it?
Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/4/3 Jakob Günther <[email protected]>: > I'm using SMX-3.2.3 > > > Jakob Günther schrieb: >> >> Hi everybody, >> >> Is it possible to receive binary data with cxfse:proxy? >> >> I have a cxfse-component that accesses an external service via >> cxfse:proxy. But it seems that i can't resolve the binary data. >> >> >> Here's my "xbean.xml" of the cxf-se: >> <beans xmlns:cxfse="http://servicemix.apache.org/cxfse/1.0" >> xmlns:person="http://servicemix.apache.org/samples/wsdl-first"> >> >> <cxfse:endpoint mtomEnabled="true"> >> <cxfse:pojo> >> <bean >> class="org.apache.servicemix.samples.wsdl_first.PersonImplementation"> >> <property name="personService"> >> <cxfse:proxy >> service="person:PersonService" >> context="#context" >> type="org.apache.servicemix.samples.wsdl_first.Person" >> /> >> </property> >> <property name="repositoryService"> >> <cxfse:proxy >> service="repository:MyRepositoryService" >> context="#context" >> >> type="org.weteam.repository.service.impl.RepositoryService"/> >> </property> >> </bean> >> </cxfse:pojo> >> </cxfse:endpoint> >> >> </beans> >> >> >> and the "xbean.xml" of the cxf-bc: >> >> <beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0" >> xmlns:repository="http://impl.service.repository.weteam.org/"> >> >> <cxfbc:provider wsdl="classpath:rabbit.wsdl" >> locationURI="http://localhost:9900/rabbit" >> service="repository:MyRepositoryService" >> endpoint="RepositoryServiceImplPort" >> interfaceName="repository:RepositoryService" >> mtomEnabled="true"> >> </cxfbc:provider> >> >> </beans> >> >> >> Please help, >> Jakob >> > > > -- > Jakob Günther > > Badstraße 20, D-13357 Berlin > Tel.: 030/28033888 > Mobil-Tel.: 0177/3787328 > Email: [email protected] > >
