Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Soap WebService:getting error while generating wsdl in WS studio

Hi,
I have prepared soap service using Talend and published. But getting below error while generating wsdl in .NET web service studio.

Initializing
Generating WSDL
System.InvalidOperationException: General Error http://localhost:7088/services/mCare ---> System.Net.WebException: There was an error downloading 'http://localhost:7088/services/mCare'. ---> System.Net.WebException: The request failed with the error message:
--
<soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap0683p000009M9p6.pngerver</faultcode><f... occurred while processing.</faultstring></soap:Fault></soap:Body></soap:Envelope>
--.
--- End of inner exception stack trace ---
at System.Web.Services.Discovery.DiscoveryClientProtocol.Download(String& url, String& contentType)
at System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny(String url)
at WebServiceStudio.Wsdl.ProcessRemoteUrls(DiscoveryClientProtocol client, StringCollection urls, XmlSchemas schemas, ServiceDescriptionCollection descriptions)
--- End of inner exception stack trace ---
at WebServiceStudio.Wsdl.ProcessRemoteUrls(DiscoveryClientProtocol client, StringCollection urls, XmlSchemas schemas, ServiceDescriptionCollection descriptions)
at WebServiceStudio.Wsdl.Generate()
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi Rajashree,
It looks like you're using the address http://localhost:7088/services/mCare to retrieve the WSDL. Can you try appending a '?WSDL' to that address? (http://localhost:7088/services/mCare?WSDL)
Best Regards,
Ben