ashstampede
Programmer
I was hopping for some liberation on what this possible error message my be coming from a web server after i send a request.
ERROR MESSAGE
Invalid XML The name of the top most element must match the name of the DOCTYPE declaration
my xml request looks like this
ERROR MESSAGE
Invalid XML The name of the top most element must match the name of the DOCTYPE declaration
my xml request looks like this
Code:
<RateV2Request>
<Package ID="0">
<Service>Parcel</Service>
<ZipOrigination>xxxxx</ZipOrigination>
<ZipDestination>xxxxx</ZipDestination>
<Pounds>0</Pounds>
<Ounces>3</Ounces>
<Container></Container>
<Size>REGULAR</Size>
<Machinable>False</Machinable>
</Package>
</RateV2Request