CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Feb 2007
    Posts
    5

    How to create a SOAP interface from the .NET DLL?

    Hello,

    Bonjour,
    I'm newbie in .NET (I usually program in Java ).
    I have received the source code of a .NET DLL (framework 2.0) and I need to migrate the functionality of this DLL into a serveur application written in Java.
    To do this I will modify the DLL (written in .NET) to forward all function calls into SOAP requests to my Java Soap application.
    The only problem is that this DLL interface is quiet huge and if I can generate a WSDL file from the DLL definition this will help me to save a lot of time.
    Then, I'm wondering if there is any possibility to generate a WSDL file from the DLL source code I have.
    I don't know if you understand what I mean, this is not so easy to explain... Here below you will find a picture which should help you to understand my problem.
    In blue you will see the existing part and in red you will see the part I have to develop.

    Thanks in advance for your helps.

    Remi.

    Last edited by Philipina; March 18th, 2008 at 10:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured