From jamie.kohns at nationalnet.com Fri Jan 25 15:53:56 2013 From: jamie.kohns at nationalnet.com (Jamie Kohns) Date: Fri, 25 Jan 2013 15:53:56 -0500 Subject: [arin-tech-discuss] XML payload did not validate Message-ID: <5102F0E4.4030604@nationalnet.com> I'm trying to perform a Create Recipient Customer request on the rest service, and getting an error response indicating that "The XML payload did not validate against the defined schema".. While my final implementation will be in PHP using CURL, I have been using curl directly as: curl -v -H "Content-Type: application/xml" -X POST --data "TESTMEUNITED STATESUSUSA1 Line 1ChantillyVA20151Line 1NNNN true" https://rest-beta.arin.net/rest/net/NET-NN-NN-128-0-1/customer?apikey=API-NNNN-NNNN-NNNN-NNNN The customer payload is copied directly from the documentation, substituting our parentOrgHandle and PARENTNETHANDLE and API key values. The only response is: E_SCHEMA_VALIDATIONThe XML payload did not validate against the defined schema. Please see the documentation for details. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at arin.net Fri Jan 25 16:31:06 2013 From: andy at arin.net (Andy Newton) Date: Fri, 25 Jan 2013 21:31:06 +0000 Subject: [arin-tech-discuss] XML payload did not validate In-Reply-To: <5102F0E4.4030604@nationalnet.com> Message-ID: <62D9228640AC7F49B2DD9ED0C9CE60E58BBE5A89@CHAXCH01.corp.arin.net> From: Jamie Kohns > Date: Friday, January 25, 2013 3:53 PM To: "arin-tech-discuss at arin.net" > Subject: [arin-tech-discuss] XML payload did not validate