RE: CICS Web Services and SOAP

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: RE: CICS Web Services and SOAP
industrynews@winwholesale.com
Date: Thu Jun 05 2008 - 11:51:57 EDT


      OK, I picked a different one of our existing sockets applications to
use for SOAP.  I simplified the layout of the commarea as much as possible
but am still receiving the following error message from the CICS2WS app:

Lexical error at line 1.  Encountered: "H" (72), after : ""

      This is the simplified commarea layout:

01  DFHCOMMAREA.
    05  DLL-RETN-CODE                PIC  X(4).
    05  IP-ADDRESS                   PIC  X(4).
    05  TRAN-CODE                    PIC  X(4).
    05  FUNC-CODE                    PIC  X(4).
    05  FILLER                       PIC  X(16).
    05  RETN-CODE                    PIC  X(4).
    05  RETN-MESG                    PIC  X(44).
    05  INPT-COMPANY                 PIC  X(5).
    05  OUTP-FISCAL-YEAR             PIC  9(4).
    05  OUTP-CURR-PERIOD             PIC  9(2).
    05  OUTP-SALES-ELEMENT           PIC  9(9).99-  OCCURS 13.
    05  OUTP-MARGIN-ELEMENT          PIC  9(9).99-  OCCURS 13.
    05  OUTP-EXPENSE-ELEMENT         PIC  9(9).99-  OCCURS 13.
    05  OUTP-OP-NET-WORTH            PIC  9(9).99-.
    05  OUTP-STATE-TAX-RATE          PIC  9.999-.

Sincerely,

Dave Clark

WinWholesale Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b25 : Sat Jul 05 2008 - 14:05:05 EDT