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
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.