STP Service Creation FAQ
After deploying a web service, what's the address of the service
If the service is deployed successfully, you should see the link to your WSDL at this address: « http: //<your server>:<port>/<deployment name>/services ».
Is it doable with stp to create a Web Service based on an implementation class?
STP does support that, it also support to create a web service based on a Java interface, but you need setup a Web Service runtime implementation, like Apache CXF
Are there any Sevice Creation tutorials available?
Yes, see STP Service Creation User Guide.