PackageGenerator icon indicating copy to clipboard operation
PackageGenerator copied to clipboard

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP

Results 24 PackageGenerator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have generated a package from this WSDL: https://cs-training.test.seatgeekenterprise.com/weblink/19995/get.resource/wsdl/all One of the data types generated is derived from AbstractStructArrayBase. It has a method that takes an array...

bug

**Describe the bug** An incorrect package is generated when having 2 different requests with the same field name but different type. This is the relevant WSDL snippet (redacted) What happens...

bug

## Class inheritance possibly misbehaving when having restriction tag When generating from [contactPersonFull](https://wsieksport.uni-login.dk/wsieksport-v6/ws?xsd=6 "extends from contactPersonExportBase") -> [contactPersonExportBase](https://wsieksport.uni-login.dk/wsieksport-v6/ws?xsd=5 "extends from contactPersonBase") -> [contactPersonBase](https://wsieksport.uni-login.dk/wsieksport-v6/ws?xsd=1 "expected base") --- [**contactPersonFull:**](https://wsieksport.uni-login.dk/wsieksport-v6/ws?xsd=6 "extends from contactPersonExportBase")...

bug

Generating from https://www.imonitor.cz/imonws/BaseWS.asmx?WSDL with default settings taken from your README.MD example. Parameters of this specific case are: $name = 'spz' $context = '000000005edf52d6000000003b6aed65rowmethod' self::$uniqueNames[$sensitiveKey] === 0 so int 0 is...

bug

Tasks: - [ ] Group `use` statements on top of the class for every used class not in the same namespace - [ ] Use short name for classes in...

enhancement

It occurs only in PHP8. When we try to navigate in a AbstractStructArrayBase, usinf for in a twig template, on using foreach in a php code, an incompatible type exception...

bug
question

**Is your feature request related to a problem? Please describe.** It's both a bug and a feature request to resolve it. WSDL operations can use same element names with different...

enhancement

Hello, I have a new issue that is related to #231 but I thought it made the most sense to open a new ticket. So, now that the SOAP packet...

question

Hello, I've used the generator on a WSDL that has a number of other .xsd and dtd files associated with it. And one where I had to manually download the...

question

Hello, We currently use a private repository to download packages via Composer. I'm wondering if there is any way to make your project running against a WSDL do the same...

question