Re: [SOAP] Overriding URI/namespace from WSDL
[email protected] (Adam Trachtenberg) Sat, 1 Sep 2012 21:17:59 -0700
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
On Sep 1, 2012, at 5:04 PM, Magnus Olsson <[email protected]> wrote: > I then get an error saying my app id and app key is rejected by > http://api.exampleservice.com/, no -test. >=20 > I have run into this problem with an invoice payment API before and never > looked into it. > Is there a way to bypass the URI/namespace from the WSDL so that I can run= > some tests before I go on to the live API? Can you copy the WSDL locally and modify it to point at -test or otherwise b= ehave as needed? -adam=