0
votes

I want to create a web service with WSO2 Developer Studio but I don't know which project I have to use. My final goal is to create an API using the WSO2 API Manager and implement it passing the created web service as backend endpoint.

Do I should create an Axis2 web service, a Java Bean, or maybe another artifact?

Thanks and best regards.

3

3 Answers

1
votes

Using DevStudio you can built axis2 services and JAX-WS services.

[1] - https://docs.wso2.com/display/DVS370/Creating+an+Axis2+Project

[2] - https://docs.wso2.com/display/DVS370/Creating+JAX-WS+and+JAX-RS+Service+Projects

For api creation in api manager you can do it via the webconsole provided in APIManager

0
votes

You do not need developerstudio to create a webservice. Webservices can be created using an IDE/IDEA.. You can try the existing samples in WSO2AS and deploy them. Make them as BE services for the APIs which you publish from WSO2APIManager.