Home > Archive > Cobol > October 2006 > calling SOAP services (or TCP messages in general) from iSeries Cobol
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
calling SOAP services (or TCP messages in general) from iSeries Cobol
|
|
| ajwerden@gmail.com 2006-10-30, 9:55 pm |
| Are there any facilities in iSeries Cobol (any version) to invoke SOAP
services or directly open sockets and sent TCP messages? If not, are
there any comlications or 'gotchas' to call C code from Cobol on
iSeries?
thanks
| |
| Sergey Kashyrin 2006-10-30, 9:55 pm |
| I don't know about sockets in Cobol (I think it's just the matter of the
correct parameters), but I didn't have any problems to call ILE C++ -> ILE
Cobol -> ILE C++ -> ...
<ajwerden@gmail.com> wrote in message
news:1162220818.891904.89760@b28g2000cwb.googlegroups.com...
> Are there any facilities in iSeries Cobol (any version) to invoke SOAP
> services or directly open sockets and sent TCP messages? If not, are
> there any comlications or 'gotchas' to call C code from Cobol on
> iSeries?
>
> thanks
>
| |
| Charles Hottel 2006-10-30, 9:55 pm |
|
<ajwerden@gmail.com> wrote in message
news:1162220818.891904.89760@b28g2000cwb.googlegroups.com...
> Are there any facilities in iSeries Cobol (any version) to invoke SOAP
> services or directly open sockets and sent TCP messages? If not, are
> there any comlications or 'gotchas' to call C code from Cobol on
> iSeries?
>
> thanks
>
Google for: ibm soap cobol
The first link of 595,00 was:
http://www-306.ibm.com/fcgi-bin/com...897/ENUS203-199
|
|
|
|
|