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
AMIT KUMAR 73AMIT KUMAR 73 

SOAP Request / Response Logging in Apex : Consumed a WSDL for Web Service Call

HI,

I am trying to print the Request XML that is getting passed to the invocation method:

processRequest_x.ProcessWorkOrder(account_x);

Reason: The Object schema structure shared as part of the wsdl is very very complex and i am not sure whether i am able to bind objects properly as part of my request. Is there any way to print the request XML that is getting parsed in the invocation part.