| line |
l |
!l |
condition |
|
42
|
0 |
0 |
$args->{$_} || {} |
|
44
|
0 |
0 |
$args->{'style'} || 'document' |
|
61
|
0 |
0 |
$b_op->{'soap_operation'} || {} |
|
64
|
0 |
0 |
$args{'binding'}{'soap_binding'} || {} |
|
65
|
0 |
0 |
$sb->{'transport'} || 'HTTP' |
|
66
|
0 |
0 |
$sb->{'style'} || 'document' |
|
92
|
0 |
0 |
$body->{'namespace'} // "" |
|
108
|
0 |
0 |
$bind_op->{'soap_header'} || [] |
|
133
|
0 |
0 |
$msg->{'wsdl_part'} || [] |
|
152
|
0 |
0 |
$portop || [] |
|
175
|
0 |
0 |
$fault->{'use'} || 'literal' |
|
201
|
0 |
0 |
$self->{$defs}{'header'} ||= [] |
|
295
|
0 |
0 |
delete $args{'skip_header'} || 0 |
|
296
|
0 |
0 |
delete $args{'recurse'} || 0 |
|
445
|
0 |
0 |
$how->{'use'} || 'literal' |
|
447
|
0 |
0 |
$how->{'procedure'} || '(unnamed)' |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
62
|
0 |
0 |
0 |
$args{'action'} ||= $sop->{'soapAction'} |
|
231
|
0 |
0 |
0 |
$soap11_server{$self->{'schemas'}} ||= "XML::Compile::SOAP11::Server"->new("schemas", $self->{'schemas'}) |
|
232
|
0 |
0 |
0 |
$args{'style'} ||= $self->style |
|
237
|
0 |
0 |
0 |
$args{'encode'} ||= $soap->_sender(@so, %args) |
|
238
|
0 |
0 |
0 |
$args{'decode'} ||= $soap->_receiver(@ro, %args) |
|
239
|
0 |
0 |
0 |
$args{'kind'} ||= $self->kind |
|
241
|
0 |
0 |
0 |
$args{'selector'} ||= $soap->compileFilter(%{$$self{"input_def"};}, "style", $style) |
|
255
|
0 |
0 |
0 |
$soap11_client{$self->{'schemas'}} ||= "XML::Compile::SOAP11::Client"->new("schemas", $self->{'schemas'}) |
|
256
|
0 |
0 |
0 |
$args{'style'} ||= $self->style |
|
257
|
0 |
0 |
0 |
$args{'kind'} ||= $self->kind |
|
313
|
0 |
0 |
0 |
$schema->prefixed($value) || $value |
|
340
|
0 |
0 |
0 |
$schema->prefixed($value) || $value |
|
381
|
0 |
0 |
0 |
$schema->prefixed($type) || $type |