Re: Creating a Web Service with COBOL...




"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...


Thanks for any comments....

HttpOpenRequest()

HttpSendRequestEx()

http://www.cobolportal.com/files/egilityedge.pdf

http://www.adtmag.com/article.aspx?id=7730&amp;page=

http://www.adtmag.com/article.aspx?id=9472&amp;page=

Yes, it is. But there are much easier ways of accessing Web Services and
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.



.



Relevant Pages

  • Re: SOAP, WSIT, Im LOST, sort of...
    ... Now I've been asked to evaluate "WEB Services" ... I use SOAP to communicate with several other companies that I don't know ... protocol (the Simple Object Access Protocol; ... On the VMS system this mail is taken care ...
    (comp.os.vms)
  • Re: soap + wsdl troubles
    ... The example that you dumped showed a SOAP packet ... The standards docs provide pretty good detail -- but if you're just beginning, it's likely better to read some articles on-line to get started or pick up a book on web services. ... look through the documentation to see how to specify Doc/ Literal ... then get the WSDL from the server (it looks like you've got a URL that points to the WSDL that you can just point a browser to to get the WSDL. ...
    (comp.lang.ruby)
  • Re: web service question (weblogic / j2ee related)
    ... client would receive the response and manually parse the resulting HTML ... You should most definitely look up a web services guide or tutorial if you are going to work with it. ... the SOAP part of web services,. ... WSDL is the definition of the contract of the server which you give to the client so its WS tools can generate a proper SOAP stub for you. ...
    (comp.lang.java.programmer)
  • SOAP may not be obsolete was Re: Creating a Web Service with COBOL...
    ... It explains the SOAP ... Toolkit scenario and has sample code for both Fujitsu NetCOBOL and MF ... For BUILDING Web Services you can use the SOAP Toolkit to ... well as mainframes from any vendor left. ...
    (comp.lang.cobol)
  • Re: SOAP on z/OS?
    ... I don't know SOAP. ... standards within the Web Services family of standards. ... SOAP for CICS. ... Message Broker is a very fine way to provide Web Services interfaces to all ...
    (bit.listserv.ibm-main)