-
```
The server returns Stream object via soap:
/9j/4AAQSkZJRgABAQEBLAEsAAD/4RDARXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAExAAIA
......
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
-
It would be great if SOAP messages could be validated against the WSDL (/schema).
-
```
When I run your example code in Download section, I got an error.
The error message is:
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
file:/C:/Users/vkorecky/Prace/Projekty/GI…
-
I generate a SOAP client from WSDL files. [Archive with wsdl files here](https://dok.elhub.no/mdok191/elhub-messaging-interface-emif/emif-files)
Run it as:
`npx wsdl-tsclient ./resources/elhub_wsd…
-
## steps
generate code for https://confluence.atlassian.com/rpc/soap-axis/confluenceservice-v2?wsdl
## problem
When sbt-scalaxb generates https://confluence.atlassian.com/rpc/soap-axis/confluencese…
-
I found that I'm unable to reimplement a given WSDL using spyne because even after building the required classes by hand spyne has some defaults hard-coded which don't match my WSDL. I think ultimatel…
-
```
The return type of a request if the Client has been instantiated with a wsdl is
nested dicts/lists. It describes well tags and text content of xml tags. But
the xml attributes are left aside.
I…
-
```
What steps will reproduce the problem?
1. Create a simple SOAP Server as indicated in pysimplesoap documentation
2. Let the WSDL be generated by pysimplesoap
3. Display WSDL content through comman…
-
```
The return type of a request if the Client has been instantiated with a wsdl is
nested dicts/lists. It describes well tags and text content of xml tags. But
the xml attributes are left aside.
I…
-
```
What steps will reproduce the problem?
1. Create a simple SOAP Server as indicated in pysimplesoap documentation
2. Let the WSDL be generated by pysimplesoap
3. Display WSDL content through comman…