cancel
Showing results for 
Search instead for 
Did you mean: 

XML parsing error

Former Member
0 Kudos

Hi ,

I have a URL to which i need to send the SOAP requests but when i am trying to open it i am getting error as below:

XML Parsing Error: prefix not bound to a namespace

can you please tell me why am i getting this error

Thanks,

Jyothsna

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi Jyothsna,

The XMLAnonymizerBean does not consider namespace prefixes in attributes. So you should allow also those prefixes and namespaces which are used here.

Without the XMLAnonymizerBean the xsi namespace declaration should be available as well, if not it is a bug. Check if you have applied the latest patch and open an OSS ticket, if this is the case.

Dont forget to reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

Hi Pragathi,

Thanks for your immediate response . Can you please clearly explain me what is this "XMLAnonymizerBean".

The URL is provided by the client so i have no idea how the XML is built.

Thanks,

Jyothsna.

Answers (0)