-
In my project I have several services from one provider, so the below is proposed structure.
It will be good, if generator will support it.
/src/Services/Provider1
- AdGroups (own wsdl)
- ArrayType…
-
We have two xsd files which have same named complexTypes in them. One of them is defined as abstract, the other one is not. We are using xsd files like as below:
a.xsd
``` xml
...
...
```
b.xsd
`…
-
This isn't an issue but thank you for building this. Finding this package really saved me a lot of time and helped me understand SOAP in PHP more than any other resource on the internet. Also, really …
-
I think there might be a problem with class generation.
I'm expecting `MessageId` to be an array (of integers) and not mandatory. But in generated class it is integer and mandatory.
Generation script…
-
Hello
DailyBudget have minOccurs=0 and nillable.
When I created request without setting DailyBudget in actual XML data of request i found, that DailyBudget was set to nil. It should not appear in r…
-
Fatal error: Class 'Composer\Console\Application' not found in PATH/PackageGenerator/Generator/Generator.php on line 345
-
In some cases we need to setup several values of Enum type.
Original generated code does not support such way
``` php
$CampaignsGetRequest->setFieldNames([
\Campaigns\EnumType\CampaignsCampaignF…
-
`$ php console wsdltophp:generate:package --wsdl-urlorpath="http://some-wsdl.xml" --wsdl-destination="~/Code/wsdl01/" --wsdl-prefix="Fungku" --force`
[Exception]
DateTime::__construct(): It is not …
-
I'm curious how one should handle simple types in generating objects to pass to a SOAP web service. Let's say I have the following complex class:
``` php
class BookReferenceType
{
/**
*
* @v…
-
PHP believes that the generated method ClassMap::classMap is an "old style" constructor and therefore cannot be static.
I believe this gives further support in the disambiguation of ClassMap mentione…