3

I need to expose a jax-ws which is located in a mule devkit connector. Is there a way to do this operation or should I separate the jax-ws and mule-connecor?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Daniel
  • 1,432
  • 1
  • 16
  • 31

1 Answers1

0

You should be able to use the fully qualified interface/class names in the cxf:jaxws-service element.

See: http://www.mulesoft.org/documentation/display/current/Building+Web+Services+with+CXF

David Dossot
  • 33,403
  • 4
  • 38
  • 72