Hi,
Could you tell me how this code in Translator get invoked? Could you
explain more about your workflow?
Did you deploy Translator as Cxf Se endpoint? If so, you can use cxf
se proxy which use JBI transport underlying, you needn't specify JBI
transport yourself.
Take a look at [1] "Proxies" part
[1]http://servicemix.apache.org/servicemix-cxf-se.html
Freeman
On 2010-8-16, at 上午5:06, amigo wrote:
Hi,
That's probably the reason why this doesn't work. I didn't specify any
configuration to use jbi I just copied default invocation code:
private static final QName SERVICE_NAME = new QName(
"http://www.service.my.translator.com/Translator/",
"Translator");
URL wsdlURL = Translator_Service.WSDL_LOCATION;
Translator_Service ss = new Translator_Service(wsdlURL, SERVICE_NAME);
Translator port = ss.getTranslatorSOAP();
result = port.translate(params);
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Problem-with-http-endpoint-tp2267630p2636118.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.
--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org