henriquesobral / mac-soapclient

Automatically exported from code.google.com/p/mac-soapclient
0 stars 0 forks source link

send null values instead of empty strings #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load a wsdl
2. leave blank in some optional string fields
3. execute the soap request
4. the request being sent still contain this field, which will be
interpreted as empty string, looks like:
<optional_filed xsi:type="xsd:string"></optional_filed>

What is the expected output? What do you see instead?
request doesn't include that field at all, or send:
<optional_filed xsi:nil="true" />

What version of the product are you using? On what operating system?
1.6.3.1 on mac os x 10.5.7

Please provide any additional information below.

Original issue reported on code.google.com by samson...@gmail.com on 22 Jul 2009 at 12:02