Displaying 20 results from an estimated 108 matches for "xsd".
Did you mean:
bsd
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all,
Ruby 1.8.4
Rails 1.1.2
I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I
have several web services defined. However, when I try to connect with
a SOAP client it seems the client is only picking up one of the
services, called Hardware.
require ''soap/wsdlDriver''
wsdl_url =
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
...strange question.
I''m trying to consume webservice from different webservice
implementation than ror. And I there is one thing from ror regenerated
wsdl file. Method parameter defined by :base64 type is defined in wsdl
as ''soapenc:base64''. My question is, why this is not xsd:base64Binary
as it is defined by w3org? Or how soapenc:base64 is related to
xsd:base64Binary? My problem is that the comsuming webservice
implementation is not able recognize what soapenc:base64. How can
someone consuming this ror generated wsdl know that soapenc:base64 is
the type standard xsd:bas...
2007 Nov 12
1
Microsoft SOAP - Help!!
...st
library(RCurl)
h = basicTextGatherer()
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...
2006 Jan 22
0
ActionWebService::Struct --> minOccurs?
...s optional (yielding minOccurs="0" in the wsdl)? For
example, suppose I want to create a request object that can either work
via a number id or a string name (think of it as a union).
class Identifier < ActionWebService::Struct
member :id, :int
member :name, :string
end
>xsd:complexType name="Identifier"<
>xsd:all<
>xsd:element name="id" type="xsd:int"/<
>xsd:element name="name" type="xsd:string"/<
>>/xsd:all<
>/xsd:complexType&...
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 help appreciated:
Thanks in advance,
yours,
Steffen
xsd = XMLSchema:::parseSchemaDoc("http://www.w3.org/2001/XMLSchema.xsd")
root = xmlRoot(xsd)
types = XMLSchema:...
2009 Feb 12
0
Bad File Descriptor | Permission Denied
...credi/data/winserv/fserv/kluwer/Kluwer/
FinFisc/Common/PDF2Image/.RotateEMF.exe.sD7Vva" -> "data/winserv/fserv/
kluwer/Kluwer/FinFisc/Common/PDF2Image/RotateEMF.exe": Permission
denied (13)
rsync: rename "/mnt/nas/Mercredi/data/winserv/fserv/kluwer/Kluwer/
FinFisc/Common/XSD/.NatuurlijkePersoon.xsd.O1dtJB" -> "data/winserv/
fserv/kluwer/Kluwer/FinFisc/Common/XSD/NatuurlijkePersoon.xsd":
Permission denied (13)
rsync: rename "/mnt/nas/Mercredi/data/winserv/fserv/kluwer/Kluwer/
FinFisc/Common/XSD/.Rechtspersoon.xsd.1oPnj9" -> "data/...
2006 Aug 01
1
xmlattr use .net web service from ruby problem
...ArrayOfAbsParam"]]
attr_accessor :absInputParams
def initialize(absInputParams = nil)
@absInputParams = absInputParams
end
end
******************************************************************
the absInputParams structure class representation is
# {http://home.setup.org/absParam.xsd}absParam
class AbsParam
@@schema_type = "absParam"
@@schema_ns = "http://home.setup.org/absParam.xsd"
@@schema_attribute = {XSD::QName.new(nil, "Name") =>
"SOAP::SOAPString"}
@@schema_element = [["value", [nil,
XSD::QName.new("http:/...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...truments" that works:
<?xml version="1.0"?>
<wsdl:definitions name="MOBY_Central_Generated_WSDL"
targetNamespace="http://biomoby.org/Central.wsdl"
xmlns:tns="http://biomoby.org/Central.wsdl"
xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http...
2006 May 25
3
webservice timeout issue
...s/rescues/layout.rhtml
(500 Internal 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:encodingSt...
2012 Feb 28
4
JIRA anyone?
...a4r gem will install but the soap4r gem won''t load.
literally: ''irb -r soap4r'' returns :cannot load such file...
I also set this up in a Gemfile and tried to run this from the rails
console:
/Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/charset.rb:13:
warning: variable $KCODE is no longer effective
/Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/iconvcharset.rb:9:in
`<top (required)>'': iconv will be deprecated in the future, use
String#encode instead.
/Users/TAllison/projects/cs_ji...
2006 Jan 09
0
Problem with publishing subclasses by AWS API specification
...g
end
class Square < Shape
member :length, :int
end
class Circle < Shape
member :radius, :int
end
class Rectangle < Square
member :height, :int
end
class ShapeApi < ActionWebService::API::Base
api_method :store_shape,
:expects => [Shape]
end
WSDL:
...
<xsd:complexType name="Shape">
<xsd:all>
<xsd:element name="color_id" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
...
--
Posted via http://www.ruby-forum.com/.
2006 Jan 11
0
HELP!! - Problem with AWS and subclasses
...g
end
class Square < Shape
member :length, :int
end
class Circle < Shape
member :radius, :int
end
class Rectangle < Square
member :height, :int
end
class ShapeApi < ActionWebService::API::Base
api_method :store_shape,
:expects => [Shape]
end
WSDL:
...
<xsd:complexType name="Shape">
<xsd:all>
<xsd:element name="color_id" type="xsd:string"/>
</xsd:all>
</xsd:complexType>
...
--
Posted via http://www.ruby-forum.com/.
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",
2006 May 19
1
Strange error when testing layered web service
...1.8/soap/baseData.rb:166:in `decode''
c:/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in
`decode_tag''
c:/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag''
c:/ruby/lib/ruby/1.8/soap/parser.rb:130:in `start_element''
c:/ruby/lib/ruby/1.8/xsd/xmlparser/parser.rb:67:in `start_element''
c:/ruby/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:34:in `do_parse''
c:/ruby/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:31:in `do_parse''
c:/ruby/lib/ruby/1.8/soap/parser.rb:92:in `parse''
c:/ruby/lib/ruby/1.8/soap...
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...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.chemspider.com/" xsi...
2005 Mar 08
2
ActionWebService SOAP Faults aren''t schema valid
...XML Security Gateways. One of the
intrinsic functions of this gateway is automatic
SOAP schema validation.
When testing some failure cases, I noticed that SOAP
Faults returned by ActionWebService aren''t schema valid
to the SOAP 1.1 schema, specifically:
> <faultcode xsi:type="xsd:string">Server</faultcode>
SOAP 1.1 section 4.4 says that env:Fault/faultcode
"MUST be a qualified name" and gives some recommended
values (i.e xsd:QName). I''d like to fix these issues
but I''m new to Rails, although I''ve been fiddling with
Ruby fo...
2011 Jun 29
2
parse XML file
...is not as easy as the one in the example.
Example:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://werdis.dwd.de/css/UNIDART/climateTimeseriesOrderByStation.xsl
" type="text/xsl"?>
<data xmlns="http://www.unidart.eu/xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.unidart.eu/xsd
http://werdis.dwd.de/conf/timeseriesExchangeType.xsd">
<stationname value="Aachen">
<v date="2011-04-01" qualityLevel="high...
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...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>
</greetMe>...
2001 Nov 15
3
System error 53 has occurred.
...rror 53 has occurred.
The network path was not found.
i tried the suggestions in DIAGNOSIS to no avail. can someone please help
me troubleshoot this?
tia
if (duane.douglas) { technologies = asp && php && cgi_perl && cold fusion
&& xml && xsl && xsd && sql server && mysql && javascript }