File: soap_hotplug_pack_service-client.ads

package info (click to toggle)
libaws 20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,656 kB
  • sloc: ada: 95,505; python: 2,270; ansic: 1,017; makefile: 829; xml: 235; javascript: 202; java: 112; sh: 106
file content (35 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

--  wsdl2aws SOAP Generator v1.4
--
--  AWS 2.1w - SOAP 1.3
--  This file was generated on Sunday 31 October 2004 at 10:58:27
--
--  $ wsdl2aws -f -cvs -cb -types soap_hotplug_pack.ads soap_hotplug_pack.ads.wsdl

pragma Warnings (Off);

with Ada.Calendar;

with SOAP.Types;

with SOAP_Hotplug_Pack_Service.Types;

package SOAP_Hotplug_Pack_Service.Client is

   use SOAP_Hotplug_Pack_Service.Types;

   function Job1
     (X        : Integer;
      Y        : Integer;
      Endpoint : String := SOAP_Hotplug_Pack_Service.URL)
      return Integer;
   --  Raises SOAP.SOAP_Error if the procedure fails

   function Job2
     (X        : Integer;
      Y        : Integer;
      Endpoint : String := SOAP_Hotplug_Pack_Service.URL)
      return Integer;
   --  Raises SOAP.SOAP_Error if the procedure fails

end SOAP_Hotplug_Pack_Service.Client;