Just to share some of the discoveries performed during my experience with
the wsn-http-binding
Contrarily to what is described in
http://servicemix.apache.org/ws-notification-http-binding.html, I have been
able, by using the soapUI project, to subscribe a consumer endpoint using
the URL http://localhost:11111/wsn/NotificationConsumer/?http.soap=trueinstead
of
http://localhost:11111/wsn/NotificationConsumer?http.soap=true<http://localhost:11111/wsn/NotificationConsumer/?http.soap=true>
.
And regarding the soap version I had to use the &'s special character in the
URL:
http://localhost:11111/wsn/NotificationConsumer/?http.soap=true&amp;http.soapVersion=1.1<http://localhost:11111/wsn/NotificationConsumer/?http.soap=true>

However, I still haven't been able to perform a subscription or a publisher
registration from my JAX-WS web services and clients.

<http://localhost:11111/wsn/NotificationConsumer?http.soap=true&http.soapVersion=1.1>

Reply via email to