WS-Discovery header fixes
This commit is contained in:
parent
edf3f3c43a
commit
8b92151a0c
|
@ -37,7 +37,7 @@ sub ProbeOp {
|
||||||
'use' => 'literal',
|
'use' => 'literal',
|
||||||
namespace => 'http://schemas.xmlsoap.org/ws/2004/08/addressing',
|
namespace => 'http://schemas.xmlsoap.org/ws/2004/08/addressing',
|
||||||
encodingStyle => '',
|
encodingStyle => '',
|
||||||
parts => [qw(WSDiscovery10::Elements::To WSDiscovery10::Elements::Action)],
|
parts => [qw( WSDiscovery10::Elements::Header )],
|
||||||
|
|
||||||
},
|
},
|
||||||
headerfault => {
|
headerfault => {
|
||||||
|
|
|
@ -23,12 +23,12 @@ our $typemap_1 = {
|
||||||
'ProbeMatches/ProbeMatch/Types' => 'WSDiscovery10::Types::QNameListType',
|
'ProbeMatches/ProbeMatch/Types' => 'WSDiscovery10::Types::QNameListType',
|
||||||
'ProbeMatches/ProbeMatch/EndpointReference' => 'WSDiscovery10::Types::EndpointReferenceType',
|
'ProbeMatches/ProbeMatch/EndpointReference' => 'WSDiscovery10::Types::EndpointReferenceType',
|
||||||
'ProbeMatches/ProbeMatch/EndpointReference/ReferenceProperties' => 'WSDiscovery10::Types::ReferencePropertiesType',
|
'ProbeMatches/ProbeMatch/EndpointReference/ReferenceProperties' => 'WSDiscovery10::Types::ReferencePropertiesType',
|
||||||
'ProbeMatches/ProbeMatch/EndpointReference/PortType' => 'WSDiscovery10::Types::AttributedQName'
|
'ProbeMatches/ProbeMatch/EndpointReference/PortType' => 'WSDiscovery10::Types::AttributedQName',
|
||||||
'MessageID' => 'WSDiscovery10::Elements::MessageID',
|
'MessageID' => '__SKIP__',
|
||||||
'RelatesTo' => 'WSDiscovery10::Elements::RelatesTo',
|
'RelatesTo' => '__SKIP__',
|
||||||
'To' => 'WSDiscovery10::Elements::To',
|
'To' => '__SKIP__',
|
||||||
'Action' => 'WSDiscovery10::Elements::Action',
|
'Action' => '__SKIP__',
|
||||||
'AppSequence' => 'WSDiscovery10::Elements::AppSequence',
|
'AppSequence' => '__SKIP__',
|
||||||
};
|
};
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue