Home
last modified time | relevance | path

Searched refs:WSDL (Results 1 – 25 of 1439) sorted by relevance

12345678910>>...58

/dports/devel/matreshka/matreshka-0.7.0/source/web/tools/wsdl2ada/
H A Dwsdl-debug.adb51 with WSDL.AST.Bindings;
59 with WSDL.AST.Endpoints;
60 with WSDL.AST.Interfaces;
64 with WSDL.AST.Messages;
72 with WSDL.AST.Services;
73 with WSDL.AST.Types;
74 with WSDL.Constants;
76 with WSDL.Visitors;
80 use WSDL.Constants;
197 Control : WSDL.Iterators.Traverse_Control := WSDL.Iterators.Continue;
[all …]
H A Dwsdl-visitors.ads44 with WSDL.AST.Endpoints;
45 with WSDL.AST.Services;
46 with WSDL.AST.Types;
47 with WSDL.Iterators;
49 package WSDL.Visitors is
57 Node : not null WSDL.AST.Binding_Access;
62 Node : not null WSDL.AST.Binding_Access;
87 Node : not null WSDL.AST.Description_Access;
107 Node : not null WSDL.AST.Interface_Access;
112 Node : not null WSDL.AST.Interface_Access;
[all …]
H A Dwsdl-generator.adb49 with WSDL.AST.Bindings;
57 with WSDL.AST.Interfaces;
60 with WSDL.AST.Messages;
64 with WSDL.AST.Operations;
68 with WSDL.AST.Services;
69 with WSDL.Constants;
74 use WSDL.Constants;
81 WSDL.AST."=");
295 not in WSDL.AST.None | WSDL.AST.Element
478 not in WSDL.AST.None | WSDL.AST.Element
[all …]
H A Dwsdl-name_resolvers.adb46 with WSDL.AST.Bindings;
50 with WSDL.AST.Descriptions;
54 with WSDL.AST.Faults;
55 pragma Unreferenced (WSDL.AST.Faults);
58 with WSDL.AST.Interfaces;
61 with WSDL.AST.Operations;
65 package body WSDL.Name_Resolvers is
74 return WSDL.AST.Binding_Access;
86 Name : WSDL.AST.Qualified_Name)
273 Name : WSDL.AST.Qualified_Name)
[all …]
H A Dwsdl-iterators-containment.adb44 with WSDL.AST.Bindings;
45 pragma Unreferenced (WSDL.AST.Bindings);
48 with WSDL.AST.Descriptions;
52 with WSDL.AST.Faults;
53 pragma Unreferenced (WSDL.AST.Faults);
56 with WSDL.AST.Interfaces;
57 pragma Unreferenced (WSDL.AST.Interfaces);
60 with WSDL.AST.Messages;
61 pragma Unreferenced (WSDL.AST.Messages);
64 with WSDL.AST.Operations;
[all …]
H A Dwsdl-parsers-mep.adb44 with WSDL.Constants;
46 package body WSDL.Parsers.MEP is
55 return not null WSDL.MEPs.MEP_Access
65 if IRI = WSDL.Constants.In_Only_MEP then
67 new WSDL.MEPs.MEP'
73 Direction => WSDL.AST.In_Message,
91 new WSDL.MEPs.MEP'
113 elsif IRI = WSDL.Constants.In_Out_MEP then
115 new WSDL.MEPs.MEP'
148 Parser.Report (WSDL.Assertions.MEP_1022);
[all …]
H A Dwsdl-iterators.ads44 with WSDL.AST.Endpoints;
45 with WSDL.AST.Services;
46 with WSDL.AST.Types;
47 limited with WSDL.Visitors;
49 package WSDL.Iterators is
64 Node : not null WSDL.AST.Node_Access;
70 Node : not null WSDL.AST.Binding_Access;
88 Node : not null WSDL.AST.Description_Access;
100 Node : not null WSDL.AST.Interface_Access;
136 Node : not null WSDL.AST.Types.Types_Access;
[all …]
H A Dwsdl-parsers.adb46 with WSDL.AST.Bindings;
55 with WSDL.AST.Faults;
57 with WSDL.AST.Messages;
59 with WSDL.AST.Types;
60 with WSDL.Constants;
61 with WSDL.Diagnoses;
62 with WSDL.MEPs;
63 with WSDL.Parsers.MEP;
64 with WSDL.Parsers.SOAP;
68 use WSDL.Constants;
[all …]
H A Dwsdl-ast-faults.ads45 package WSDL.AST.Faults is
63 Element : WSDL.AST.Qualified_Name;
69 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
70 Control : in out WSDL.Iterators.Traverse_Control);
74 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
75 Control : in out WSDL.Iterators.Traverse_Control);
106 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
107 Control : in out WSDL.Iterators.Traverse_Control);
111 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
112 Control : in out WSDL.Iterators.Traverse_Control);
[all …]
H A Dwsdl-name_resolvers.ads55 with WSDL.AST;
56 private with WSDL.AST.Endpoints;
57 private with WSDL.AST.Services;
58 private with WSDL.Iterators;
59 with WSDL.Visitors;
61 package WSDL.Name_Resolvers is
69 Root : WSDL.AST.Description_Access);
74 Root : WSDL.AST.Description_Access;
79 Node : not null WSDL.AST.Binding_Access;
99 Node : not null WSDL.AST.Interface_Access;
[all …]
H A Dwsdl-ast.ads50 limited with WSDL.AST.Bindings;
51 limited with WSDL.AST.Descriptions;
52 limited with WSDL.AST.Faults;
53 limited with WSDL.AST.Interfaces;
54 limited with WSDL.AST.Messages;
55 limited with WSDL.AST.Operations;
56 limited with WSDL.Iterators;
57 limited with WSDL.Visitors;
59 package WSDL.AST is
89 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
[all …]
H A Dwsdl-ast-operations.ads48 with WSDL.MEPs;
50 package WSDL.AST.Operations is
57 WSDL.AST.Interface_Message_Access,
58 WSDL.AST."=");
63 WSDL.AST.Interface_Fault_Reference_Access,
64 WSDL.AST."=");
93 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
94 Control : in out WSDL.Iterators.Traverse_Control);
98 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
123 Parent : WSDL.AST.Binding_Access;
[all …]
H A Dwsdl-driver.adb51 with WSDL.Analyzer;
52 with WSDL.AST.Descriptions;
56 with WSDL.Debug;
57 with WSDL.Generator;
59 with WSDL.Parsers;
60 with WSDL.Name_Resolvers;
62 procedure WSDL.Driver is
79 Control : WSDL.Iterators.Traverse_Control := WSDL.Iterators.Continue;
92 Control : WSDL.Iterators.Traverse_Control := WSDL.Iterators.Continue;
107 when WSDL.WSDL_Error =>
[all …]
H A Dwsdl-ast-faults.adb44 with WSDL.Iterators;
45 with WSDL.Visitors;
47 package body WSDL.AST.Faults is
55 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
56 Control : in out WSDL.Iterators.Traverse_Control) is
68 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
81 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
94 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
107 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
120 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
[all …]
H A Dwsdl-ast-descriptions.ads48 with WSDL.AST.Services;
49 with WSDL.AST.Types;
51 package WSDL.AST.Descriptions is
58 WSDL.AST.Binding_Access,
61 WSDL.AST."=");
66 WSDL.AST.Interface_Access,
69 WSDL.AST."=");
74 WSDL.AST.Services.Service_Access,
77 WSDL.AST.Services."=");
83 Types : WSDL.AST.Types.Types_Access;
[all …]
H A Dwsdl-ast-bindings.ads46 with WSDL.AST.Components;
48 package WSDL.AST.Bindings is
55 WSDL.AST.Binding_Fault_Access,
56 WSDL.AST."=");
61 WSDL.AST.Binding_Operation_Access,
62 WSDL.AST."=");
79 Interface_Node : WSDL.AST.Interface_Access;
97 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
114 (Parent : not null WSDL.AST.Description_Access;
116 return not null WSDL.AST.Binding_Access;
[all …]
H A Dwsdl-ast-bindings.adb44 with WSDL.AST.Descriptions;
45 pragma Unreferenced (WSDL.AST.Descriptions);
47 with WSDL.Iterators;
48 with WSDL.Visitors;
50 package body WSDL.AST.Bindings is
63 (Parent : not null WSDL.AST.Description_Access;
65 return not null WSDL.AST.Binding_Access is
68 := new WSDL.AST.Bindings.Binding_Node
84 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
96 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
[all …]
H A Dwsdl-analyzer.adb46 with WSDL.AST.Messages;
47 pragma Unreferenced (WSDL.AST.Messages);
50 with WSDL.AST.Operations;
51 pragma Unreferenced (WSDL.AST.Operations);
54 with WSDL.Constants;
56 package body WSDL.Analyzer is
58 use WSDL.Constants;
102 when WSDL.AST.In_Message =>
112 when WSDL.AST.Out_Message =>
182 when WSDL.AST.In_Message =>
[all …]
H A Dwsdl-ast-operations.adb44 with WSDL.Iterators;
45 with WSDL.Visitors;
47 package body WSDL.AST.Operations is
55 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
56 Control : in out WSDL.Iterators.Traverse_Control) is
68 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
81 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
94 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
108 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
122 Visitor : in out WSDL.Visitors.WSDL_Visitor'Class;
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/
H A DMANIFEST94 lib/SOAP/WSDL.pm
95 lib/SOAP/WSDL/Base.pm
97 lib/SOAP/WSDL/Client.pm
187 lib/SOAP/WSDL/Part.pm
188 lib/SOAP/WSDL/Port.pm
361 t/SOAP/WSDL.t
379 t/SOAP/WSDL/Base.t
380 t/SOAP/WSDL/Client.t
402 t/SOAP/WSDL/Part.t
405 t/SOAP/WSDL/Server.t
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/XSD/Typelib/
H A DBuiltin.pm1 package SOAP::WSDL::XSD::Typelib::Builtin;
8 use SOAP::WSDL::XSD::Typelib::Builtin::anyType;
10 use SOAP::WSDL::XSD::Typelib::Builtin::anyURI;
12 use SOAP::WSDL::XSD::Typelib::Builtin::boolean;
13 use SOAP::WSDL::XSD::Typelib::Builtin::byte;
14 use SOAP::WSDL::XSD::Typelib::Builtin::date;
17 use SOAP::WSDL::XSD::Typelib::Builtin::double;
20 use SOAP::WSDL::XSD::Typelib::Builtin::float;
21 use SOAP::WSDL::XSD::Typelib::Builtin::gDay;
27 use SOAP::WSDL::XSD::Typelib::Builtin::ID;
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/
H A D099_pod_coverage.t25 |SOAP::WSDL::OpMessage
26 |SOAP::WSDL::Types
27 |SOAP::WSDL::PortType
28 |SOAP::WSDL::Port
29 |SOAP::WSDL::Service
30 |SOAP::WSDL::Binding
31 |SOAP::WSDL::Message
32 |SOAP::WSDL::TypeLookup
33 |SOAP::WSDL::Base
34 |SOAP::WSDL::Part
[all …]
H A D095_copying.t30 return if $File::Find::name =~m{SOAP/WSDL/Base\.pm$}xms;
31 return if $File::Find::name =~m{SOAP/WSDL/Binding\.pm$}xms;
32 return if $File::Find::name =~m{SOAP/WSDL/Message\.pm$}xms;
33 return if $File::Find::name =~m{SOAP/WSDL/Operation\.pm$}xms;
34 return if $File::Find::name =~m{SOAP/WSDL/OpMessage\.pm$}xms;
35 return if $File::Find::name =~m{SOAP/WSDL/Part\.pm$}xms;
36 return if $File::Find::name =~m{SOAP/WSDL/Port\.pm$}xms;
37 return if $File::Find::name =~m{SOAP/WSDL/PortType\.pm$}xms;
39 return if $File::Find::name =~m{SOAP/WSDL/SOAP/Body\.pm$}xms;
43 return if $File::Find::name =~m{SOAP/WSDL/Service\.pm$}xms;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/ru_RU/
H A Drpc.properties44 wsdlDefinitionsNotFirst = Определения должны быть первым элементом в документе WSDL
48 noBaseWSDLAddress = Невозможно использовать импорт относительного WSDL без полного базового адреса.
49 noBaseWSDLAddress.details = Укажите местоположение документа WSDL для web-службы.
50 noServiceElement = Не удалось загрузить WSDL
51 noServiceElement.details = Не удалось найти элементы <wsdl:service> в WSDL в {0}.
60 unableToLoadWSDL = Невозможно загрузить WSDL. При нахождении в режиме онлайн проверьте URI и/или фо…
61 faultyWSDLFormat = Ошибочный формат WSDL
91 destinationOrWSDLNotSpecified = Необходимо указать адрес назначения и/или WSDL.
92 noSuchServiceInWSDL = Запрашиваемая служба "{0}" не найдена в файле WSDL.
93 noServices = В файле WSDL отсутствуют действительные службы.
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/bundles/zh_CN/
H A Drpc.properties44 wsdlDefinitionsNotFirst = 定义必须是 WSDL 文档中的第一个元素
48 noBaseWSDLAddress = 没有完全限定的基本地址,无法解析相对 WSDL 导入。
50 noServiceElement = 无法加载 WSDL
52 unrecognizedNamespace = WSDL 解析程序没有命名空间“{0}”的注册文档
54 overloadedOperation = WSDL 包含过载的操作 ({0}),目前不支持这种用法。
60 unableToLoadWSDL = 无法加载 WSDL。如果当前联机,请验证 URI 和/或 WSDL 的格式 ({0})
61 faultyWSDLFormat = WSDL 格式不正确
91 destinationOrWSDLNotSpecified = 必须指定目标和/或 WSDL
92 noSuchServiceInWSDL = 在 WSDL 文件中没有找到请求的服务“{0}”。
93 noServices = WSDL 文件中没有有效的服务。
[all …]

12345678910>>...58