XML Reference Validation

icelazer

Senior member
Dec 17, 1999
323
0
71
I'm working on attempting to do some XML reference validation, but I'm having issues verifying the <wsa:MessageID> segment and the <soap:Body> segment. Does anyone have an example of what a valid canonicalized segment might look like for either/both of these? The other segments (such as Timestamp) just appeared to be everything between and including the start and end tags and verified properly. Or if anyone could provide a better forum for more knowledge, I would much appreciate it!
 

imported_Dhaval00

Senior member
Jul 23, 2004
573
0
0
I guess I still don't understand your question. Are you trying to verify that a specific XML file conforms to the SOAP schema?
 

icelazer

Senior member
Dec 17, 1999
323
0
71
Actually, there are 4 URI references that are in my soap/xml file and I have to perform reference validation on each of them according to the xml-dsig standards. I actually figured out this part of what I was working on. Canonicalizing the entire xml turned out to be similar, but not exactly the same as the canonicalization of each reference/node. I'm sure I'll be back for more help at some point though!