Hey,
I've got a SOAP proxy created with wsdl.exe, I've never messed with any of the code in there. I've used it totally "black-box" style up until now.
What I want to do is check each call to see if one of 3 or 4 errors are returned, if so I need to simply repeat the call. I know, in a perfect world the service provider wouldn't return errors when everything was fine but it's not. So I need to repeat the call and it usually works the second time.
I assume that I would want to override the Invoke command, but not really sure how to go about that.
I could also add the checking at a higher level, but then I would have to do it in many places instead of just 1.
Could anyone help me get started with this?
Thanks
Travis Hawkins
I've got a SOAP proxy created with wsdl.exe, I've never messed with any of the code in there. I've used it totally "black-box" style up until now.
What I want to do is check each call to see if one of 3 or 4 errors are returned, if so I need to simply repeat the call. I know, in a perfect world the service provider wouldn't return errors when everything was fine but it's not. So I need to repeat the call and it usually works the second time.
I assume that I would want to override the Invoke command, but not really sure how to go about that.
I could also add the checking at a higher level, but then I would have to do it in many places instead of just 1.
Could anyone help me get started with this?
Thanks
Travis Hawkins