Paypal API: Soap Interface...Profile is invalid problem

aarif
New Community Member

Hi,

I downloaded Paypal API: Soap Inferface with Sample ASP.NET application. Sample ASPNET applicaiton is working fine. But when I create my own application in visual studio 2010, and copy the code from ASPNET application,

Following is the screen shoot of code behind where its raising exception with the values:

Attachment.png

 

I am getting the exception:

 

 

The profile is invalid

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: com.paypal.sdk.exceptions.TransactionException: The profile is invalid


Source Error:

 

Line 18:         {
Line 19:             caller = new CallerServices();        
Line 20:             caller.APIProfile = SetProfile.SessionProfile;Line 21:         }
Line 22: 
Can please someone help me?
Login to Me Too
1 REPLY 1

irish_green
Contributor
Contributor

Good day. I am not familiar with the SOAP integration. Using the custom NVP API implementation there was a difference in the test/sample credentials and live account credentials. Were you able to get your business accounts' specific username, password, and signature to apply to the live project?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.