Displaying 1 result from an estimated 1 matches for "inrecipientids".
2007 Aug 14
2
bizare soap4r problem
...uby, and they work like a
charm when running somthing like:
ruby -d path/to/file.rb
and i get the result I expect. However, when I use them within rails,
the actual xml it puts together is different. Using wire dump i see that
(and this is a key part of the web service) looks like:
<n1:inRecipientIDs xsi:type="n1:ArrayOfString">
<n1:string>badger2005</n1:string>
</n1:inRecipientIDs>
But when using in rails it looks like:
<n1:inRecipientIDs>badger2005</n1:inRecipientIDs>
So my question is how can the same class generate differing output...