Jump to content

Incomplete XML Header


SecondCity

Recommended Posts

Below is an XML snippet for a payment gateway...

 

 

<?xml version="1.0" encoding="utf-8"?>
<createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">

 

 

I assume "xmlns" means "XML namespace", but how does this work?

 

The file path above seems incomplete, and in the sample code I am looking at, I don't see any other references to a .xsd file or to information that would make the above xml path work.

 

 

Link to comment
Share on other sites

Yup - xmlns is for XML namespaces, this one is the default namespace as it doesn't specify a prefix.

A quick Google finds...https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd which is probably what it should point at.  The URI you have is a relative one which can be prone to getting out of date.

 

So does the code I posted note work?

 

Is it supposed to be like that or should it be a properly formed URL like you mentioned?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.