Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am new in c# - webservice. My concern is that I wanted to genereate https://in.Payment.com/cgi-bin/rl/rl_pay.cgi this kind of link using webservice using that link i can request another link for payment...

I want such link on my own server where i can hit from C# code. then it check which link is available for payment then it automatically send request for payment.



Thanks in advance
Posted
Comments
Prasad Khandekar 13-Jun-14 7:28am    
Hello Member,

You are better of using a configuration file instead. In your web.config under appSettings add a new key say PayementSvcUrl with whatever desizerd URL and use it in your web service.

Regards,
ZurdoDev 13-Jun-14 13:56pm    
I don't follow but it sounds like all you need to do is create a webservice. Where are you stuck?

1 solution

There are lots of good articles on this site regarding web services as well as searching google for example.

See the following:

Introduction to .NET Web Services[^]

Understanding the Basics of Web Service in ASP.NET[^]

An introduction to web services: Daily Dilbert[^]
 
Share this answer
 

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