Beispiel #1
0
 public STARTLibrary.accesspointService.CreateResponse Create(string MessageIdentifier, string ChannelIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType RecipientIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType SenderIdentifier, STARTLibrary.accesspointService.DocumentIdentifierType DocumentIdentifier, STARTLibrary.accesspointService.ProcessIdentifierType ProcessIdentifier, STARTLibrary.accesspointService.Create Create1)
 {
     STARTLibrary.accesspointService.CreateRequest inValue = new STARTLibrary.accesspointService.CreateRequest();
     inValue.MessageIdentifier   = MessageIdentifier;
     inValue.ChannelIdentifier   = ChannelIdentifier;
     inValue.RecipientIdentifier = RecipientIdentifier;
     inValue.SenderIdentifier    = SenderIdentifier;
     inValue.DocumentIdentifier  = DocumentIdentifier;
     inValue.ProcessIdentifier   = ProcessIdentifier;
     inValue.Create = Create1;
     STARTLibrary.accesspointService.CreateResponse1 retVal = ((STARTLibrary.accesspointService.Resource)(this)).Create(inValue);
     return(retVal.CreateResponse);
 }
Beispiel #2
0
 STARTLibrary.accesspointService.CreateResponse1 STARTLibrary.accesspointService.Resource.Create(STARTLibrary.accesspointService.CreateRequest request)
 {
     return(base.Channel.Create(request));
 }