I do all the steps mentioned in the link below, but it shows this error at runtime.
I do not find the cause. please help.
I attach the used files
Grateful
Dear Yousef,
We are sorry to hear about the issue. Could you please confirm to us the link you mentioned and what you were trying to do?
Best regards,
Laura G
Hi Yousef,
The xml should look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<BizAgiWSParam>
<Entities>
<Country>
<Code>Afghanistan </Code>
<Region>ASIA (EX. NEAR EAST) </Region>
<Name>Afghanistan </Name>
</Country>
.... the rest of the nodes
</Entities>
</BizAgiWSParam>
1. please use an online tool to validate the XML. Google for 'XML beautifier'.
2. In your Region element there are some empty spaces at the end. Clean the data before you upload it.
3. the same applies to Code and Name. There is a space at the end
Please let me know if that worked :)
Best,
Valeriu B.
HI Valeriu Bosneaga
I'm still wrong. You can correct my file to see where I went wrong because I corrected the file with xml sites and it was ineffective.
Give it another try with the attached file.
Hi
I copy the contents into the web address of the service according to the instructions of the site and finally click on invoke, but it shows an error.
For this to work, you must have an entity called Country with the following attributes: Code, Region and Name.
Comments have been locked on this page!
Dear Yousef,
We are sorry to hear about the issue. Could you please confirm to us the link you mentioned and what you were trying to do?
Best regards,
Laura G
Hi Yousef,
The xml should look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<BizAgiWSParam>
<Entities>
<Country>
<Code>Afghanistan </Code>
<Region>ASIA (EX. NEAR EAST) </Region>
<Name>Afghanistan </Name>
</Country>
.... the rest of the nodes
</Entities>
</BizAgiWSParam>
1. please use an online tool to validate the XML. Google for 'XML beautifier'.
2. In your Region element there are some empty spaces at the end. Clean the data before you upload it.
3. the same applies to Code and Name. There is a space at the end
Please let me know if that worked :)
Best,
Valeriu B.
HI Valeriu Bosneaga
I'm still wrong. You can correct my file to see where I went wrong because I corrected the file with xml sites and it was ineffective.
Give it another try with the attached file.
Hi
I copy the contents into the web address of the service according to the instructions of the site and finally click on invoke, but it shows an error.
For this to work, you must have an entity called Country with the following attributes: Code, Region and Name.
Comments have been locked on this page!