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

Application as a web service on CICS transaction server


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

New User


Joined: 04 May 2005
Posts: 1

PostPosted: Fri Apr 03, 2009 2:24 pm
Reply with quote

In the below shown JCL where do we make these directories if CICS is also installed on mainframes.

I am trying to expose my application as a web service on CICS transaction server.

Code:

//LS2WS1 JOB (MYSYS,AUSER),MSGCLASS=H,
// CLASS=A,NOTIFY=&SYSUID,REGION=0M
//*
//LS2WS EXEC DFHLS2WS
//INPUT.SYSUT1 DD *
LOGFILE=/u/webservices/wsbind/myservice1.log
PDSLIB=//MYHLQ.COPYLIB
REQMEM=MYCOPYBK
RESPMEM=MYCPYBK2
LANG=COBOL
PGMNAME=MYPROG
URI=the/url/to/access/service
PGMINT=COMMAREA
WSBIND=/u/webservices/wsbind/myservice1.wsbind
WSDL=/u/webservices/wsdl/myservice1.wsdl
*/
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Apr 03, 2009 10:00 pm
Reply with quote

ask your CICS support people for help
Back to top
View user's profile Send private message
tomehta

New User


Joined: 18 Aug 2008
Posts: 98
Location: India

PostPosted: Mon Apr 06, 2009 6:30 pm
Reply with quote

my bet is these have to be defined in omvs ( unix system services ) icon_smile.gif
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 Using API Gateway from CICS program CICS 0
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top