<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 |
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Is length = 0 sufficient to ascertain that the field has been modified?
What is the component?what are the different components there using cobol and cics
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.
Explain the cics command that is used for reading a record from the tdq?
What is MDT? What are FSET, FRSET ?
Can we define an alternate index on VSAM/RRDS ?
Can you have CICS code in a copybook? If yes, what happens during compilation?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Name and explain some common CICS abend codes?
how i can enter into cics region in real time.
how do you handle errors in cics programs?