Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-ASP set-up problems
 VPASP 6.5 UPS Setup issue
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

atldev
Starting Member

1 Posts

Posted - June 27 2007 :  14:36:58  Show Profile  Reply with Quote
I installed VPASP 6.5 successfully but there is still an issue with UPS setup. Whenever I tried to pass Wizard - Step 3, it is telling me "Invalid Country Code in AccessLicenseProfile". It seems like shopupsincludes.asp and I changed the code like this.

From:
xmlstring = xmlstring & "<AccessLicenseProfile>"
xmlstring = xmlstring & "<CountryCode>"&getsess("strCountry")&"</CountryCode>"
xmlstring = xmlstring & "<LanguageCode>EN</LanguageCode>"
xmlstring = xmlstring & "<AccessLicenseText>"& Server.HTMLEncode(upslicense.nodeTypedValue) &"</AccessLicenseText>"
xmlstring = xmlstring & "</AccessLicenseProfile>"

To:
xmlstring = xmlstring & "<AccessLicenseProfile>"
xmlstring = xmlstring & "<CountryCode>"&getsess("strCountry")&"</CountryCode>"
xmlstring = xmlstring & "<LanguageCode>EN</LanguageCode>"
xmlstring = xmlstring & "</AccessLicenseProfile>"
xmlstring = xmlstring & "<AccessLicenseText>"& Server.HTMLEncode(upslicense.nodeTypedValue) &"</AccessLicenseText>"

It is now telling me "The XML document is well formed but the document is not valid".

At the registration form, there is no special character and the information is precise.

Please give me your advice. Thanks.
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00