You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Mitchell, Jermaine" <Je...@tia.com> on 2013/08/06 15:34:24 UTC

WS-Discovery - serviceName is missing in soap header

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