I know the code below could print the exception, but how do I put the exception message to the std::string
?
The code below prints the exception
proxy.soap_stream_fault(std::cout);
I know the code below could print the exception, but how do I put the exception message to the std::string
?
The code below prints the exception
proxy.soap_stream_fault(std::cout);