Can i use javascript to check soap from the backend

Can i check the soap message coming from backend using javascript?

0 2 141
2 REPLIES 2

sidd-harth
Participant V

Why/What do you want to check SOAP using JS?

Are you aware of Soap message validation policy?

Sure, you could do it.

If I were writing JS to "check" the SOAP Response, I'd want to check the Envelope, and check the Body, and so on, for well-formedness and for validity against a schema. But this would be a bunch of manual effort.

The MessageValidation policy does this for you.