Hello,

How do I make the index page for my webservice (e.g. http://host/myService)
display a listing of the available service methods? Is this a configuration
option that needs to be enabled? I assumed it was the default.

When I go to that url I currently get a fault with the following message:

        No such operation: myServicenull (HTTP GET PATH_INFO:
/myServicenull)

Any suggestions on what might be the culprit? The null prefix on the service
name above looks a little suspicious.

I'm using cxf 2.2.3 with spring and the servlet transport. My web.xml
configuration matches the cxf examples here:
http://cxf.apache.org/docs/servlet-transport.html .

-Matt

Reply via email to