learnwebservices | Source for learnwebservices.com site | SOAP library
kandi X-RAY | learnwebservices Summary
kandi X-RAY | learnwebservices Summary
This site was developed by István Viczián, the author of the blog.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of learnwebservices
learnwebservices Key Features
learnwebservices Examples and Code Snippets
Community Discussions
Trending Discussions on learnwebservices
QUESTION
Having an WSDL and given one operation offered by it I want to parse it and fetch the input parameters for that operation, this example works for me only when there are no nested complex types:
For this it works:
http://www.dneonline.com/calculator.asmx?wsdl
And that means it returns for all 4 operations the correct parameters (Add has AddSoapIn with intA and intB...)
but for this doesn't:
http://www.learnwebservices.com/services/hello?WSDL
It gets only to the HelloRequest for SayHello and does not fetch the element Name from HelloRequest.
This should work for any and not specific SOAP WSDLs, what I mean is a generic parsing.
This is the relevant part of the code:
...ANSWER
Answered 2020-Nov-19 at 11:39I took the WSDL and removed the schema section. Then ran the xsd.exe on the section and go the following c# classes
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install learnwebservices
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page