Displaying 3 results from an estimated 3 matches for "soapstr".
Did you mean:
opstr
2005 Mar 08
2
ActionWebService SOAP Faults aren''t schema valid
I''m working with an ActionWebService client
talking to an ActionWebService server through one of
DataPower''s XS40 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:
2005 Feb 24
8
web services with ActionWebService
<noobalert>
Uh, yeah. So my noob self is showing through again. I''m trying to
write a simple hello-world type web service with the ActionWebService
thingy. I didn''t get very far. I''ve only done web services stuff in
.NET, so I''m not exactly used to this sort of thing.
Anyhow, I have a file, person_api.rb in my app/apis folder. I want to
take a single
2006 Aug 01
1
xmlattr use .net web service from ruby problem
...*
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://home.setup.org/absParam.xsd", "Value")]]]
def Value
@value
end
def Value=(value)
@value = value
end
def xmlattr_Name
(@__xmlattr ||= {})[XSD::QName.new(nil, "Name"...