Exemplo n.º 1
0
 public System.Threading.Tasks.Task <JustExample.CallFSOP.submitLegFlyFSOPXMLResponse> submitLegFlyFSOPXMLAsync(string PfileName, string myfile, string Token)
 {
     JustExample.CallFSOP.submitLegFlyFSOPXMLRequest inValue = new JustExample.CallFSOP.submitLegFlyFSOPXMLRequest();
     inValue.Body           = new JustExample.CallFSOP.submitLegFlyFSOPXMLRequestBody();
     inValue.Body.PfileName = PfileName;
     inValue.Body.myfile    = myfile;
     inValue.Body.Token     = Token;
     return(((JustExample.CallFSOP.FSOPServerSoap)(this)).submitLegFlyFSOPXMLAsync(inValue));
 }
Exemplo n.º 2
0
 public string submitLegFlyFSOPXML(string PfileName, string myfile, string Token)
 {
     JustExample.CallFSOP.submitLegFlyFSOPXMLRequest inValue = new JustExample.CallFSOP.submitLegFlyFSOPXMLRequest();
     inValue.Body           = new JustExample.CallFSOP.submitLegFlyFSOPXMLRequestBody();
     inValue.Body.PfileName = PfileName;
     inValue.Body.myfile    = myfile;
     inValue.Body.Token     = Token;
     JustExample.CallFSOP.submitLegFlyFSOPXMLResponse retVal = ((JustExample.CallFSOP.FSOPServerSoap)(this)).submitLegFlyFSOPXML(inValue);
     return(retVal.Body.submitLegFlyFSOPXMLResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <JustExample.CallFSOP.submitLegFlyFSOPXMLResponse> JustExample.CallFSOP.FSOPServerSoap.submitLegFlyFSOPXMLAsync(JustExample.CallFSOP.submitLegFlyFSOPXMLRequest request)
 {
     return(base.Channel.submitLegFlyFSOPXMLAsync(request));
 }
Exemplo n.º 4
0
 JustExample.CallFSOP.submitLegFlyFSOPXMLResponse JustExample.CallFSOP.FSOPServerSoap.submitLegFlyFSOPXML(JustExample.CallFSOP.submitLegFlyFSOPXMLRequest request)
 {
     return(base.Channel.submitLegFlyFSOPXML(request));
 }