-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating complex type of an array of basic data types #2
Comments
Hi, you are right, array of scalars will be described as basic data types. Can you can modify the code, change the tests as a pull request ? |
Sure, I hope to get the time this week. |
@Schaumbaum Any progress ? |
|
is this issue solved? I am trying to find out if array and complex types work. |
I am willing to take whatever has been written and finish it in order to have support of complex types and arrays and optional fields (like minOccurs="0" maxOccurs="1") |
Hi Dragos,
sorry for opening a new issue, but I don't found your contact email, otherwise I had contacted you directly. First, thanks for your fast support. Unfortunately your changes don't work for my scenario.
Now arrays of basic data types are not resulting in complex types anymore, as they are handled as basic array.
That's ok for php and his dynamic typing, but are more strict languages would like to know what data type is stored within the array.
My corresponding method for this example:
I think the resulting wsdl parts It should look something like that:
I have changed the addComplexTypeArray method to achieve this.
Hopefully it also works as desired with objects.
If you have any example for an object, that is not working properly with this changes feel free to inform me.
The text was updated successfully, but these errors were encountered: