c# - Wso2 asp net web api management -


morning guys

i've been trying manage api created in asp.net webapi, wso2 api manager.

i've used following doc no sucess: https://docs.wso2.com/display/am200/create+and+publish+an+api.

the sample shows use of ".asmx" endpoint, , in case have simple http url (http://sample.enterprise.com/api/testservice), want http jsont result wso2 using url this.

any clues ? thanks

wso2 documentation not great. link provided guides through designing , publishing api, see explanation publishing existing api. have 2 choices:

  1. choose design new api , define resources defined in existing api (name, action, , required parameters match exactly). once reach implement tab, choose managed api , provide production endpoint api. if sounds overly complicated, have...
  2. choose i have existing api , import api's swagger definition file or api endpoint. keep in mind importing swagger directly api requires connections between publisher node , api endpoint if have distributed api manager deployment strategy.

you can find tools generate swagger definition apis here. web api projects ours, might want consider using swashbuckle nuget repository.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -