senojsitruc / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Always sends elements for int, long, double, BOOL types #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Submit a SOAP request using a complex type that has an int, long,
double, or BOOL property without explicitly setting the property

What is the expected output?
Only explicitly set properties will be included in the request

What do you see instead?
The property(ies) that wasn't/weren't explicitly set will still be included
with a 0 or false value

Original issue reported on code.google.com by madcow...@gmail.com on 11 Sep 2008 at 10:37

GoogleCodeExporter commented 8 years ago

Original comment by madcow...@gmail.com on 11 Sep 2008 at 10:38

GoogleCodeExporter commented 8 years ago
Fixed as of revision #43

Original comment by madcow...@gmail.com on 11 Sep 2008 at 11:46