hi

we are using the ws-discovery feature in cxf. we intercepted the hello messages 
and we noticed that the service names in the soap envelopes (header) are 
missing. we annotated the web service impls as follows ..

@WebService(endpointInterface = "xxx.xxx.xxx", serviceName = "xxx", 
targetNamespace = "xxx.xxx.xxx")

we need the service names to implement a ws-discovery client (esb) to discover 
the endpoints using probe messages. what is missing?

thanks in advance

Reply via email to