-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem with a generation of client sources #3
Comments
Hi, MWSC/Pico only supports doc/lit style wsdl, rpc style is not supported, you must wrap the response in a complext type element. Thx! |
Does this means that nano will not serialize 'Boolean' object when I change the code to generate 'Boolean' instead of 'boolean'? I mean Boolean object, not primitive |
in doc/lit style wsdl, you must wrap response in a complext type, something link XXXResponse and it's ok that the wrapper element have only one boolean sub-element. see details here: |
I've got what you said, but for some reasons I can't modify wsdl schema. Please understand me. It is a matter of life and death. |
Hi, MWSC is just a light tool targeting mobile platforms, considering the effort and complexity, it is only desiged to support doc/lit style wsdl. You definitely can do some hacking on the code generator side and the binding framework(nano) side, as long as you can fully underderstand how both sides work internally. Nano can't serialize Boolean object directly, but if you can do some hacking in the Nano source, it may work. Thx! |
When resonse is a boolean type, mwsc generated a code:
Generated from:
The text was updated successfully, but these errors were encountered: