[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WSDL2RPG - Version 1.15beta1 available



Folks,

I released WSDL2RPG V1.15beta1. You can download WSDL2RPG from my Freeware
page at http://www.tools400.de.

V1.15 is a major release because the generator has undergone significant 
changes. But do not worry, service program WSDL2RPGRT has not been changed. 
So all your existing stubs should continue working. It just got a new 
procedure.

With v1.15 I changed the generator to allow to select up to 99 operations 
at once. As a result of that you get n+1 modules. The very first module is 
called the "base" module. It contains all procedures that are shared with 
each operation. The next modules are the actual "stub" modules. Let us 
assume you wanted to create a stub service program with 2 operations and 
that your base name was "TSTSRV". Based on that your WSDL2RPG command may 
look as shown below:

WSDL2RPG
   URL('http://www.ripedevelopment.com/webservices/ZipCode.asmx?WSDL')
   SERVICE('ZipCodeSoap' ('CityStateToZipCode' 'CityStateToAreaCode'))
   SRCFILE(*LIBL/QWSDL2RPG) SRCMBR(TSTSRV) TYPE(*STUB)

With this command you get the following three modules which can be linked 
to a stub service program:

   TSTSRV      - Web Service: ZipCodeSoap
   TSTSRV01    - Web Service: CityStateToZipCode()
   TSTSRV02    - Web Service: CityStateToZipCode()

The FAQ documents have been updated and are included in the beta zip file.

Regards,

Thomas.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------