How to provide input parameters

Not applicable

Hello Everyone,

If I want to provide any input for the WSDL for getting the output, where I need to give the input parameters.

0 3 472
3 REPLIES 3

Former Community Member
Not applicable

Hi @Radhika Sharma did you use the SOAP wizard to build the API Proxy? If so the input parameters are usually expected in the query parameters of the REST endpoint.

I'm using the SOAP wizard. Can you please explain me in detail about how to use REST endpoints.

Former Community Member
Not applicable

747-screen-shot-2015-07-10-at-103557-am.png

Here is a screenshot of the REST API proxy generated from one of the sample weather services. (select the cdyne weather service from the list of example WSDLs). Once this is deployed in your environment, you will access it as:

https://{org}-{env}.apigee.net/{proxy-basepath}/cityforecastbyzip?ZIP=94101

Substitute your org, env & base path settings in the URL. The ZIP code is passed in as a query parameter now. Hope this helps.