|
Re: Re: abstract type using nusoap causing error: msg#00049php.nusoap.general
> 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=click |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: nusoap : array parameter: 00049, Scott Nichol |
|---|---|
| Next by Date: | Re: nusoap, wsdl, mysql arrays: 00049, Scott Nichol |
| Previous by Thread: | Re: abstract type using nusoap causing errori: 00049, Matthew Sobocinski |
| Next by Thread: | RE: Re: abstract type using nusoap causing error: 00049, James Yang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |