You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not, feel free to share your WSDL by opening up an issue. (If your WSDL cannot be publically distributed - you can send us in all confidence or you can try to extract the problem-part from it)
ℹ️ You could use the wsdl-reader CLI tools to introspect all the information that is being read from your WSDL
How strict should we enforce the types by default?
We've configured the default settings to enforce strict types on all your properties, methods, ... You'dd expect the information from the SOAP server to match the WSDL signature, but this is not always true. This might make it annoying for new users of this package to overcome this kind of errors. so:
Should we enforce very strict type rules by default and let you opt-out?
Should we only set strict docblock types and let you opt-in on the very strict PHP types?
Another approach maybe?
Any other feedback is welcome as well!
Feel free to hop on the discussion!
Roadmap for stable release
There is still a lot of work we want to get done in order to get to a stable release.
Check #464 for the complete roadmap.
Want to help out? 💚
At the moment, we only baked 5% of the development time of this project.
Feel free to help out by sponsoring, so that we can make some more time for this.
This discussion was created from the release 3.0.0 - Alpha 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
❗ This pre-release is highly experimental ❗
It aims to add stricter and better types to the generated codebase.
Therefore, it uses a new wsdl-reader package.
We decided to pre-launch at this point in order to get some feedback from you.
Feel free to play around with it and give us feedback!
But first, check out this awesomely types example output:
Upgrading
Upgrading is a matter of changing the engine for code generation in the code-generation configuration file:
You should be able to rebuild your types by removing the old files and regenerating them:
Questions
Can it parse your WSDL?
ℹ️ You could use the wsdl-reader CLI tools to introspect all the information that is being read from your WSDL
How strict should we enforce the types by default?
We've configured the default settings to enforce strict types on all your properties, methods, ... You'dd expect the information from the SOAP server to match the WSDL signature, but this is not always true. This might make it annoying for new users of this package to overcome this kind of errors. so:
Any other feedback is welcome as well!
Feel free to hop on the discussion!
Roadmap for stable release
There is still a lot of work we want to get done in order to get to a stable release.
Check #464 for the complete roadmap.
Want to help out? 💚
At the moment, we only baked 5% of the development time of this project.
Feel free to help out by sponsoring, so that we can make some more time for this.
This discussion was created from the release 3.0.0 - Alpha 1.
Beta Was this translation helpful? Give feedback.
All reactions