I'm trying to consume a SOAP service (Agile PLM webservice) using C#, but the SOAP service uses a "Datahandler" type, which seems to be language specific to Java (using Apache Axis library as far as I can tell).
When I try to use the wsdl.exe tool to create a proxy class, it fails due to not having a type for this datahandler. Can anybody suggest how to (cleanly, efficiently) consume this SOAP service without having to hand code a proxy class or manually deal with the SOAP messages in C#?