views:

125

answers:

0

In .NET - standard web services (.NET 2.0), I see the following:

PayPalAPIAASoapBinding
PayPalApiSoapBinding

Ok so the API methods are split between the two. I want to know what's the termonology here. Why is it split? What's AA vs. just Api in context to PayPal termonology?

There has to be a reason that .NET splits it like this.