Displaying 20 results from an estimated 27 matches for "complextype".
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 =
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...issues in sending request. I
would really appreciate if anyone can help me in solving this problem.
Here is some more information on getting the python sample to work.
- Save the wsdl and py file in the same directory.
- After installing python 2.6 and ZSI, run the below commands:
$ wsdl2py --complexType --file DataService.wsdl
$ wsdl2dispatch --file DataService.wsdl
- Run the below command to start the service:
$ python DataService.py
- Start another python shell and run the below commands to see it in action:
$ python
>>> import sys
>>> from DataService_servi...
2011 Oct 18
3
[LLVMdev] non-POD type with llvm-objdump
...;< format("%2d", int16_t(symbol->SectionNumber)) << ")"
<< "(fl 0x" << format("%02x", symbol->Type.BaseType) << ")"
<< "(ty " << format("%3x", symbol->Type.ComplexType) << ")"
<< "(scl " << format("%3x", symbol->StorageClass) << ") "
<< "(nx " << unsigned(symbol->NumberOfAuxSymbols) << ") "
<< "0x" <...
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
2011 Oct 19
0
[LLVMdev] non-POD type with llvm-objdump
...uot;%2d", int16_t(symbol->SectionNumber)) <<
> ")"
> << "(fl 0x" << format("%02x", symbol->Type.BaseType) << ")"
> << "(ty " << format("%3x", symbol->Type.ComplexType) << ")"
> << "(scl " << format("%3x", symbol->StorageClass) << ") "
> << "(nx " << unsigned(symbol->NumberOfAuxSymbols) << ") "
> << &quo...
2016 Mar 31
2
Question about 'isUnsignedDIType' function on DwarfUnit.cpp
...on
'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp'
When we want to generate object file with dwarf debug format, clang
can generates 'DW_ATE_lo_user' encoding for complex integer type as
follow:
"clang/lib/CodeGen/CGDebugInfo.cpp"
llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
...
if (Ty->isComplexIntegerType())
Encoding = llvm::dwarf::DW_ATE_lo_user;
...
There is a assert for DIBasicType's enconding in the
'isUnsignedDIType' function and it generates assertion for
'DW_ATE_lo_user'. Is it intended? I think it should not generate
asser...
2006 Jan 09
0
Problem with publishing subclasses by AWS API specification
...d
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
...d
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 22
0
ActionWebService::Struct --> minOccurs?
...tional (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<
but I w...
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
...the
bottom of this mail.
Thanks for anyone how can give some suggestions, how to find a
solution!
--
Stromek
<definitions name="Idkit" targetNamespace="urn:ActionWebService">
<types>
<xsd:schema targetNamespace="urn:ActionWebService">
<xsd:complexType name="IntegerArray">
<xsd:complexContent>
<xsd:restriction base="soapenc:Array">
<xsd:attribute wsdl:arrayType="xsd:int[]" ref="soapenc:arrayType"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>...
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...t = xmlRoot(xsd)
> types = XMLSchema:::processSchemaTypes(root, root, verbose = TRUE)
processing (sub) schema http://www.w3.org/XML/1998/namespace
2 ) lang ( attribute )
3 ) space ( attribute )
4 ) base ( attribute )
5 ) id ( attribute )
6 ) specialAttrs ( attributeGroup )
5 ) openAttrs ( complexType )
6 ) annotated ( complexType )
7 ) schemaTop ( group )
8 ) redefinable ( group )
9 ) formChoice ( simpleType )
10 ) reducedDerivationControl ( simpleType )
11 ) derivationSet ( simpleType )
Error in validObject(.Object) :
invalid class "RestrictedListType" object: invalid object...
2018 Jan 26
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...nternal> and in
>>> <redacted_filename>.obj, looking at the .yaml dump the symbols are all
>>> similar to this:
>>>
>>> - Name: <redacted>
>>> Value: 0
>>> SectionNumber: 0
>>> SimpleType: IMAGE_SYM_TYPE_NULL
>>> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
>>> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
>>> WeakExternal:
>>> TagIndex: 134
>>> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>>>
>>> On Thu, Jan 25, 2018 at 8:01 PM, Zachary Turner <zturner at google.com...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt; <redacted_filename>.obj, looking at the .yaml dump the symbols are all
>>>> similar to this:
>>>>
>>>> - Name: <redacted>
>>>> Value: 0
>>>> SectionNumber: 0
>>>> SimpleType: IMAGE_SYM_TYPE_NULL
>>>> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
>>>> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
>>>> WeakExternal:
>>>> TagIndex: 134
>>>> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>>>>
>>>> On Thu, Jan 25, 2018 at 8:01 PM, Zachary Turner &...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...uot;
>> (<redacted>) in <internal> and in <redacted_filename>.obj, looking at the
>> .yaml dump the symbols are all similar to this:
>>
>> - Name: <redacted>
>> Value: 0
>> SectionNumber: 0
>> SimpleType: IMAGE_SYM_TYPE_NULL
>> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
>> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
>> WeakExternal:
>> TagIndex: 134
>> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>>
>> On Thu, Jan 25, 2018 at 8:01 PM, Zachary Turner <zturner at google.com>
>> wrote:
>...
2018 Jan 26
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;.obj, looking at the .yaml dump the symbols are all
>>>>> similar to this:
>>>>>
>>>>> - Name: <redacted>
>>>>> Value: 0
>>>>> SectionNumber: 0
>>>>> SimpleType: IMAGE_SYM_TYPE_NULL
>>>>> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
>>>>> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
>>>>> WeakExternal:
>>>>> TagIndex: 134
>>>>> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>>>>>
>>>>> On Thu, Jan 25, 2018 at 8...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d-link.exe: error: duplicate symbol: "<redacted_unmangled>"
(<redacted>) in <internal> and in <redacted_filename>.obj, looking at the
.yaml dump the symbols are all similar to this:
- Name: <redacted>
Value: 0
SectionNumber: 0
SimpleType: IMAGE_SYM_TYPE_NULL
ComplexType: IMAGE_SYM_DTYPE_FUNCTION
StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
WeakExternal:
TagIndex: 134
Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
On Thu, Jan 25, 2018 at 8:01 PM, Zachary Turner <zturner at google.com> wrote:
> I haven't really dabbled in this part of the COFF forma...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...uot;<redacted_unmangled>"
> (<redacted>) in <internal> and in <redacted_filename>.obj, looking at the
> .yaml dump the symbols are all similar to this:
>
> - Name: <redacted>
> Value: 0
> SectionNumber: 0
> SimpleType: IMAGE_SYM_TYPE_NULL
> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
> WeakExternal:
> TagIndex: 134
> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>
> On Thu, Jan 25, 2018 at 8:01 PM, Zachary Turner <zturner at google.com>
> wrote:
>
>> I haven't rea...
2016 Apr 01
0
Question about 'isUnsignedDIType' function on DwarfUnit.cpp
...t; > When we want to generate object file with dwarf debug format, clang
> > can generates 'DW_ATE_lo_user' encoding for complex integer type as
> > follow:
> >
> > "clang/lib/CodeGen/CGDebugInfo.cpp"
> > llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
> > ...
> > if (Ty->isComplexIntegerType())
> > Encoding = llvm::dwarf::DW_ATE_lo_user;
> > ...
> >
> > There is a assert for DIBasicType's enconding in the
> > 'isUnsignedDIType' function and it generates assertion for
> >...
2006 May 19
2
Icecast2 Status Page Parser
Does anyone have a Perl or PHP Icecast2 Status Page Parser?
Thanks.
-greg.
__________________________________________________________________________
Greg J. Ogonowski
VP Product Development
ORBAN / CRL, Inc.
1525 Alvarado St.
San Leandro, CA 94577 USA
TEL +1 510 351-3500
FAX +1 510 351-0500
greg@orban.com
http://www.orban.com
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...dump the symbols are all
>>>>>> similar to this:
>>>>>>
>>>>>> - Name: <redacted>
>>>>>> Value: 0
>>>>>> SectionNumber: 0
>>>>>> SimpleType: IMAGE_SYM_TYPE_NULL
>>>>>> ComplexType: IMAGE_SYM_DTYPE_FUNCTION
>>>>>> StorageClass: IMAGE_SYM_CLASS_WEAK_EXTERNAL
>>>>>> WeakExternal:
>>>>>> TagIndex: 134
>>>>>> Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
>>>>>>
>>>>>> O...