cancel
Showing results for 
Search instead for 
Did you mean: 

IOS Integration error !

Hi !

 

I downloaded newest IOS SDK and followed readme file to Interation.

But when i run function [self loginToGateway]. I received output:

 

2012-01-12 12:17:21.074 Reachability Flag Status: -R -----l- networkStatusForFlags
namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute
ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"
                                                                               ^

 

Can you help me to reslove my problem. Thanks !

tplzumy
Member
1 REPLY 1

The Authorize.Net XML APIs do not use absolute urls for the namespaces that are returned.  Some languages will only work with absolute namespaces or they will throw warnings like this for relative namespaces.  As long as it is just a warning, there is nothing to worry about and it can be suppressed or ignored.

Trevor
Administrator Administrator
Administrator