IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New CICS SOAP
More info please. I'm wandering the IBM site but I want your viewpoint.
What are you using it for?
Can I invoke CICS transaction via a SOAP call from the Perl program on a Linux box?
Do the CICS applications need to be changed or is it a matter of setting up the SOAP Object map to them?
What do I need to know?
New Re: CICS SOAP - YES YES YES

IBM have two SOAP Server implementations.

One for VSE (comes as standard in VSE 2.7)
The other is (or will be for) MVS).

Because we use VSE I haven't investigated MVS availability but was told by a former IBM workmate (now IBM Australia's CICS strategist) that MVS Soap server for CICS would come out this year 9 months ahead of original schedule.

The bottom link may be the best starting point - it seems to cover both.


IBM's VSE 2.7 SOAP Announcement letter
[link|http://www-306.ibm.com/fcgi-bin/common/ssi/ssialias?infotype=an&subtype=ca&appname=Demonstration&htmlfid=897/ENUS203-043|http://www-306.ibm.c...d=897/ENUS203-043]

PDF doc
[link|http://www-3.ibm.com/common/ssi/rep_ca/3/897/ENUS203-043/ENUS203-043.PDF|http://www-3.ibm.com...3/ENUS203-043.PDF]

IBM CICS SOAP HOMEPAGE
[link|http://www-306.ibm.com/software/htp/cics/soap/supportpac/index.html|http://www-306.ibm.c...ortpac/index.html]


Reason IBM call it SOAP Server & not Web Services server is because they don't use wsdl & thus it can't be called Web Services (officially).

Reason they don't use wsdl is because the SOAP server takes any format of input (puts the contents of the SOAP package into TS - invokes a transaction & passes pointer to the TS to it. The Transaction must know what format the message is in.

SOAP Server has two addins that assist, one converts from Ascii to ebcdic the other parses the xml & places it into a COMMAREA

I believe you can do everything you want to per your post.

Doug Marker
New ALL you ever wanted to know about CICS SOAP ....

These links are very informational. In particular look at the animated tutorial (on-line & no registration required).

The 3 red books can be downloaded by right clicking the pdf link & saving on your local computer.

The books are referenced from the last page of the tutorial. They cover how you can use Websphere App Dev to generate the CICS side using cobol (or PL/1) copybooks. This tool can also generate client code from the same).

Cheers

Doug Marker
New Don't want to use Webshere
I want an app outsite the MF to initiate a CICS
transaction.

What is the least amount of stuff I need to do on
the MF side to enable it?
New Re: Don't want to use Webshere

You need to install the CICS SOAP Module (free).

Configure it (pick an ip addr & port)

Read up on how the m/f handles the incoming SOAP message -

1) Parses the XML
2) Converts it to Ebcdic from ascii
3) Invokes identified cics transaction & passes it a Temp Stge (TS)
pointer where the XML got mapped into ebcdic data format
4) The cics tran then can do what ever it wants (such as invoke another
tranid based on the contents of the XML).

The redbooks linked to describe all of this. The interactive demo shows it in pictorial form. Websphere is only needed for folks like us who want to use it to convert Cobol copybooks into Cics Soap enabled transactions.

You can write the client in any language you like provding it can send a Soap message to the port on the m/f that you have CICS SOAP listening on. Every where you read websphere, you need to figure out how to do that in whatever software you have.

Good luck
New Thanks
New DOA
We would need to upgrade our CICS version to use it.
Ain't happening in my lifetime.
Thanks anyway.
     Anyone know where I can get a copy of warp 4 ? - (dmarker) - (20)
         For ISOs you're probably out of luck. - (Another Scott) - (7)
             Re: For ISOs you're probably out of luck. - (dmarker) - (6)
                 At one time IBM was very good about that. - (Another Scott)
                 Re: For ISOs you're probably out of luck. - (madodel) - (4)
                     Re: For ISOs you're probably out of luck. - (dmarker) - (3)
                         I might have an OS/2 3.0 CD somewhere around home... - (inthane-chan) - (1)
                             Re: I might have an OS/2 3.0 CD somewhere around home... - (dmarker)
                         If you have Warp 4 - (jake123)
         I have a copy of 2.1 - (broomberg) - (11)
             Re: I have a copy of 2.1 - (dmarker) - (10)
                 Re: I have a copy of 2.1 - (deSitter) - (9)
                     Re: I have a copy of 2.1 - (dmarker) - (8)
                         CICS SOAP - (broomberg) - (6)
                             Re: CICS SOAP - YES YES YES - (dmarker)
                             ALL you ever wanted to know about CICS SOAP .... - (dmarker) - (4)
                                 Don't want to use Webshere - (broomberg) - (3)
                                     Re: Don't want to use Webshere - (dmarker) - (2)
                                         Thanks -NT - (broomberg)
                                         DOA - (broomberg)
                         Re: I have a copy of 2.1 - (deSitter)

lp1 on fire.
59 ms