[Cartoweb-dev] [Bug 1548] New: Undocumented required attribute in
	pluginname.wsdl.inc
    bugzilla-daemon at bugzilla.maptools.org 
    bugzilla-daemon at bugzilla.maptools.org
       
    Fri Aug 11 15:08:46 EDT 2006
    
    
  
http://bugzilla.maptools.org/show_bug.cgi?id=1548
           Summary: Undocumented required attribute in pluginname.wsdl.inc
           Product: CartoWeb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Documentation
        AssignedTo: cartoweb-dev at lists.maptools.org
        ReportedBy: jdenisgiguere at gmail.com
When developing new plugin that uses ServerCaller and ClientResponder
interfaces, the definition of the request and response classes in the
pluginname.wsdl.inc must contains the following attribute definition :
<element name="className" type="xsd:string"/>
className is *not* an explicitly defined member of those classes.
Here is a working example:
      <complexType name="OutlineRequest">
        <all>
          <element name="className" type="xsd:string"/>
          <element name="shapes" type="types:ArrayOfStyledShape"/>
          <element name="maskMode" type="xsd:boolean"/>
        </all>
      </complexType>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
    
    
More information about the Cartoweb-dev
mailing list