-
I'm trying to connect to this sample soap API server (https://www.w3schools.com/xml/tempconvert.asmx) but the `soap.Call` method always results in this error "**expected element type `` but have ``**"…
-
Problem: I want to develop some client for elder X service, whom support SOAP 1.1.and 1.2. What is my option with NClient?
Suggestion: create soap provider
As [https://documenter.getpostman.com…
-
While trying to generate erlang modules from wsdl faced with the following scenario:
```
…
-
```
What steps will reproduce the problem?
1. I entered the WSDL url into SOAP Client
2. I pressed parse
3. SOAP Request Settings remain blank
What is the expected output? What do you see instead?
…
-
Hi,
I must to migrate RobotFramework tests for SOAP writing with python 2.7 to python 3.7.7 with a new version of RobotFramework.
The problem when I use the keyword “**Create Soap Client**” like af…
-
I'm having problems running Code Examples using jdk21:
Exception in thread "Thread-0" jdk.internal.org.objectweb.asm.MethodTooLargeException: Method too large: jdk/proxy2/$Proxy36. ()V
at java.base…
-
If you double-click on "All User Stories" in team explorer, the server sends following error message:
``` XML
System.Exception:
soap:Server
Die Anforderung konnte vom Server nich…
-
# Context
In a Spring WS context, I have an integration test which fails when saaj-impl is upgraded from 1.5.2 to 1.5.3, because the mock server fails to match the actual request with the expected …
-
I am using version 3.2.4.
I have setup a valid email account and successfully authenticated.
When calling ".run" function from ews.js, the returned client's ExchangeServices is undefined, causing th…
-
```
What steps will reproduce the problem?
from pysimplesoap.client import SoapClient
client = SoapClient(wsdl=http://url-for-my-service?wsdl')
result = client.StartSession('userid','passwd')
What i…