http - Using the Web Service Consumer with Mule CE -
i'm in process of migrating cxf jaxws client use new http connector. mule docs this:
<cxf:jaxws-client clientclass="org.apache.hello_world_soap_http.soapservice" port="soapport" wsdllocation="classpath:/wsdl/hello_world.wsdl" operation="greetme"/> <outbound-endpoint address="http://localhost:63081/services/greeter"/>
but isn't still using old http implementation?
next attempted convert use web service consumer. examples i've seen use datamapper not available mule ce.
without datamapper following error when running app:
an invalid return type "interface javax.xml.stream.xmlstreamreader" specified transformer "jaxbmarshallertransformer" (org.mule.api.transformer.transformerexception) @ org.mule.module.xml.transformer.jaxb.jaxbmarshallertransformer.dotransform(jaxbmarshallertransformer.java:125)
is web service consumer intended used datamapper? how use without datamapper? type of object send web service consumer if not jaxb object?
is there way use cxf jaxws-client new http request-config?
thanks.
converting jaxb object string resolved error.
Comments
Post a Comment