Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Consuming a Web Service 1

Status
Not open for further replies.

Dimandja

Programmer
Apr 29, 2002
2,720
US
What's involved in consuming a webservice from an IBM mainframe, given a URL, and using COBOL?

Will 3rd party software have to be involved?

__________________________________________
Try forum1391 for lively discussions
 
Am I the only one who doesn't know what "consuming a webservice" means?

From a quick "google" of this term, I *think* but coulb be entirely wrong that either MQService or COBOL XML support (in Enterprise COBOL) *might* be your answer. However, without really understanding the question, I probably am totally off-base.

If you can describe ("in simple language") what you want to accomplish, I might be able to point you to the right place in IBM documentation.

Bill Klein
 
Oh... Ok. "Consuming a web service" is essentially acting as a client to a web based server.

You are right to guess that MQ or XML support would address the problem.

One way I have found to address this is to code a client via CICS/Java/WebSphere. I have not seen a COBOL example however.

Thanks for looking into this.

__________________________________________
Try forum1391 for lively discussions
 
OK, then I think you should start looking at

"5.0 Using XML and COBOL together"

at


If it helps, within that section is the following informaiton,

"Before you can parse an XML document with an XML PARSE statement, you must make the document available to your program. The most likely method of acquiring the document is by retrieval from a WebSphere MQ message, a CICS transient queue or communication area, or an IMS message processing queue."

Does this sound like this is the area you are interest in?



Bill Klein
 
Yes. This is part of the solution.

The only other missing part, I guess, is where the application uses, say, an HTTP protocol to obtain the XML document, via SOAP for example.

That may involve accessing WebSphere APIs, I suppose.

Under "Accessing XML documents", I see a mention to "WebSphere MQ message, a CICS transient queue or communication area, or an IMS message processing queue".

However, I haven't found an actual HTTP protocol, used as an example.

__________________________________________
Try forum1391 for lively discussions
 
Thank you so much, Bill! This is exactly the type of information I am looking for. I can now start to put together all the pieces for a discussion with the group involved.


__________________________________________
Try forum1391 for lively discussions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top