Toon Verwerft
Toon Verwerft
Hello @ocean , Thanks for the detailed information. As pointed out in the links above, I am quite sure that it is a bug in PHP's encoding/decoding system. (You can...
Nice! It's probably not the best solution and rather a hack until a more permanent fix. Will have to look into the specifics of the issue some day
Ext-soap does not provide that information. https://github.com/phpro/soap-client/blob/master/docs/known-issues/ext-soap.md#occurs Currently, this issue can be avoided by not generating too strict types in the soap-client and optionally by using the [IteratorAssembler](https://github.com/phpro/soap-client/blob/master/docs/code-generation/assemblers.md#iteratorassembler). This issue...
> this will only work for 1:n or m:n relationships between objects I guess, not for a scalar value like string? Yes, that is only for multiple entries of the...
Feedback was provided. Feel free to re-open a issue if this doesn't resolve your problem.
@dakorpar Would it be a solution to use the `IteratorAssembler` for this? https://github.com/phpro/soap-client/blob/master/docs/code-generation/assemblers.md#iteratorassembler I'll have to investigate what the ext-soap `SoapClient::__getFunctions()` for this looks like for this specific request to...
Hi @dakorpar, Thanks for answering. Looks like you are working on something fancy. You are right: we could improve the documentation on the topic. To answer your questions: # Example...
Ext-soap does not provide that information: https://bugs.php.net/bug.php?id=45404 This issue has been reported a few times: #311, #291, #156, #144 ... The solution is by adding a manual configuration that points...
(Reopened this one in order to add a documentation to the known limitations page)
Thanks for reporting! The `Type\` prefix is a bug. The generated payload currently doesn't take into account the internal xsd types. For using scalar arguments inside a request, you have...