Displaying 2 results from an estimated 2 matches for "faulterror".
Did you mean:
defaulterror
2006 Apr 07
2
ActionWebService and namespaces
...e I get the following error:
: No Deserializer found to deserialize a
''urn:rocis-ws-pra-service-IROCIS_PRA_WS:Rocis_ws_pra_service_ROCISSecurityBean''
using encoding style ''http://schemas.xmlsoap.org/soap/encoding/''.
[java.lang.IllegalArgumentException] (SOAP::FaultError)
>From what I gather, this means that my namespaces and element names
(i.e. class names) are not matching up with those declared in the WSDL
file. There are two problems:
1. The WSDL uses multiple namespaces (one for the SOAP action
declarations and one for the schema declarations for the...
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