zxid

 view release on metacpan or  search on metacpan

sg/liberty-idwsf-shps-v1.0.sg  view on Meta::CPAN

# zxid/sg/liberty-idwsf-pmm-v1.0.sg  -- Provisioned Module Manager
# Slightly edited, 3.6.2007, Sampo Kellomaki (sampo@iki.fi)
# $Id: liberty-idwsf-shps-v1.0.sg,v 1.3 2009-09-05 02:23:41 sampo Exp $

target(shps, urn:liberty:shps:2006-12)
import(lu,   urn:liberty:util:2006-08, liberty-idwsf-utility-v2.0.xsd)
import(di,   urn:liberty:disco:2006-08, liberty-idwsf-disco-svc-v2.0.xsd)
import(dp,   urn:liberty:dp:2006-12, liberty-idwsf-dp-v1.0.xsd)
import(a,    http://www.w3.org/2005/08/addressing, http://www.w3.org/2005/08/addressing/ws-addr.xsd)

ns(xenc,http://www.w3.org/2001/04/xmlenc#)
ns(ds,http://www.w3.org/2000/09/xmldsig#)

ServiceHandle	 -> %xs:anyURI
ServiceMode	 -> %xs:anyURI
ServiceStatus	 -> %xs:anyURI

InvocationContext	 -> %shps:InvocationContextType
%InvocationContextType:
  shps:InvokingProvider
  shps:InvokingPrincipal?
  di:SecurityMechID
  @any
  ;

InvokingProvider	 -> %xs:string
InvokingPrincipal	 -> %saml2:NameIDType
CallbackEPR	 -> %a:EndpointReferenceType

%RequestAbstractType:
  @any
  ;

%ResponseAbstractType:
  lu:Status
  @any
  ;

Delete	 -> %shps:DeleteType
%DeleteType:	 base(shps:RequestAbstractType)
  shps:ServiceHandle+
  ;

DeleteResponse	 -> %shps:DeleteResponseType
%DeleteResponseType:	 base(shps:ResponseAbstractType) ;

GetStatus	 -> %shps:GetStatusType
%GetStatusType:	 base(shps:RequestAbstractType)
  shps:ServiceHandle+
  ;

GetStatusResponse	 -> %shps:GetStatusResponseType
%GetStatusResponseType:	 base(shps:ResponseAbstractType)
  shps:GetStatusResponseItem+
  ;

GetStatusResponseItem	 -> %shps:GetStatusResponseItemType
%GetStatusResponseItemType:
  shps:ServiceHandle
  shps:ServiceStatus
  @any
  ;

Query	 -> %di:QueryType
QueryResponse	 -> %di:QueryResponseType

Invoke	 -> %InvokeType
%InvokeType:	 base(shps:RequestAbstractType)
  shps:InvokeItem+
  ;

InvokeItem	 -> %shps:InvokeItemType



( run in 1.528 second using v1.01-cache-2.11-cpan-b301d465b3d )