HOWTO: Create Businesservice Client for secured BSSV in C# (VS2005) and Java (JDeveloper)

cscdans

Well Known Member
HOWTO: Create Businesservice Client for secured BSSV in C# (VS2005) and Java (JDeveloper)

Hi,
I attached a short description how to access BSSV (E812, Tools 8.98, using OAS) for User/Password secured Business Services. In default User/Password Security is enabled, and if you try to call the BSSV without modifying the genrated Stubs, a Missing <wsse:Security> Exception is thrown.

Hope this will help other Listmembers,
best regards,
Carsten
 
Re: HOWTO: Create Businesservice Client for secured BSSV in C# (VS2005) and Java (JDeveloper)

Hi,
I did minor changes in the document and added vb.net code.

Best regards,
Carsten
 
Re: HOWTO: Create Businesservice Client for secured BSSV in C# (VS2005) and Java (JDeveloper)

Hi I reattachted the dicument, it seemed to be lost by the server.
Best regards,
Carsten
 

Attachments

  • 143808-HowTo call secured JDE WebServices Clients.pdf
    276.5 KB · Views: 948
Re: HOWTO: Create Businesservice Client for secured BSSV in C# (VS2005) and Java (JDeveloper)

Hi,
there is an easier way of doing this, using soft coding records. You can check the reference implementation JRH90I10.
Enjoy!
 
Back
Top