.NET can pass in a DOM object, but that's not what you asked for -- you want the .NET WSDL.exe tool to generate .NET types. It can't do that if all you define is <xsd:anyType>.

For message style services in .NET you must use the low-level System.XML API.

Anne

On 11/10/05, Kr <[EMAIL PROTECTED]> wrote:
Anne,

Thank you for the response.

If I understand your response correctly then is it true that we cannot
have a .NET client pass in a DOM object to my Java based Message Type
Web Service much like we can have a Java Client pass in a DOM object
to my Java based Message Type Web Service  ? The only way to
interroparate AXIS's message style web service and .NET web services
is to rely on  WSDL and typed objects ? What if a .NET client has a
xml file which it need to pass to AXIS message style web service  ?

Reply via email to