Re: soap + wsdl troubles



Quoting Kero <kero@xxxxxxxxxxxxxxxxxxxx>:
> >
> > Once you understand how the web service works, you can probably
> > figure out the ruby classes without much documentation --
>
> I got the wsdl. I looked at it (again) and noticed something I hadn't
> realized before: the array is the sole field of a ComplexType.
>
> For Ruby that means I need to wrap the array with my observations into a
> Struct. And behold! that works.
>

Congratulations on solving your problem!

-kevin


.



Relevant Pages

  • Re: .NET based SOAP client inter-op issue with Apache Axis based w
    ... I've developed a web service using Apache Axis 1.4 (WSDL shown at the ... defining a ServiceDescriptor array in the WSDL (without the ServiceList ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Problem with WS method returning an array of complex type
    ... Can you change the web service ... > I developped a WS with IBM tools and used the wsdl in Visual Studio> 2003 to add a Web Reference in my client. ... AccountInfo ). ... > Though I got en empty object, when I am calling a method returning an> array of complex type. ...
    (microsoft.public.dotnet.framework)
  • Re: tclsoap array-based queries
    ... I didn't ask as the story wasn't really a TCL issue. ... using a C# "wizard" to interact with a tcl web service I had written. ... There appear to be several legal ways to specify an array in a WSDL. ...
    (comp.lang.tcl)
  • InvalidOperationException when Axis web service returns null array
    ... when the Axisweb service it consumes returns a null array (the return type ... of the web service is an array of a complex type - see below). ... WSDL were different. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Parse Xml to array of objects?
    ... I have a web service which accept XMLNode as parameter: ... I'd like to create an array of objects from this xml/parameter that comes/: ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)