|
-
Mar 26th, 2010, 08:54 AM
#1
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
-
Mar 30th, 2010, 05:02 AM
#2
Re: Flattening out a WSDL
Why do you need to flatten the WSDL? Is it that complicated?
-
Mar 30th, 2010, 08:32 AM
#3
Re: Flattening out a WSDL
 Originally Posted by Lightning
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|