Displaying 5 results from an estimated 5 matches for "eltype".
Did you mean:
e_type
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...= .literal) :
No code yet for the toSOAP method for any object and
ClassDefinition pair with literal = FALSE
Second attempt: I then flattened the ServiceInfo such that the clientId and
sericeType are passed inline to bypass the above error. SSOAP went past that but
complained about a missing elType (seems to not like the enum).
> res = def at functions$simpleQuery(1, 'Engine', 'select 1 as One')
Error in toSOAPArray(obj, con, type = type, literal = literal, ...) :
no slot of name "elType" for this object of class
"RestrictedStringDefinition&quo...
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...processAttribute(type, name) :
<fixme> Skipping children in <attribute> definition
>
> traceback()
12: stop(msg, " ", errors, domain = NA)
11: validObject(.Object)
10: initialize(value, ...)
9: initialize(value, ...)
8: new("RestrictedListType", name = name, elType = elType, elementType = type)
7: processSimpleList(type[[1]], xmlGetAttr(type, "name"))
6: FUN(X[[2L]], ...)
5: lapply(xmlChildren(u), processSchemaType, types = types)
4: processSchemaType(el, substitutionGroups = substGroups)
3: FUN(1:156[[11L]], ...)
2: lapply(seq(length = xmlSize(node...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...call returns a correctly
structured result from the server, with a note in it's exception slot about
an invalid parameter. Others using Java have found the same parameters to
be valid. The call generates the following warning:
Warning message:
In toSOAP(x, con = newXMLNode(type@elType@name, parent = con), type
= type@elType, :
Converting value to primitive SOAP type results in vector with
more than one element. Ignoring remainder.
The parameter arguments are quite complex, and require single value string
parameters (client, and apiKey), and an array/list of strings
(...
2005 Jun 14
0
question about SSOAP
...http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl")
> ff <- genSOAPClientInterface(ncbi at operations[[1]], def = ncbi, ncbi at name, verbose=FALSE)
> ff at functions$run_eInfo("db=pubmed")
Error in toSOAPArray(obj, con, type = type) :
no slot of name "elType" for this object of class "SOAPVoidType"
what's wrong? I am looking foward to your help.
Thanks very much.
Tiger
2016 Nov 04
2
[RFC] Supporting ARM's SVE in LLVM
...one and
thus `Min` becomes identical to the original `NumElements` property.
This mixture of static and runtime quantities allow us to reason about the
relationship between different scalable vector types without knowing their
exact length.
## IR Interface:
```cpp
static VectorType *get(Type *ELType, ElementCount EC);
// Legacy interface whilst code is migrated.
static VectorType *get(Type *ElType, unsigned NumEls, bool Scalable=false);
ElementCount getElementCount();
bool isScalable();
```
## IR Textual Form:
The textual IR for vectors becomes:
`<[n x] <m> x <type>&...