Integration Technologies - JDE1 (MOSC)

MOSC Banner

ContextID callSBF has an invalid signature

edited Jul 8, 2019 1:44PM in Integration Technologies - JDE1 (MOSC) 3 commentsAnswered ✓

Hi everyone

I'am trying to call web service from BSFN and I see this error on BSSV serwer.

[SEVERE][BSSVFRAMEWORK][Context ID: callSBF] Requested BSSV Methodoracle.e1.bssv.JP5A0105.LotosCallExternalWSManager.LotosCallExternalWS has an invalid signature.

this is my code in C

     FormatMathNumeric(szInternalID, &lpDS->mnInternalID);

   //<lotos - call - external - wS_vo - input><document - type>< / document - type><internal - iD>0< / internal - iD>< / lotos - call - external - wS_vo - input>

   jdeStrcpy(xmlIn, _J("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"));

   jdeStrcat(xmlIn, _J("<lotos-call-external-wS_vo-input><document-type>"));

   jdeStrcat(xmlIn, lpDS->szDocumentType);

   jdeStrcat(xmlIn, _J("</document-type><internal-iD>"));

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center