Re: Creating a Web Service with COBOL...
- From: "Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 13:30:04 +1200
"softWare design" <sabraham@xxxxxxxxxxxxx> wrote in message
news:1182888614.062525.103150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
Just read the following articles and I thought they were interesting,
however, I am wondering if I can create a Web Service by simply
using the Windows APIs (SDK development kit) ? I know that the
SOAP protocol uses the HTTP/HTTPS over the internet to support
interoperable machine to machine interaction. So, is it possible to
use the listed below functions to send the needed XML messages
between clients and servers ?
Your links didn't work for me, but I have a fair idea what you're talking
about...
Yes, it is. But there are much easier ways of accessing Web Services and
Thanks for any comments....
HttpOpenRequest()
HttpSendRequestEx()
http://www.cobolportal.com/files/egilityedge.pdf
http://www.adtmag.com/article.aspx?id=7730&page=
http://www.adtmag.com/article.aspx?id=9472&page=
building them.
Have a look at the thread: "Web Services and COBOL (fairly long post..." ,
starting with the original post dated 27th May, 2007. It explains the SOAP
Toolkit scenario and has sample code for both Fujitsu NetCOBOL and MF
NetExpress. For BUILDING Web Services you can use the SOAP Toolkit to
generate WSDL.
I have connected to SOAP services using the Toolkit, and the "manual" method
(painstakingly building all the XML and WSDL myself, some years ago to
access a banking service on a mainframe, remotely over the Internet from a
PC in a different country.)
The Toolkit is better.
You should also bear in mind that the SOAP protocol is already obsolete and
will no longer be supported by MS after next year. It is being replaced by
DotNet Web Services (which provide richer facilities and error checking than
SOAP does...)
Pete.
.
- Follow-Ups:
- Re: Creating a Web Service with COBOL...
- From: softWare design
- Re: Creating a Web Service with COBOL...
- References:
- Creating a Web Service with COBOL...
- From: softWare design
- Creating a Web Service with COBOL...
- Prev by Date: Re: Stop Run vs GoBack
- Next by Date: OT: Baby Update
- Previous by thread: Creating a Web Service with COBOL...
- Next by thread: Re: Creating a Web Service with COBOL...
- Index(es):
Relevant Pages
|
|