Home
last modified time | relevance | path

Searched refs:SOAP (Results 1 – 25 of 5037) sorted by relevance

12345678910>>...202

/dports/net/remotebox/RemoteBox-2.7/share/remotebox/
H A DvboxService.pm19 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
20 SOAP::Data->new(name => 'logicalSize', type => 'xsd:long', attr => {}),
33 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
44 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
49 SOAP::Data->new(name => 'path', type => 'xsd:string', attr => {}),
57 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
470 SOAP::Data->new(name => 'x', type => 'xsd:int', attr => {}),
471 SOAP::Data->new(name => 'y', type => 'xsd:int', attr => {}),
472 SOAP::Data->new(name => 'dz', type => 'xsd:int', attr => {}),
473 SOAP::Data->new(name => 'dw', type => 'xsd:int', attr => {}),
[all …]
H A Dold_vboxService.pm20 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
21 SOAP::Data->new(name => 'logicalSize', type => 'xsd:long', attr => {}),
34 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
45 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
46 SOAP::Data->new(name => 'format', type => 'xsd:string', attr => {}),
50 SOAP::Data->new(name => 'path', type => 'xsd:string', attr => {}),
58 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
72 SOAP::Data->new(name => '_this', type => 'xsd:string', attr => {}),
113 SOAP::Data->new(name => 'name', type => 'xsd:string', attr => {}),
115 SOAP::Data->new(name => 'device', type => 'xsd:int', attr => {}),
[all …]
H A Dvboxserializers.pl5 sub SOAP::Serializer::as_APICMode { subroutine
11 sub SOAP::Serializer::as_AccessMode { subroutine
53 sub SOAP::Serializer::as_AuthType { subroutine
59 sub SOAP::Serializer::as_AutostopType { subroutine
89 sub SOAP::Serializer::as_ChipsetType { subroutine
107 sub SOAP::Serializer::as_CloneMode { subroutine
143 sub SOAP::Serializer::as_DHCPOption { subroutine
185 sub SOAP::Serializer::as_DnDAction { subroutine
191 sub SOAP::Serializer::as_DnDMode { subroutine
299 sub SOAP::Serializer::as_LockType { subroutine
[all …]
H A Dold_vboxserializers.pl5 sub SOAP::Serializer::as_APICMode { subroutine
11 sub SOAP::Serializer::as_AccessMode { subroutine
53 sub SOAP::Serializer::as_AuthType { subroutine
59 sub SOAP::Serializer::as_AutostopType { subroutine
89 sub SOAP::Serializer::as_ChipsetType { subroutine
107 sub SOAP::Serializer::as_CloneMode { subroutine
143 sub SOAP::Serializer::as_DHCPOption { subroutine
185 sub SOAP::Serializer::as_DnDAction { subroutine
191 sub SOAP::Serializer::as_DnDMode { subroutine
299 sub SOAP::Serializer::as_LockType { subroutine
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/
H A DMANIFEST94 lib/SOAP/WSDL.pm
196 lib/SOAP/WSDL/SOAP/Address.pm
197 lib/SOAP/WSDL/SOAP/Body.pm
198 lib/SOAP/WSDL/SOAP/Header.pm
199 lib/SOAP/WSDL/SOAP/HeaderFault.pm
200 lib/SOAP/WSDL/SOAP/Operation.pm
201 lib/SOAP/WSDL/SOAP/Typelib/Fault.pm
202 lib/SOAP/WSDL/SOAP/Typelib/Fault11.pm
361 t/SOAP/WSDL.t
379 t/SOAP/WSDL/Base.t
[all …]
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/t/
H A D21-public.t13 use SOAP::Lite
28 use SOAP::Test;
32 $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT)
47 $s = SOAP::Lite
56 $s = SOAP::Lite
69 $s = SOAP::Lite
108 ok((SOAP::Lite
115 $r = SOAP::Lite
134 ok((SOAP::Lite
142 ok((SOAP::Lite
[all …]
H A D01-core.t15 use SOAP::Lite;
65 SOAP::Data->name(test => \SOAP::Data->value(1, [1,2], {a=>3}, \4))
117 SOAP::Data->name(test => \SOAP::Data->value($b, $b))
123 SOAP::Data->name(test => \SOAP::Data->value($b, $b))
133 SOAP::Data->name(test => \SOAP::Data->value("\0\1\2\3 \4\5\6", "<123>&amp;\015</123>"))
148 …$serialized = SOAP::Serializer->serialize(SOAP::Data->uri('some_urn' => bless {a => 1} => 'ObjectT…
158 $serialized = SOAP::Serializer->serialize(SOAP::Data->type(hex => $a));
219 SOAP::Data->type($type => $a)
225 SOAP::Data->type($type => {})
235 eval { SOAP::Lite->new->abc() };
[all …]
H A D02-payload.t17 use SOAP::Lite;
115 my $result = SOAP::SOM::result;
192 $serialized = SOAP::Serializer
237 $serialized = SOAP::Serializer
314 eval { $serialized = SOAP::Serializer->serialize(SOAP::Data->name('---' => 'aaa')) };
601 $serialized = SOAP::Serializer->serialize(SOAP::Data->name('b' => 1));
604 $serialized = SOAP::Serializer->serialize(SOAP::Data->name('c:b' => 1));
607 $serialized = SOAP::Serializer->serialize(SOAP::Data->name('{a}b' => 1));
610 $serialized = SOAP::Serializer->serialize(SOAP::Data->name('{}b' => 1));
803 my $soap = SOAP::Lite
[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
33 |SOAP::WSDL::Base
34 |SOAP::WSDL::Part
35 |SOAP::WSDL::Operation
[all …]
/dports/lang/php73/php-7.3.33/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/net/php81-soap/php-8.1.1/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/net/php73-soap/php-7.3.33/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/net/php74-soap/php-7.4.27/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/net/php80-soap/php-8.0.15/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/www/mod_php81/php-8.1.1/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/lang/php74/php-7.4.27/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/lang/php80/php-8.0.15/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/lang/php81/php-8.1.1/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/www/mod_php73/php-7.3.33/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/www/mod_php74/php-7.4.27/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/www/mod_php80/php-8.0.15/ext/soap/tests/
H A Dsetheaders.phpt2 SOAP: SoapClient::__setHeaders
28SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
30SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
32SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
34SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
36SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
38SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" x…
/dports/net/p5-SOAP/SOAP-0.28/
H A DMANIFEST6 lib/SOAP.pm
7 lib/SOAP/EnvelopeMaker.pm
8 lib/SOAP/Parser.pm
13 lib/SOAP/Envelope.pm
14 lib/SOAP/OutputStream.pm
15 lib/SOAP/Packager.pm
19 lib/SOAP/TypeMapper.pm
20 lib/SOAP/Defs.pm
21 lib/SOAP/TypedPrimitive.pm
24 lib/SOAP/Serializer.pm
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/Factory/
H A DTransport.t5 use SOAP::WSDL::Factory::Transport;
16 # fake absence of SOAP::Lite
28 ok $obj->isa('SOAP::WSDL::Transport::HTTP'), 'load SOAP::WSDL::Transport::HTTP';
35 ok $obj->isa('SOAP::WSDL::Transport::HTTP'), 'load SOAP::WSDL::Transport::HTTP';
40 eval q{ require SOAP::Lite }
41 or skip q{Cannot test loading SOAP::Lite's transport backend without SOAP::Lite}, 2;
45 ok $obj->isa('SOAP::Transport::HTTP::Client'), 'load SOAP::Transport::HTTP::Client backend';
61 SOAP::WSDL::Factory::Transport->register( 'zumsl', 'SOAP::WSDL::Transport::HTTP');
62 isa_ok( SOAP::WSDL::Factory::Transport->get_transport('zumsl:foo'), 'SOAP::WSDL::Transport::HTTP');
65 SOAP::WSDL::Factory::Transport->register( 'zumsl', 'SOAP::WSDL::Transport::Loopback');
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/web/wsse/
H A Dweb_services-soap-security-modules.adb46 with Web_Services.SOAP.Payloads.Faults.Simple;
47 with Web_Services.SOAP.Security.Constants;
48 with Web_Services.SOAP.Security.Headers;
49 with Web_Services.SOAP.Security.Password_Digest_Utilities;
51 package body Web_Services.SOAP.Security.Modules is
75 new Web_Services.SOAP.Messages.SOAP_Message'
96 new Web_Services.SOAP.Messages.SOAP_Message'
135 Message : in out Web_Services.SOAP.Messages.SOAP_Message;
192 when Web_Services.SOAP.Security.Headers.Text =>
199 when Web_Services.SOAP.Security.Headers.Digest =>
[all …]

12345678910>>...202