Guest User

Untitled

a guest
Nov 11th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <jaxws:client id="service1"
  2. serviceClass="com.Service1" address="${E1}"
  3. username="${U1}" password="${P1}">
  4. <jaxws:features>
  5. <beans:bean class="org.apache.cxf.feature.LoggingFeature" />
  6. </jaxws:features>
  7. <jaxws:handlers>
  8. <beans:bean class="com.SOAPMessageLoggingHandler" />
  9. </jaxws:handlers>
  10.  
  11. </jaxws:client>
  12.  
  13. <jaxws:client id="service2"
  14. serviceClass="com.Service2" address="${E2}"
  15. username="${U2}" password="${P2}">
  16. <jaxws:features>
  17. <beans:bean class="org.apache.cxf.feature.LoggingFeature" />
  18. </jaxws:features>
  19. </jaxws:client>
  20.  
  21. <jaxws:client id="service2"
  22. serviceClass="com.Service2" address="${E2}"
  23. username="${U2}" password="${P2}">
  24. <jaxws:features>
  25. <beans:bean class="org.apache.cxf.feature.LoggingFeature" />
  26. </jaxws:features>
  27. </jaxws:client>
  28.  
  29. <jaxws:client id="service1"
  30. serviceClass="com.Service1" address="${E1}"
  31. username="${U1}" password="${P1}">
  32. <jaxws:features>
  33. <beans:bean class="org.apache.cxf.feature.LoggingFeature" />
  34. </jaxws:features>
  35. <jaxws:handlers>
  36. <beans:bean class="com.SOAPMessageLoggingHandler" />
  37. </jaxws:handlers>
  38. </jaxws:client>
Add Comment
Please, Sign In to add comment