How to pass params to Soap in api express
Posted: Tue Jan 26, 2016 9:54 am
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
To pass parameter ID you will need to add this to body
precode<xsl:value-of select="AE/PARAMS/QUERY/ID"/>
/code
/pre
Dear Alena,
I add this, still not working.
In API for tell where the param go you put :ID in it.
What I have to put??
See the picture before and in line 11
:ID here is the ID i have to pass, what I put here??
Thanks
Hello Kinson,
Please change ID on precode <xsl:value-of select="AE/PARAMS/QUERY/ID"/> /code/pre and it should start work.