I am trying to create a jaxrs service with CXF in servicemix. Howerver, the service doesn't seem to be created correctly and I can't figure out why as there are no errors. Here is the service listings:
Available RESTful services: Endpoint address: http://localhost:8181/cxf/crm WADL : http://localhost:8181/cxf/crm?_wadl&type=xml <http://localhost:8181/cxf/crm?_wadl&_type=xml> Endpoint address: /cbsp WADL : /cbsp?_wadl&type=xml <http://localhost:8181/cbsp?_wadl&_type=xml> Does anyone have any ideas why my Endpoint address is not being created correctly? Thanks, Jason
