Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I have a web serveice for paypal payment gatway.
I get ipn data from paypal to my aspx page, there I get that all data in lable and then I post that data into web service.

I am getting ipn data on my page, I have checked it by generation the log, But it is not posting the data to web service when direct makes payment from paypal.

When i run into local it is working fine. web service and javascript post working fine..
Posted

1 solution

Check the authentication mode in IIS. When you run it locally, the ASP.Net Cassini server takes care of authentication and all works fine in local. Check whether the web service require any special permissions and all. Try to log the service request & response.
 
Share this answer
 
Comments
ravi sharma11 22-Aug-12 2:46am    
I am not familier with web service. Please give me the brief detail how to do this.... And what setps to follow one by one

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