Well the service name is an xml QName, so it should

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
            xmlns:wsn="http://servicemix.org/wsnotification";>

  <http:endpoint service="wsn:NotificationBroker"
                        endpoint="http-binding"
                        targetService="wsn:NotificationBroker"
                        role="consumer"
                        locationURI="http://localhost:8192/wsn/";
                        defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; />

</beans>


The wsdl will be retrieved from the wsn component and should be
browseable from the http endpoint.

Guillaume

On 4/28/06, frederic.dreyfus <[EMAIL PROTECTED]> wrote:
>
> Guillaume,
>
> I added this endpoint to my component, and the servcice appears in the
> service list page.
> But when I click on the myNotificationService link, the wsdl is not found.
> Do I have to specofy the wsdlResource attribute ? If yes, what value should
> it be?
>
> My conf :
>
> <http:endpoint  service="demo:myNotificationService"
>                                     endpoint="myNotificationService"
>
> targetService="{http://servicemix.org/wsnotification}NotificationBroker";
>                                         role="consumer"
>                                         
> locationURI="http://localhost:8192/MyNotificationService/";
>                                         
> defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
>                                         soap="true" />
>
> Thanks,
>
> Fred
> --
> View this message in context: 
> http://www.nabble.com/Send-a-remote-WS-Notification-subscription-t1524232.html#a4139818
> Sent from the ServiceMix - User forum at Nabble.com.
>
>

Reply via email to