Capture SOAP Exceptions

Cancelled Posted 6 years ago Paid on delivery
Cancelled Paid on delivery

Hi there

I need help with capturing soap exceptions, etc.

here's my current code.

private void sendservicedataDev(string dates, string times, string values, string types)

{

try

{

[url removed, login to view] ACDC_clientDev = new [url removed, login to view]();

string results = ACDC_clientDev.ACDC_DataDevKw(Encrypt([url removed, login to view]), dates, times, values, types);

[url removed, login to view](results + " " + types);

[url removed, login to view]();

}

catch (FaultException e)

{

[url removed, login to view]("SOAP Exception Message: {0}", [url removed, login to view]);

}

}

C# Programming Windows Desktop WPF

Project ID: #13901309

About the project

Remote project Active 6 years ago