Commit 4f4dee125a428a5ce92e74e7d1ca89f7b06a4418

Authored by Myriam Bouchemit
1 parent 398e3bf2

userID optionnel

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/wsdl/Methods_AMDA.wsdl
... ... @@ -95,7 +95,7 @@
95 95  
96 96 <xs:complexType name="getParameterList">
97 97 <xs:sequence>
98   - <xs:element name="userID" type="xs:string" minOccurs="1" maxOccurs="1">
  98 + <xs:element name="userID" type="xs:string" minOccurs="0" maxOccurs="1">
99 99 <xs:annotation>
100 100 <xs:documentation>ID of AMDA user. If no user ID, user is IMPEX</xs:documentation>
101 101 </xs:annotation>
... ...