Is there anyway can used the servicestack to support webservice or webapi?

Is there anyway can used the servicestack to support webservice or webapi, I didn’t find any samples?

I don’t think I understand the question, ServiceStack is a framework for creating Web Services that is a substitute for Web API. If you wanted to use them in the same ASP.NET Web App you’d need to host them on different paths similar to how you’d configure ServiceStack with MVC.

I did’t used them in the same ASP.NET Web App. Webapi or webservice is another company’s api. I want to Use ServiceStack to call that company api that was used webservice or webapi, like I want to call a weather webapi.

ServiceStack’s Service Clients are opinionated for calling ServiceStack Services, we’d recommend HTTP Utils for calling 3rd Party non-ServiceStack APIs.

Thanks , It was I want to find.