Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: can I have a xml file like outbound with a http call like inbound in b1if?

$
0
0

Thank you so much Bastian! it was so helpful!... But I have another problem, now I want to read a parameter from the url http call, but I have some problems with this. I'm doing this

 

<xsl:template name="transform">

  <CodigoArticulo>

  <xsl:value-of select="$vpCodigoArticulo"/>

  </CodigoArticulo>

  <xsl:variable name="CodigoArticulo" select="/vpf:Msg/@*/b1im:vpCodigoArticulo"/>

  <sql>

  SELECT ItemCode, ItemName FROM OITM WHERE ItemCode = &apos;<xsl:value-of select="$CodigoArticulo"/>&apos;

  </sql>

  </xsl:template>

 

but I can't get the value I'm sending from the http call, could you help me with this? Many thanks in advance!


Viewing all articles
Browse latest Browse all 9091

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>