Skip to Content
Menu
This question has been flagged
1 Reply
2203 Views

hi guys,I have an error code 9999 in my Soap response,does anyone knows the reason behind this.I sended the request through python library called zeep which we can pass the soap xml elements as parameter.

'ErrCde': '99999',

    'ErrMsg': 'ERROR IN ROUTING SOAP OPERATION\nFROM ROUTER: \nFAILURE EXECUTING COMMAND FOR FIS\nFROM FISSOAPCLIENT: \nFAILED TO PARSE SCOOBY CREDENTIALS FILE\nFROM SCOOBYSETTINGS: \nFAILURE LOADING SOAP-G4W FROM /VAR/_PRIVATE/NUMI_SOAP_ACCESS.CNF\nFROM FCSCREDENTIALS: \nMISSING THE SECTION SOAP-G4W IN THE FCSMYCNFHANDLER'

}

This is the error code and msg i ave got pls help!!thanks in advance
Avatar
Discard
Best Answer

There is something wrong about the scooby credentials as you can see it in the error message.

FAILED TO PARSE SCOOBY CREDENTIALS FILE FROM SCOOBYSETTINGS

Avatar
Discard