Is there a sample test class for SFM web service. Need request object creation example.
I created an SFM Screen Designer and added field events as webservice, which works fine. However for writing test class I need to create request object as in
and call the WSName with that request object to test my method. Not sure how to simulate the request object with header and detail records that looks exactly like what is passed by SFM screen on event. Please provide any examples to get me past through this or suggestions on writing the test class to get code coverage and unit test my web service.