Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <a:MessageID u:Id="_4">169</a:MessageID>
  2. <a:ReplyTo u:Id="_5">
  3. <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
  4. </a:ReplyTo>
  5.  
  6. CxfEndpoint cxfEndpoint = new CxfEndpoint();
  7. cxfEndpoint.setAddress("http://0.0.0.0:8888/service");
  8. cxfEndpoint.setWsdlURL("Service.wsdl");
  9. cxfEndpoint.setCamelContext(camelContext);
  10. ....
  11.  
  12. <cxf:features>
  13. <wsa:addressing/>
  14. </cxf:features>
Add Comment
Please, Sign In to add comment