5

need to pass multiple parameters in wso2 api-manager, i looked into this blog, http://vvratha.blogspot.in/2015/01/adding-url-parameters-in-wso2-apimanager.html. the author has mentioned how to do it,but she has mentioned to create a new sequence, not getting where(i mean, need the path to create a file) and name of the file.

NOTE: i m only using api-manager and not developer tooling.

Bee
  • 11,225
  • 8
  • 39
  • 68
darshan a n
  • 496
  • 3
  • 15
  • You can write in a text file (save as xml )and store in registry. Then associate that with your proxy. Im not using wso2 stack for long. But there should be options for that at publisher. – Ratha Nov 03 '17 at 05:53

2 Answers2

1

You can create sequence file and upload it in publisher UI.

See https://docs.wso2.com/display/AM210/Adding+Mediation+Extensions#AddingMediationExtensions-CreateanduploadmanuallyintheAPIPublisher

Bee
  • 11,225
  • 8
  • 39
  • 68
  • thanks for answering so quickly. the author in the above-mentioned link has answered beautifully, all I needed was path save the .xml file, and I got it through your link. – darshan a n Nov 02 '17 at 14:51
  • the path is /repository/deployment/server/synapse-configs/default/sequences directory. – darshan a n Nov 02 '17 at 14:54
  • https://docs.wso2.com/display/AM210/Map+the+Parameters+of+your+Backend+URLs+with+the+API+Publisher+URLs if anybody faces the problem in future go through this link also. well this link was directly referred by the author of yenlo.com @Rob Brouwers – darshan a n Nov 02 '17 at 15:22
  • i dont want to install developer studios, is there any other way to do it? just with api-manager. – darshan a n Nov 03 '17 at 05:27
  • What exactly what the link says. – Bee Nov 04 '17 at 17:25
  • at the begining of the doc "this link uses developer studios..." – darshan a n Nov 19 '17 at 09:28
  • Refer "Create and upload manually in the API Publisher" section. – Bee Nov 19 '17 at 10:28
0

docs.wso2.com/display/AM210/… if anybody faces the problem in future go through this link also addition to the above link mentioned by @Bee. Well this link was directly referred by the author of yenlo.com @RobBrouwers.

darshan a n
  • 496
  • 3
  • 15