You need to sign in to do that
Don't have an account?

How Can i check Myxml class is working or not ! with my requirement type of xml file
Hi I am creating a xml class,this class will be made a xml file to endpoint,in that before how can check my xml file is sending with proper data and proper elements................
Hi
I don't know exactly what you are trying to achieve but you could use
System.debug(yourxmlvariable);
or if you are sending with webservice maybe you can use SoapUi to test your webservice
Hi John,
Can you show what exactly you are passing in your xml class method?
You can use Debug to check your xml values.
Regards,
Saxon.