function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
john.krjohn.kr 

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................ 

SvenSven

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

SaxonSaxon

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.