Thanks for the wsdlclient9.php example. this is a great help.
Now in the "GetMap" wsdl function (its skin in
the example) there is a section where you can set your pins, it looks
like this (see below) . How should the
"pushpin" be represent as input parameter, if I wanted more than
one element to be pass in, say two or three elements of a
"Pushpin".
- <s:complexType
name="ArrayOfPushpin">
- <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded"
name="Pushpin" nillable="true"
type="s0:Pushpin" />
</s:sequence>
</s:complexType>
- <s:complexType name="Pushpin">
-
<s:sequence>
<s:element minOccurs="0" maxOccurs="1"
name="IconDataSource" type="s:string" />
<s:element
minOccurs="0" maxOccurs="1" name="IconName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string"
/>
<s:element minOccurs="0" maxOccurs="1" name="LatLong"
type="s0:LatLong" />
<s:element minOccurs="0" maxOccurs="1"
name="PinID" type="s:string" />
<s:element minOccurs="0"
maxOccurs="1" name="Pixel" type="s0:PixelCoord" />
<s:element
minOccurs="1" maxOccurs="1" name="ReturnsHotArea" type="s:boolean"
/>
<s:element minOccurs="1" maxOccurs="1"
name="LabelNearbyRoads" type="s:boolean" />
</s:sequence>
</s:complexType>
> -----Original Message-----
> From:
nusoap-general-admin@xxxxxxxxxxxxxxxxxxxxx
> [mailto:nusoap-general-admin@xxxxxxxxxxxxxxxxxxxxx]On Behalf Of Scott
> Nichol
> Sent: Tuesday, April 13, 2004
9:35 AM
> To: nusoap-general@xxxxxxxxxxxxxxxxxxxxx
> Subject: Re:
[Nusoap-general] Re: abstract type using nusoap causing
>
error
>
>
> > I was following the example of mappoint and
was trying to
> >
> > render an image and keep getting an
error
> >
> >
> >
> > The specified type is
abstract: name='MapView'
> >
> > Is this a bug or am I missing
something? Thank you for any
> >
> > help.
>
>
There were two issues that prevented NuSOAP client code for this
> service
method from working. First, the method includes as part
> of its
parameter structure a "doc/lit array". This is an XML
> Schema
complexType in which an element has maxOccurs="unbounded",
> rather than a
SOAP encoded array used by rpc/encoded services.
> Second, the array
is defined to have elements of an abstract XML
> Schema type. It is
therefore required that the consumer of the
> service specify the concrete
type of the data actually sent.
>
> I have made code changes to
NuSOAP to address both of these
> issues. I have also added yet
another sample, this one to call
> the GetMap method and exercise the
NuSOAP changes.
>
> The changes and sample have been added to
CVS. As always, there
> will be some delay before the changes are
available through anonymous CVS.
>
> Scott Nichol
>
> Do
not send e-mail directly to this e-mail address,
> because it is filtered
to accept only mail from
> specific mail
lists.
>
>
>
>
>
-------------------------------------------------------
> This SF.Net
email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented
by Daniel Robbins, President and CEO of
> GenToo technologies. Learn
everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick
>
_______________________________________________
> Nusoap-general mailing
list
> Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/nusoap-general
>
__________________________________________________________________________
Disclaimer: This e-mail message is intended only for the personal use of
the recipient(s) named above. If you are not an intended recipient, you
may not review, copy or distribute this message. If you have received this
communication in error, please notify us immediately by e-mail and delete
the original message.
This e-mail expresses views only of the sender, which are not to be
attributed to Rite Aid Corporation and may not be copied or distributed
without this statement.
|