Hello all.
I am a newbie to .Net but trying to use VS 2010 and .Net to generate a
web client proxy for use by a unmanaged code via COM.  VS 2010 has the
ability to generate the client proxy classes via use of the WSDL
definition (and apparently using the WSDL.exe program).  I did not
have to code a line.  I set the flag to allow com visible and built
the result.
Generally this will work OK from unmanaged code as long as you do not
need to send parms in the SOAP header.  Unfortunately I do.  the
classes are generated just fine.  Unfortunately the classes generated
inherit form other classes.  From my reading that is the cause of my
problems.
I have read that one solution is somehow to make them visible to com.
Believe me I have read and reread many threads and so far have not
figured out how to do this.  Hopefully it is quite straightforward and
someone will take pity on me and show me the light.
Bob

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to