Generating classes from WSDL file including scheme files #392
Answered
by
veewee
trailsnail
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
veewee
Oct 20, 2021
Replies: 1 comment 1 reply
-
Ext-soap does not provide that information: This issue has been reported a few times: #311, #291, #156, #144 ... The solution is by adding a manual configuration that points out which classes need to extend from which classes by using the extend assembler: Until we have a better way of getting the data back from the WSDL, there is no simple solution for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
trailsnail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 out which classes need to extend from which classes by using the extend assembler:
https://github.com/phpro/soap-client/blob/master/docs/code-generation/assemblers.md#extendassembler
Until we have a better way of getting the data back from the WSDL, there is no simple solution for this.