IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SOAP Message Handler Application Interface question


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
John Poulakos

Active User


Joined: 13 Jun 2012
Posts: 178
Location: United States

PostPosted: Fri Aug 24, 2018 1:05 am
Reply with quote

Hi guys,
Here's another obscure question for you...

A .net web service client allows data elements to be entered that are greater than what the CICS web service provider is expecting. This results in DFHPI1009 "XML to data transformation" failed and an OUTPUT OVERFLOW SOAP message.

I would like to know if I can intercept the XML and prevent the error in a SOAP message Handler Application Interface program before the SOAP message Handler flags it as an error.

I have not found any documentation on the timing of when the Application Interface gets control. That's why I'm asking.
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Tue Sep 18, 2018 2:21 am
Reply with quote

How was the parser generated? I mean are you using any third party product for generating DOM parsers or are you using SAX by capturing XML events? It almost sounds like WSDL has changed but the parser wasn't regen and if that is the case, the parser may need to be regenerated to comply with new fields/message size.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts DB2 Event passed to the Application P... DB2 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
Search our Forums:

Back to Top