HTTP Post Issue Using BSSV

Amith

Amith

Active Member
Hi All,
We are working on consumer BSSV which will post data from JDE to client URL.
For this we have created BSSV processor class which will open client URL by using HTTPURLConnection class object and after we are writing data.
In case of standalone in JDeveloper code of BSSV processor is working fine and producing HTTP response code as 201.
If same code we deployed to server and tested from test application by using BSFN to call BSSV it is producing an exception of “java.lang.reflect.invocationtargetexception severe net create new connection port=6001” and in JDEDebug logs we are getting details as
“Error occured executing the requested Business Service Method”.
We are JDE 9.1and Tool release 9.1.3.0 and Jdeveloper which we are using is 11.1.1.5
Appreciate your help….
 
Back
Top