Displaying 1 result from an estimated 1 matches for "badger2005".
2007 Aug 14
2
bizare soap4r problem
...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? Is
it somehow not using soap4r? Is there anyway to explicitally load it and...