-
```
1. Connect with affected WS (OVH webservice for example):
SoapClient(wsdl="http://www.ovh.com/soapi/soapi-dlw-1.63.wsdl",
soap_server="axis", trace=debug)
2.Try to invoke logout method:
connector…
-
```
1. Connect with affected WS (OVH webservice for example):
SoapClient(wsdl="http://www.ovh.com/soapi/soapi-dlw-1.63.wsdl",
soap_server="axis", trace=debug)
2.Try to invoke logout method:
connector…
-
During testing, I found the following error:
1. use the following [WSDL](https://www.servercontrolpanel.de/WSEndUser?wsdl)
2. generate the go-code
Results in the following generated Request (ge…
-
I notice some people had an issue in 2017 which was unsolved but as I have the problem today, I thought I'd ask if anyone has managed to do it ?
UbuntuMate 19.04
The end of the log file looks li…
-
The error event is not working, considering the following code:
```
var Vsphere = require('vsphere');
var vc = new Vsphere.Client('myhost', 'myuser', 'mypass', false);
vc.once('ready', function() …
-
```
Calling a method on our internal service results in a `SoapFault: S:Server:
java.lang.NullPointerException`. The server logs show the NullPointerException
is thrown as the appId/address paramet…
-
When configuring using this approach:
````
[
'namespaceName' => 'otherNS',
'soapClientClass' => SomeNS\SoapClient::class
]
````
The generator does not use the absolute path to the soa…
-
```
Calling a method on our internal service results in a `SoapFault: S:Server:
java.lang.NullPointerException`. The server logs show the NullPointerException
is thrown as the appId/address paramet…
-
**Description:**
This is part of https://github.com/ballerina-platform/ballerina-library/issues/6717
-
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 ``**"…