-
```
I have an complex array structure but the class name is not mapped correctly.
I'm not sure how to apply the PHP class on the WSDL class
===========================================================…
-
It looks like something about the describe sobject response is breaking the tool when version > 46. The response is in the logs and it looks valid but after that response a java error occurs.
Here…
-
I have come across an issue where the Namespaces are moved from child XML node to the Parent XML Node.
I want to know the reason behind this change. Also, if there is a way to override this behavior…
-
It would be nice to have a class generated for the SOAP Server part as well like done with the SOAP Client extension so if you write a server you hav not to maintain the classmap by hand.
-
Running this query
{'reportQuery': {'dimensions': ['DATE', 'HOUR', 'AD_UNIT_ID', 'AD_UNIT_NAME'], 'adUnitView': 'HIERARCHICAL', 'columns': ['AD_EXCHANGE_LINE_ITEM_LEVEL_IMPRESSIONS', 'AD_EXCHANGE_LIN…
-
Hello, I am trying to use this library and I have encountered a segfault originating in PHP Soap extension.
PHP Version: tried every version readily available in Ubuntu 18.04 repository, both 7.* a…
-
```
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…
-
In my project, I have to utilize services like this :
> ```
> http://212.16.81.29:8011/MaliatWS.asmx?wsdl
> ```
As you mentioned in your guidance, we have the following dependency in build.sbt :
…
-
2018/04/24 10:28:38.363906 upnp.go:126: WARN: could not automatically forward port 23112: goupnp: SOAP request got HTTP 500 Internal Server Error:
s:ClientUPnPError718Mapping conflicts
-
I am currently making a program to control onvif using python.
The problem is that there is an error that does not work properly in certain cameras.
The original Python text and the Request and …