search for: elementformqualifi

Displaying 4 results from an estimated 4 matches for "elementformqualifi".

Did you mean: elementformqualified
2009 Nov 03
1
help with SSOAP (can't find working examples)
...e up to date as per "Update packages". I tried all the examples that came under library/SSOAP/examples directory and most failed during genSOAPClientInterface(), while one failed right in processWSDL(). This is the most common error during genSOAPClientInterface(): Error in paste(" .elementFormQualified", .elementFormQualified, sep = " = ") : no slot of name "elementFormQualified" for this object of class "SchemaTypes" There was only one reference to this error in the archives, and it seems like the OP got the problem solved after updating XMLSchema (which h...
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...library(SSOAP) > > w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") > iface = genSOAPClientInterface(def = w, verbose=TRUE) Operation MassBank_Instruments Error in .types[[1]] : subscript out of bounds > > traceback() 4: paste(" .elementFormQualified", .elementFormQualified, sep = " = ") 3: paste("function(", paste(c(sapply(names(.operation at parameters), convertToSName), paste("server = .defaultServer, .convert = ", converter, ", .opts = list(...), ...")), collapse = ",\n\t &...
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
..."processing (sub) schema", xmlGetAttr(el, "targetNamespace"), "\n") o = processSchemaTypes(el, doc, namespaceDefs, createConverters = FALSE, verbose = verbose) o = new("SchemaTypes", o) o at elementFormQualified = xmlGetAttr(el, "elementFormQualified", FALSE, as.logical) if (length(o)) ans[[ns]] <<- o } else { n = xmlGetAttr(el, "name", as.character(NA)) if (verbose) cat(i, ")&quo...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...ters, "client.apiKey.batchMessage"), action = .operation@action, xmlns = .operation@namespace, .types = .operation@parameters , .convert = .convert, .header = .header, .opts = .opts, .literal = TRUE, nameSpaces = nameSpaces, .elementFormQualified = TRUE, .returnNodeName = "GetTagsResponse", .soapHeader = .soapHeader) } More general/useful questions: 1. Is there a function which would allow me to see the SOAP query which I'm sending, in raw text form, without sending it? As I know the desired stru...