Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
•	Web Service (CICS Program) to Metadata DB for search criteria


how to consume webservice which is developed in CICS.

What I have tried:

it is not a service like wcf or asmx
but still i can not able to call this in asp .net
Posted
Updated 3-Aug-17 7:20am

1 solution

It all depends on how the CICS web service was configured. More often than not, it is typically a SOAP service. You will need to know the URL for any endpoints you wish to consume (there can be more then one). Make sure the endpoints have a WSDL[^] Once you have the URL(s), you simply need to add a web references to your project.

I'd suggest checking out the following resources:
Application Development for CICS Web Services[^]
C#.Net How To: Consume a Web Service in C#.Net Visual Studio 2010 - C# Tutorials[^]
 
Share this answer
 
Comments
gampapraveen 7-Aug-17 7:48am    
getting an error while adding url in soap ui

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900