SnehalD
Explorer
Member since ‎02-24-2015

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

I have created an application to connect to Demo SOAP API. I have configured xs-app.json as follows: "routes": [ { "source": "^/csp/(.*)$", "target": "/$1", "destination": "SOAP" } ] But still system the system is unable to understand the dest...
Hi Experts, We have 10 application servers in Production environment. While creating URL for the PDF form, we have passed host: in the link(ex: prhas1.<>.com). But the PDF does not appear on screen. We get error as below: "THE CONNECTION WAS RESE...
Hello, We have a requirement wherein we have 2 programs: one will create a file on application server and other will use it. These 2 programs are scheduled as job steps. Many a times, second step will start and the file from 1st program wont be...
Hi All,I have created an interactive PDF and I am facing issues with hiding and displaying few fields.I have a deep table, where visibility of a field depends on the visibility of another field.These fields are shown as dropdowns on screen and the da...