<CICSFault
xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10
08 05/13/2009 05:47:14 FSCIBM SOAP message generation
failed because of incorrect input
(INPUT_STRUCTURE_TOO_SMALL ).</CICSFault>
Can anyone suggest how to handle this type of error?
Answer / tej
It means that the input XML SOAP message which is passed to
CICS is an invalid one(problem with data not matching the
language structure).Check the input message and correct it
after examining the trace information.
| Is This Answer Correct ? | 1 Yes | 0 No |
How would you release control of the record in a READ for UPDATE?
What is the process of converting the CICS commands into the equivalent host language statements called?
Define the term transaction routing?
What is ENQ?
How is the stopper byte different from an auto skip byte ?
Explain processing program table(ppt)?
What is the name of the facility provided by CICS to free the application program form the problems caused
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
Define an asra?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.