Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request not reaching to the backend in Datapower #15

Open
dpduser opened this issue Dec 17, 2020 · 1 comment
Open

Request not reaching to the backend in Datapower #15

dpduser opened this issue Dec 17, 2020 · 1 comment

Comments

@dpduser
Copy link

dpduser commented Dec 17, 2020

Hi,

I have configured result action using dp:url-open(), I can see DP is calling the backend services but after checking the probe in the backend services, the content is empty. I'm using the below xslt:
[](
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dp="http://www.datapower.com/extensions" xmlns:dpconfig="http://www.datapower.com/param/config" extension-element-prefixes="dp" exclude-result-prefixes="dp dpconfig">
<xsl:output method="xml" />
<xsl:template match="/">
<xsl:variable name="resultsList">

<dp:url-open target="http://10.14.147.112:9988/MainLocation"></dp:url-open>
<dp:url-open target="http://10.14.147.112:4188/PrmtoErpMainLoc"></dp:url-open>

</xsl:variable>
<dp:set-variable name="'var://context/uservars/backendURLs'" value="$resultsList"/>
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>)

Where do I need to make changes in the configuration ? can someone help on this. This is an urgent requirement though.

@millinkan
Copy link

Was this issue resolved..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants