Using other remote SOAP services alongside S3
Hi, I'm developing a system with C# / .NET forms which allows backup of files to S3. But it also sends usage information to a second server using .NET remoting via a HttpChannel.
Now access to the usage-server via .NET remoting works fine until I call any S3 method via the web-service. Any sub-sequent calls to the usage server using remoting fails with a:
Exception has been thrown by the target of an invocation
Specified cast is not valid
If I call S3 in isolation it's fine, if I call my usage-server via remoting it's fine. It just seems like one is somehow affecting the other.
Has anyone else experienced anything similar? It has got me slightly flumoxed.
Paul
Now access to the usage-server via .NET remoting works fine until I call any S3 method via the web-service. Any sub-sequent calls to the usage server using remoting fails with a:
Exception has been thrown by the target of an invocation
Specified cast is not valid
If I call S3 in isolation it's fine, if I call my usage-server via remoting it's fine. It just seems like one is somehow affecting the other.
Has anyone else experienced anything similar? It has got me slightly flumoxed.
Paul












You must be logged in to post a comment.