-
in the same .xsd file there are two FlightType
Type of flights to be returned. Values are 'NonStop', 'Direct', 'SingleConnection' and 'NoRestrictions'. Available in AirExchangeMul…
-
If I make an API call to a WSDL generated class, will it be asynchronous? Will it wait until the server responds, before I can make another request?
-
I have a WSDL with the following definition:
```
```
Type defintion is:
```
```
The generated PHP code is as follows:
```
public function setRegion($regio…
ragol updated
5 years ago
-
Hi, first of all thank you for this package, been using for a while and it is pretty cool.
I have an issue with one of the Messages that I need to generate
There is a type defined like:
```xm…
-
I've read through the readme file. I've run the package generator against my WSDL and it has generated some php files. I've installed packagebase via Composer. After that I'm completely and utterly lo…
-
Maybe I missed it, but I have read through the docs and issues for the PackageGenerator/PackageBase and I haven't seen any mention of making web service calls using the non-WSDL mode available for PHP…
-
Have you run into a situation where a WSDL needs to have a prefix and the current tool doesn't allow for that to work properly? It appears this tool is stripping the prefix off of the attribute when …
-
We should determine how we want to package OP2Archive for release.
Since OP2Archvie doesn't get released often, packaging doesn't need to be too automated or slick. Although it would be nice to som…
-
When having multiple subclasses of AbstractSoapClientBase with different WSDL endpoints the static instance of SoapClient is shared between the subclasses. As a SoapClient instance is bound to one WSD…
-
My `composer.json`:
```json
{
"require-dev": {
"wsdltophp/packagegenerator": "^2.0",
"phpunit/phpunit": "^6",
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer…