OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

spml-demo-tech message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Attached is the SPML 2.0 schema for BMC acting as an ASP


Attached is the SPML 2.0 schema for BMC acting as an ASP. I kept it really simple for the purposes of the interop (it can be configured to be more complicated as needed).

 




Jeff Bohren

13577 Feather Sound Drive, Suite 200, Clearwater, FL 33762

tel: 727.561.9500 x219

fax: 727.374.0171

Jeffrey_Bohren@bmc.com

www.bmc.com

 

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";><soap:Body><listTargetsResponse status="success" xmlns="urn:oasis:names:tc:SPML:2:0"><target targetID="http://www.summittrust.com";><schema><schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns="urn:oasis:names:tc:SPML:2:0:DSML">
  <objectClassDefinition name="user">
    <memberAttributes>
      <attributeDefinitionReference name="uid" />
      <attributeDefinitionReference name="mail" />
      <attributeDefinitionReference name="description" />
    </memberAttributes>
  </objectClassDefinition>
  <attributeDefinition name="uid" />
  <attributeDefinition name="mail" />
  <attributeDefinition name="description" />
</schema></schema><capabilities><capability namespaceURI="urn:oasis:names:tc:SPML:2:0:password"><appliesTo entityName="user" /></capability><capability namespaceURI="urn:oasis:names:tc:SPML:2:0:suspend"><appliesTo entityName="user" /></capability><capability namespaceURI="urn:oasis:names:tc:SPML:2:0:search" /></capabilities></target></listTargetsResponse></soap:Body></soap:Envelope>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]