Displaying 4 results from an estimated 4 matches for "minoccur".
Did you mean:
minoccurs
2006 Jan 22
0
ActionWebService::Struct --> minOccurs?
Howdy,
In extending ActionWebService::Struct and naming members, is it possible
to indicate them as 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="Id...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://biomoby.org/CentralXSDs.xsd">
<xsd:element minOccurs="0" name="id" nillable="true" type="xsd:string"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="MassBank_InstrumentsInput">
<wsdl:part name="data" type="xsd:string"...
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
2016 Mar 15
2
[cfe-dev] GSoC AST->XML project still open?