Re: [OT] Java & .Net web services interoperability

2005-07-22 Thread Tom Ziemer
Hi Brent, yes that's possible. I've just implemented a web service (based on Apache Axis) that sends DIME Attachments. We have Java and .NET clients that can consume these. The only problem is that there is bug in the official 1.21 Axis Release so you would have to use the CVS version. Regards, T

Re: [OT] Java & .Net web services interoperability

2005-07-22 Thread Dave Newton
Brent Vaughn wrote: We have a web service written in Java and a C# client to consume the Java web service. We are trying to send SOAP messages with attachments, but the problem is that .NET only accepts DIME attachments. Is it possible for Java to send its SOAP attachments in the DIME format?

[OT] Java & .Net web services interoperability

2005-07-22 Thread Brent Vaughn
We have a web service written in Java and a C# client to consume the Java web service. We are trying to send SOAP messages with attachments, but the problem is that .NET only accepts DIME attachments. Is it possible for Java to send its SOAP attachments in the DIME format? Basically, does Java s