Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
11g SOA - Unix curl command script is not executing from the SOA application

I am executing one shell script ,which contain below curl command.
FIRST=<span>curl -k -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'How-Many: 1' -d '{"filters": { "jobstreamFilter": { "jobStreamName":"'$JOBSTREAM_NAME'","workstationName": "'$WORKSTATION_NAME'"}}}' </span><a class="jive-link-external-small" href="https://$IWA_HOST:31116/twsd/model/jobstream/header/query" rel="nofollow">https://$IWA_HOST:31116/twsd/model/jobstream/header/query</a><span> -H "Authorization: Basic $CREDS"</span>
When I executing the shell script from CLI its working fine ,but when i calling the script from the application ,this curl command not being executed ,but rest all the echo statement in the script are printing except FIRST
Kindly advise.