问题
I created a data service using below url
Data Service
anyway i need to know how to find my service url ?
回答1:
When you successfully create a Data Service, it will be listed under services.
Look at the final step in the same doc you have referred.
Access the WSDLs and see whether your operations are defined properly.
You should be able to see the service endpoint url in the WSDL.
You can just invoke the web service from your own client. You can also try soapUI as a testing tool.
回答2:
Go to the Service Dashboard and there you can find the service Endpoints. To view the Service Dashboard of a service, just click on the dataservice you created which is available in the services list.
Refer http://docs.wso2.org/display/DSS301/Service+Dashboard
来源:https://stackoverflow.com/questions/18626846/how-to-find-service-url-in-wso2-data-service