Skip to main content

developerWorks >  WebSphere  >  Forums  >  SOAP for CICS SupportPac technology preview  >  developerWorks

Web services testing with CICS TS v2.3    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
DS

Posts: 7
Registered: Jul 15, 2008 03:54:48 PM
Web services testing with CICS TS v2.3
Posted: May 19, 2009 04:58:47 PM
 
Click to report abuse...   Click to reply to this thread Reply
I have a client (SOAPUI cleint) sending web service request to a CICS TS v2.3 program for process, I am getting ASRA abend with
<title>CICS Web Interface error</title>
<h1>500 Internal Server Error</h1>


Sending XML request through SOAPUI client(http://www.soapui.org not java cleint) to CICS TS v2.3

Code at Point of ABEND
*--------------------------------------------------
* CONVER ASCII TO EBCDIC FORMAT                    
*--------------------------------------------------
 CONVERT-ASCII-TO-EBCDIC  SECTION.                 
     DISPLAY 'CONVERT-ASCII-TO-EBCDIC:'.           
     MOVE FUNCTION                                 
             DISPLAY-OF                            
               ( FUNCTION NATIONAL-OF              
                    (LS-INBOUND-AREA ASCII-CCSID), 
                   EBCDIC-CCSID                    
               )                                   
          TO PASS-BODY.                            
                                                   
 CONVERT-ASCII-TO-EBCDIC-EXIT.    
     EXIT.

What are al available methods that we can test conversation between client & CICS mainframe regions?
Appreciate help for any docs/examples/URLs where I can get testing informationm.

Thanks & Regards,
DS.
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums