Executing a JDE BSSV Object on a specific environment(GL811) under the same path code(DV811)

BossDBK

Member
Executing a JDE BSSV Object on a specific environment(GL811) under the same path code(DV811)

we are trying the option of creating JDE Web services BSSV and then calling the NER BSFN over that BSSV call. Now the challenge we are facing is , we have created a BSSV for DV811 path code and on DV811 path code there are 2 environments GL811 and DV811.

Now considering one case out of many where in we require to call a NER BSFN within a specific environment so that it executes within its own logical data source and accesses its own business data tables; if we want to get the user name , email id etc of a user id in GL811 environment (since username etc are stored in respective F0101 and F01151 tables of their Business Data) then how can we make a call from within BSSV to call/login to GL811 environment and execute the BSFN there.
Please provide your expert inputs ASAP as we are short on time in addressing a business issue having above posted requirement.

Thanks in advance for your help.

Boss
JDE Technical Consultant
 
Re: Executing a JDE BSSV Object on a specific environment(GL811) under the same path code(DV811)

Anyone please respond to this post ASAP, as we are in very critical stage of the project.

Boss
JDE Technical Consultant.
 
Re: Executing a JDE BSSV Object on a specific environment(GL811) under the same path code(DV811)

As for me this is rather CNC question than Development.
In your case you need separate BSSV servers for each environment. You invoke BSSV for the certain BSSV server instance which points to certain environment and NER works in that realm.
In 2 words:
1'st BSSV server has url=url1
2'nd BSSV server has url=url2

You also can try call BSFN with XML CallObject which requires environment as a parameter. I am not sure if standard JDE API jdeCallObject provides such functionality.
 
Re: Executing a JDE BSSV Object on a specific environment(GL811) under the same path code(DV811)

Hi Sergii Kurian

First of all sorry for my bad english.

Thanks for the response. I pleased with your suggestion and could you please give me more explanation about it and suggest related docs.


Thx
Boss
JDE Technical Consultant.
 
Back
Top