Hi Travis,
In our Integration, I add the WSDL to Service References in a C# project in VS2010. We extract data by calling the function ‘getMultipleLeads’ with specified parameters. So there is no XML could be shown. (The request XML would be auto-created by Web Service of dotNET Framework)
In another hand, it’s hard to say which request would be failed. When I do the unit tests, it works well. When it is used for our user cases in Piyush’s part (large number of Leads cause multiple requests), it works well at the beginning. Some time, the connection failure occurs. But retrying the same request after a while (how long is not sure), would be succeeded.
Thanks,
Biao