Displaying 20 results from an estimated 95 matches for "xmlschema".
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi again,
On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote:
> So, if XMLSchema:::processSchemaTypes() does not find
> any custom/embedded type definitions, is it possibe to "inject" those
> from the http://www.w3.org/2001/XMLSchema.xsd
> into genSOAPClientInterface() instead ?
Well, it's not possible, at least for me.
This is as far as I got, any h...
2006 May 25
3
webservice timeout issue
...al Error)
Processing AuthController#api (for 127.0.0.1 at 2006-05-24 22:25:02) [POST]
Session ID: 6615e9cda1cbf643ac216968825c39b7
Parameters: {"<?xml version"=>"\"1.0\" encoding=\"utf-8\"
?>\n<env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsi=\"
http://www.w3.org/2001/XMLSchema-instance\">\n <env:Body>\n <n1:Validate
xmlns:n1=\"urn:ActionWebService\"\n env:encodingStyle=\"
http://schemas.xmlsoap.org/s...
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...If one looks into the request, the doc seems to be correct:
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns:SimpleSearch xmlns:ns="http://www.chemspider.com/">
<ns:query xmlns:ns="http://www....
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...ds this soap envelope to my test web service (wsdl
here [http://smg8.ulb.ac.be:8080/web2?wsdl]).
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<greetMe xmlns="http://web2.web/">
<arg0 xsi:type="xsd:string">Olivier</arg0&...
2006 Mar 22
12
RJS page.replace(_html) problems
For some time now I try to get my code working. This Monday I switched
to RJS (first with 1.0 + plugin) and yesterday to Edge Rails, so I guess
I''ve been using the most recent version.
I have a div with id="detail" which I want to update with a partial.
If I''m using page.replace_html the content will be replaced with text,
i.e. the javascript won''t become
2005 Aug 23
8
Web Services testing... Agile Book p. 435
I am attempting to test the web services added during chapter 20 of the
Agile book. The code as written in the book yields 2 errors:
test_find_product_by_id(BackendControllerApiTest):
XMLParserError: syntax error
Anyone hit this yet and get it to work?
Thanks.
Ken
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Feb 20
3
Trouble connecting to a Rails SOAP web service with a simple Ruby client
Hi,
The code for my Rails webservice is below. It working just fine
through the Rails web service scaffold invoke
http://localhost:3000/ProductBackend/invoke
I''m trying to write a plain ruby command line client to access the webservice.
require ''soap/rpc/driver''
proxy = SOAP::RPC::Driver.new("http://localhost:3000/product_backend",
2011 Jul 20
1
SSOAP & chemspider
...k at the xml it's sending to the server:
Browse[1]> doc
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns:SearchByMass2 xmlns:ns="http://www.chemspider.com">
<ns:mass>89.04767</ns:mass>...
2006 Jun 23
0
SOAP Web Service Exception
...sing a 3rd party PHP client I get a *NoMethodError (undefined
method `collect'' for #<SOAP::SOAPNil:0x24ea1bc>):* exception from the
rails Webrick web server.
This is what the *invoke* is sending that gets the correct result:
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:ViewAll xmlns:n1="urn:ActionWebService"
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/...
2007 Nov 12
1
Microsoft SOAP - Help!!
...therer()
body='<?xml version="1.0" encoding="ISO-8859-15"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd=" http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body><ns3849:Search xmlns:ns3849="http://tempuri.org">
<Request><AppID xsi:type="xsd:string">MY ID<...
2006 May 17
6
Problem Consuming a Web Service
I''m trying to consume a webservice from my rails application and have
discovered an interesting problem. I can call webservice functions
just fine, as long as they do not require any arguments, but function
that do require arguments do not work. The arguments are sent as
either null or an empty string.
My API has these method definitions:
api_method :otherFunction,
2009 Nov 03
1
help with SSOAP (can't find working examples)
...omposed of
python, so the idea is to use rpy2 to interface from python to R, and
use SSOAP to call back into python modules where needed.
Now the problem is that I have hard time trying to find a single
example that works. I am using windows and here are the version
numbers:
R: 2.9.2
SSOAP: 0.5-3
XMLSchema: 0.1-1
XML: 2.6-0
The packages are 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
genSOAPClientIn...
2009 Jun 03
1
SSOAP failing
Dear list,
I am trying to use the SSOAP package to access a very simple SOAP
service, included as a demonstrator in the axis2 Apache package:
"Version" (takes no input parameters and should return a string with the
version number). The web service itself seems to be working as I could
access it using an other client (eclipse Web Server tester).
You will find the service wsdl here:
2006 Jun 19
4
DateTimes get converted to Dates in XML-RPC????
Hi all -
I have written an XML-RPC app using action-web-service. Mostly works
well. Except I just noticed that my :datetime types are coming back as
:date types.
That is, when in the console I query the record via Foo.find_by_id(123) I
get back actual datetimes. If I then do it via XML-RPC, fetching that
same record I get back dates (ie. hour/minute/second are set to 00:00:00)
Any ideas?
2006 Jul 06
0
Web Service with no value returned
...method will
"return nothing to the caller".
However, I have written a test and invoked it from the browser. It says
"return value nil" but XML response:
<?xml version="1.0" encoding="UTF-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:LoginResponse xmlns:n1="urn:ActionWebService"
env:encodingStyle="http://schemas.xmlsoap.org/soap/enc...
2006 Jan 26
0
XML Request in R: Pointers/examples needed
...MSXML2.XMLHTTP.3.0")
Any pointers/examples would be appreciated.
#### Script #1 Logon Request#####################################
<?xml version="1.0"?>
<ds:Requests
xmlns:ds="http://product.datastream.com/zappy/dsxml_1_0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://product.datastream.com/zappy/dsxml_1_0
http://product.datastream.com/zappy/dsxml_1_0.xsd">
<ds:Request xsi:type="ds:SessionRequest">
<ds:UserName>myusername</ds:UserName>
<ds:Password>mypassword</ds:Password...
2009 Jan 23
1
XML package help
Please consider this:
<Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>./XYZ</OutputFilePath>
<FilesList>
<File>
<FileTypeId>10</FileTypeId>...
2006 Aug 02
0
Need help with SOAP and .NET
...:
POST /dqws/address.asmx HTTP/1.1
Host: ws.melissadata.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:mdWebService/doSingleRecord"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<doSingleRecord xmlns="urn:mdWebService">
<Request>
<Debug>boolean</Debug>
<p...
2008 Jul 28
2
Profile updates using profile_main
...the :profile and :profile_main fbml data is being
sent to FB in the request and I get the following response back:
<?xml version="1.0" encoding="UTF-8"?>
<profile_setFBML_response xmlns="http://api.facebook.com/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd
">1
</profile_setFBML_response>
However, no profile box is being added to the page. I assume I''m just
doing something wrong here. Any ideas?
-Joel
2006 Apr 24
0
Web Services/Invoke Inconsistencies
...et=utf-8
Content-Length: 384
SOAPAction:
"http://StoreFront.StoreFront/RMSConfirmWS/ImportRMSProducts"
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><ImportRMSProducts
xmlns="http://StoreFront.StoreFront/RMSConfirmWS"><xmlStr><str>J0H4XX0r</str></xmlStr></ImportRMSProducts></soap:Body><...