I am trying to set up an embedded signing session with SOAP. In the demo environment everything works perfectly and I have passed the API Certification.
When I'm trying to move things over to the live I can create the envelope with no issues. When I make the call to RequestRecipientToken I get the "One or both of Username and Password are invalid." error back.
I'm at a complete loss here since everything works perfectly in the demo environment.
I've added a new Service Reference to https://www.docusign.net/api/3.0 and changed all the code to use this. I've checked my accounts and login information and everything is correct.
I can create the envelope just fine and they show up under my account in the live Docusign site.
I've checked my base url and it is na2, but the https://na2.docusign.net/api/3.0 show forbidden to me.
Anything I'm missing from simply moving working code from demo to live?