Skip to content
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

Added an inteface HasAttribute which can be used for any class to serial... #48

Merged
merged 1 commit into from Feb 24, 2014
Merged

Added an inteface HasAttribute which can be used for any class to serial... #48

merged 1 commit into from Feb 24, 2014

Conversation

robocik
Copy link

@robocik robocik commented Feb 23, 2014

In EasyWsdl.com we've implemented Array type for RPC encoded web services (more info here http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fbc19050_.htm).
For this we must write some attributes to soap message but we can't inherits from AttributeContainer class (because we already inherits from Vector). With this refactor we can now implement HasAttribute interface and write any attributes we want (AttributeContainer class also implements it).

This refactor is safe and shouldn't break compatibility with any existing code

@robocik
Copy link
Author

robocik commented Feb 23, 2014

If this is not a problem then it will help us if you prepare release with our latest changes. Especially this one is needed for us to implement rpc encoded arrays in our generator. If you need more info then let me know. Thanks

mosabua added a commit that referenced this pull request Feb 24, 2014
Added an inteface HasAttribute which can be used for any class to serial...
@mosabua mosabua merged commit 4fdd3e2 into simpligility:master Feb 24, 2014
@mosabua
Copy link
Member

mosabua commented Feb 24, 2014

3.2.0 release is running at the moment ;-)

Thanks for your improvements.

@robocik
Copy link
Author

robocik commented Feb 24, 2014

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants