← Prev in month ← Prev in thread
Next in thread → Next in month →

[Bug 61] New: enlistALS message seems to miss ALS-configuration identifier

From
<>
Date
2004-01-29T17:05:51+00:00
ID
Thread
[Bug 61] New: enlistALS message seems to miss ALS-configuration identifier
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=61

           Summary: enlistALS message seems to miss ALS-configuration
                    identifier
           Product: WS-Context
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Schema
        AssignedTo: 
        ReportedBy: 
         QAContact: 


The current schema defines the following message for enlistALS:

<xs:element name="enlist-als" substitutionGroup="tns:assertion">
      <xs:complexType>
 	       <xs:complexContent>
                    <xs:extension base="tns:AssertionWithProtocolURIType">
                           <xs:sequence>
                                 <xs:element name="als" type="xs:anyURI"/>
                           </xs:sequence>
                     </xs:extension>
	    </xs:complexContent>
     </xs:complexType>
</xs:element>

In the WS-CTX spec (page 21-22) it is said that the enlistALS service receives
the ALS-configuration identifier as an argument. It seems to be missing at the
current schema definition.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
← Prev in month ← Prev in thread
Next in thread → Next in month →