Displaying 8 results from an estimated 8 matches for "msbi".
Did you mean:
msb
2008 May 09
1
SSOAP: arguments passed as
...lem seems to be that there are no <types> defined in the WSDL,
and that the service passes input/output as a single XML BLOB
in the body (full WSDL below):
<wsdl:input name="MassBank_Simple_2Request">
<wsdlsoap:body encodingStyle="..." namespace="msbi"
</wsdl:input>
Any ideas ? Would I have to hack genSOAPClientInterface()
or are there simpler ideas ? Alternatively, what changes
would be needed to the WSDL ?
Yours,
Steffen
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamesp...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...ng MassBank by peaklist and instrument types</wsdl:documentation> <!-- service description goes here -->
<wsdl:port name="MassBank_InstrumentsPort" binding="tns:MassBank_InstrumentsBinding">
<wsdlsoap:address location="http://msbi.ipb-halle.de/axis/services/MassBank_Instruments"/> <!-- URL to service scriptname -->
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--
IPB Halle AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann http:/...
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...er attached packages:
[1] SSOAP_0.5-5
loaded via a namespace (and not attached):
[1] RCurl_1.3-0 XML_3.1-0 XMLSchema_0.1-4
--
IPB Halle AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann http://www.IPB-Halle.DE
Weinberg 3 http://msbi.bic-gh.de
06120 Halle Tel. +49 (0) 345 5582 - 1470
+49 (0) 345 5582 - 0
sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409
2010 Jul 29
1
Multiple instances of wine on different machines with $HOME on NFS
...is to copy your CasPol.exe to a local directory, and use
wine /tmp/CasPol.exe -m -ag 1.2 -url "file:///c:\\*" FullTrust
--
IPB Halle AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann http://www.IPB-Halle.DE
Weinberg 3 http://msbi.bic-gh.de
06120 Halle Tel. +49 (0) 345 5582 - 1470
+49 (0) 345 5582 - 0
sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409
2007 Oct 19
1
Using grid graphics (hexbin) in pairs() plot problem
...Cannot pop the top-level viewport (grid and graphics output
mixed?)
Any clues ?
Thanks for any help in advance,
Yours,
Steffen
--
IPB Halle AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann http://www.IPB-Halle.DE
Weinberg 3 http://msbi.bic-gh.de
06120 Halle New Phone number !
Tel. +49 (0) 345 5582 - 1470
sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...ter(o, ans)
ans[[n]] <<- o
}
NULL
})
1: XMLSchema:::processSchemaTypes(root, root, verbose = TRUE)
--
IPB Halle AG Massenspektrometrie & Bioinformatik
Dr. Steffen Neumann http://www.IPB-Halle.DE
Weinberg 3 http://msbi.bic-gh.de
06120 Halle Tel. +49 (0) 345 5582 - 1470
+49 (0) 345 5582 - 0
sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409
2007 Nov 30
1
Puzzling message: "no man files in this package"
...#39; in manual 'Writing R
Extensions'.
* checking data for non-ASCII characters ... OK
* creating penalized-Ex.R ... OK
* checking examples ... OK
* checking package vignettes in 'inst/doc' ... OK
* creating penalized-manual.tex ... OK
* checking penalized-manual.tex ... OK
www.msbi.nl/goeman
2009 Nov 03
1
help with SSOAP (can't find working examples)
First of all, let me confess that I am a newbie to R and don't know
much about the language or the environment. We have a need for
plugging in R in our production runtime and need the ability to pull
data out of our existing services. I am trying to see if I can take
advantage of SSOAP such that we can expose the data via webservices
and use SSOAP to call into them. Our runtime is mostly