Poorna Alle

Greenhorn
+ Follow
since May 20, 2020
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Poorna Alle

Hi Rob, Thanks for the reply. In fact, this has been the working code since long, and it still works on other servers. So, we would not want to change the code and instead trying to find the reason why the exception is happening during validation. If we know the reason, we can fix that to make this same code work again.
Hi,

When I try to validate my xml input using validator, it throws the following exception:



The same thing used to work earlier, but now with no changes made, it's not working. The same thing works on other server without any issue.

Here is my xml file:

<CFTSContract contractNumber = "TAAAXCA" country="897" company="NEWSYSX" actionCode = 'U'>
</CFTSContract>

And my xsd file is:




And my validator java file is:


I am using WebSphere 9.0 for this web service. Any idea how this can be fixed.