Mikaël DELSOL
Mikaël DELSOL
Thanks for this great library! In order to add some additional information and use case, when I create a calendar from iOS, the request is such as: ```xml #A2845E BEGIN:VCALENDAR ...
My point of view is that you can generate the packages in the same directory with the same main namespace then namespace each microservice under the main namespace such as:...
> In this case, I have to run the `generate:package` command 20 times with a different set of parameters. And also run 20 commands when updating services. This can be...
From my point of view, you would need to create one git project containing all the generated package under the same namespace and then require this unique dependency from your...
Did you try instantiating a generated class then pass it as the response to SoapServer ?
It indeed seems that the generation for the `pattern` is missing the fact that the value is an array. It'll be fixed as soon as possible
This often comes from the fact that the native PHP SoapClient class (used as the soap client by default) does not handle correctly this sort of abstraction. This is why...
You have to use the SoapClient class as it used in the sample in order to alter the XML before it is actually sent. Look to https://github.com/WsdlToPhp/PackageEws365/blob/develop/SoapClient/SoapClient.php
If you agree to: - send me your WSDL - tell me a operation you need to call - the data you need to send Maybe I can spend a...
Hi, Currently there is no option to use your own SoapClient class to be used to load the WSDL in order to generate the package. In addition, if the WSDL...