You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an element is set to nillable="true, we should be able to set the element as null to get the following XML result
xsi:nil="true"
For now, the code generator indicates that the nillable="true field is either <fieldType> or undefined.
Setting the field to undefined makes the field disappear in the resulting request XML payload.
One could say that this should be managed by the server side, but that's implementation specific and not always possible when calling an external SOAP API.
Anyone have any insight on this ?
The text was updated successfully, but these errors were encountered:
If an element is set to
nillable="true
, we should be able to set the element asnull
to get the following XML resultFor now, the code generator indicates that the
nillable="true
field is either<fieldType>
orundefined
.Setting the field to
undefined
makes the field disappear in the resulting request XML payload.One could say that this should be managed by the server side, but that's implementation specific and not always possible when calling an external SOAP API.
Anyone have any insight on this ?
The text was updated successfully, but these errors were encountered: