Posted: Fri Apr 28, 2006 2:21 am Post subject: AEIP abend in CICS Web Services Implementation
Hi,
We have installed CICS Transaction Server 3.1 and working on POC to implement Web Services with WEB SERVICES GUIDE as reference.
We have developed a simple CICS-COBOL application as a webservice provider that would receive input from web client and return a result. We used WSED 5.1.2 to create a soap request using WSDL generated from DFHLS2WS JCL as mentioned in the WebServices guide. The necessary resource(PIPELINE,WEBSERVICE & URIMAP) definitions were done. The config file definition in PIPELINE was
the IBM-provided sample(basicsoap11provider.xml).
When we tried testing the application using WSED, we are facing AEIP abend(INVREQ).
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Fri Apr 28, 2006 4:51 am Post subject:
Check this link for a detailed explanation of the error.
Code:
DFHWB0151 date time applid tranid The CICS Web Interface 3270 emulation code was unable to process the data it was passed.{ | TCPIPSERVICE: }tcpipservice
Explanation: The CICS Web Interface routine that converts 3270 data streams to HTML, and vice versa, has detected an error. This is probably because it has been passed an invalid 3270 data stream on an EXEC CICS SEND command, or because the browser has returned some data that it is incapable of handling in response to an EXEC CICS RECEIVE command.
System Action: The transaction is abended with code AEIP (INVREQ). There will be subsequent messages from the web state management code as it tidies up for the abending task. Message DFHME0116 is normally produced containing the symptom string for this problem.
User Response: Use CEDX or trace to look at the data that was in error and then correct the sending application. Report the details of the symptom string given in message DFHME0116.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum