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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.