SOAP may not be obsolete was Re: Creating a Web Service with COBOL...



On Wed, 27 Jun 2007 13:30:04 +1200, "Pete Dashwood"
<dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:


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

Of course .NET will work well on all of the Unix / Linux systems as
well as mainframes from any vendor left. Maybe SOAP is out for
Microsoft but I suspect other vendors may view things differently as
might the Linux enthusiasts.


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 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)
  • Re: System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
    ... Are you sending the proper XML message (SOAP)? ... private static string GetWebResponseString(WebResponse ... If you are intending to use .NET for web services, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Rails Web services (in general), HTTP GET and JSON and other topics
    ... I like SOA, I like Ajax, I like Ruby/Rails, but I am in doubt how to ... Does anybody know a good tutorial about Rails Web services? ... be configured not to adhere to SOAP protocol or to use XML. ...
    (comp.lang.ruby)
  • 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 ... generate WSDL. ...
    (comp.lang.cobol)