Displaying 3 results from an estimated 3 matches for "obj2soap".
2006 Jul 31
5
ActionWebService API
Hi *,
I need to pass a hash to a webservice, so I defined my API with:
api_method :search,
:expects => [{
:tags => :string,
:assignment => :string,
:resource => :string,
:lesson_plan => :string,
:subject => :string,
:all_types => :string
}], :returns => [[Resource]]
when I try to test the webservice with scaffold the
2006 Jun 30
0
SOAP responses blowing up memory usage
...nceMethods#web_service_create_response action memory will shoot
up 5x to ~250mb, which is starting to kill our production servers
(doesn''t take many of these requests to thrash the machine).
Digging into it, it looks like the memory starts to explode around
the call in SOAP::Mapping#obj2soap(obj, @registry), where SOAP goes
through the various Registry factories.
Anyone have any experience w/ this and/or any hints to help lower
memory usage?
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: