Displaying 2 results from an estimated 2 matches for "arrayofstr".
2009 Nov 03
1
help with SSOAP (can't find working examples)
...Error in parse(text = paste(txt, collapse = "\n")) :
unexpected input in "function(x, ..., obj = new( ?"
I am most interested in solving the first error that I reported (as
the rest might be real issues with the wsdl syntax). Here is the full
output for KEGG.wsdl:
[1] "ArrayOfstring"
defining class ArrayOfstring
defining setAs() for ArrayOfstring
[1] "SSDBRelation"
defining class SSDBRelation
defining setAs() for SSDBRelation
[1] "ArrayOfSSDBRelation"
defining class ArrayOfSSDBRelation
defining setAs() for ArrayOfSSDBRelation
[1] "MotifResult&q...
2007 Aug 14
2
bizare soap4r problem
...hen 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? Is
it somehow not using soa...