Hej! Provat att kasta ett Exception? Det blir ett fel i soap-meddelandet då.SoapFault from webmethod
Fragan blev pa engelska for jag postade den i ett annat forum med.
Im developing a webservice with a webmethod according to a wsdl spec.
The method has a bool as return value.
As far as Ive understood it it is possible to return errorcodes and descriptions in the response but I dont know how.
I essentially want to in my webmetod do something like:
if(bad)
{
this.responseOrSomething.Add( new SoapFault(-1, "Invalid param"...);
return false;
}
Any Ideas?
Have I understood it completely wrong?Sv: SoapFault from webmethod
Jag vet inte om det är som du har tänkt dig det, men testa!