What does this error mean?

オフライン
Name cannot begin with the '5' character, hexadecimal value 0x35. Line 1, position 56.<SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="">www.aras.com/.../faultcode><faultstring><![CDATA[Name cannot begin with the '5' character, hexadecimal value 0x35. Line 1, position 56.]]></faultstring><detail><af:legacy_detail><![CDATA[Name cannot begin with the '5' character, hexadecimal value 0x35. Line 1, position 56.]]></af:legacy_detail><af:exception message="Name cannot begin with the '5' character, hexadecimal value 0x35. Line 1, position 56." type="System.Xml.XmlException"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Parents
  • Hello, Could you please clarify when you are receiving this error? Without knowing the root cause, it will be difficult to help resolve this issue. That being said, I believe this error is the result of evaluating XML that has some node whose name starts with a 5 like the example below.
    <Item type="Part" action="get">
    <5prop>test</5prop>
    </Item>
    Chris __________________________________ Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, Could you please clarify when you are receiving this error? Without knowing the root cause, it will be difficult to help resolve this issue. That being said, I believe this error is the result of evaluating XML that has some node whose name starts with a 5 like the example below.
    <Item type="Part" action="get">
    <5prop>test</5prop>
    </Item>
    Chris __________________________________ Christopher Gillis Aras Labs Software Engineer
Children
No Data