Results 1 to 3 of 3

Thread: Flattening out a WSDL

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Flattening out a WSDL

    We tried to call a WCF service from a java application.

    The author of the service told us that we need to flatten the WSDL to get it to work.

    I looked up this article here.

    I am facing two issues with the code in this article.
    Error 1 The type or namespace name 'WsdlDescription' could not be found (are you missing a using directive or an assembly reference?) C:\FlatWSDL\FlatWSDL.cs 20 22 FlatWSDL

    Error 2 Cannot call an abstract base member: 'System.ServiceModel.Activation.ServiceHostFactoryBase.CreateServiceHost(string, System.Uri[])' C:\FlatWSDL\FlatWSDL.cs 107 20 FlatWSDL


    Has anyone an idea to get around this error?

    OR

    Are you aware of any tools to flatten out the WSDL?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Flattening out a WSDL

    Why do you need to flatten the WSDL? Is it that complicated?
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  3. #3

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Flattening out a WSDL

    Quote Originally Posted by Lightning View Post
    Why do you need to flatten the WSDL? Is it that complicated?
    The java client won't recognize it unless it has been flattened out.
    That's what I got from the people who built the webservice.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

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