I am using Axis 1.2 and ran into a problem similar to this.

I figured out that Visual Studio .NET does not understand the Version 1.2
type mapping. What I found worked is to change the deploy.wsdd so that the
typeMappingVerison is 1.1.  For example.

      <parameter name="typeMappingVersion" value="1.1"/>

I'm not sure if something else needs to change like the namespace to make
this truly "correct", but this worked for me.

  Cliff
 

> -----Original Message-----
> From: Pippo Plutone [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 24, 2005 4:29 AM
> To: [email protected]
> Subject: axis + vb .net
> 
> Hi all,
> I have a problem when I using AXIS with client VB .Net.
> 
> I have a web service with AXIS (provider="java:RPC") and a 
> client VB .Net; 
> it works
> while when I have a web service with AXIS (provider="java:MSG" 
> style="document" use="literal") with a client VB .Net I have 
> a problem:
> 
> "An unhandled exception of type 
> 'System.InvalidOperationException' occurred 
> in system.xml.dll
> Additional information: There was an error generating the XML 
> document"
> 
> Can you help me?
> 
> Thanks Pasquy
> 
> _________________________________________________________________
> Comunica in tempo reale http://messenger.msn.com/beta
> 

Reply via email to