Page 1 of 1

How to pass params to Soap in api express

Posted: Tue Jan 26, 2016 9:54 am
by Kinson Sa

Hello, I'm triying to pass to a Soap one param, but I do not underestand how.

It is possible to some one explain how to??

I need to pass param ID

Thanks Image Image


How to pass params to Soap in api express

Posted: Wed Jan 27, 2016 10:10 am
by Alena Prykhodko

Hello,

To pass parameter ID you will need to add this to body
precode<xsl:value-of select="AE/PARAMS/QUERY/ID"/>
/code
/pre


How to pass params to Soap in api express

Posted: Wed Jan 27, 2016 12:45 pm
by Kinson Sa

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


How to pass params to Soap in api express

Posted: Fri Jan 29, 2016 6:13 pm
by Evgene Karachevtsev

Hello Kinson,

Please change ID on precode <xsl:value-of select="AE/PARAMS/QUERY/ID"/> /code/pre and it should start work.