[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

SOAP and sending empty elements

emcconne

8/4/2006 12:58:00 PM

Using the classes provided by wsdl2ruby results in passing either "" or
nil to create objects for use by the RPC driver. Is there any way to
NOT send empty elements? For instance if I now have:

<address1>14 Bacon Street</address1>
<address2></address2>

Can this be changed so that only address1 is sent?