Integrating PayPal in C#/.NET Solution using WSDL (SOAP)

后端 未结 2 443

Environment : Visual Studio 2010 Professional .NET Framework 4 C#

Added Service Reference using the following WSDL : https://www.paypalobjects.com/wsdl/Pay

2条回答
  •  南笙
    南笙 (楼主)
    2020-12-31 23:47

    I had the same problem, because I was doing unit testing.

    You have to copy the application.config file to the test project, otherwise it won't find the WCF config.

提交回复
热议问题