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.