Passing a nil=true in Domain to XML mapping

2
When .Net web services expect a nill value in an element, they expect you pass an attribute called nill="true" to the element. This is easy to solve when your request body is "custom". But when you use a Complex body type, you can't get a work around for this. How do I pass nil values to a .Net webservice using a complex input body?
asked
0 answers