Scroll to navigation

WSDiscovery11::Interfaces::WSDiscovery::WSDiscoveryPort(3pm) User Contributed Perl Documentation WSDiscovery11::Interfaces::WSDiscovery::WSDiscoveryPort(3pm)

NAME

WSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort - SOAP Interface for the WSDiscovery Web Service

SYNOPSIS

 use WSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort;
 my $interface = WSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort->new();
 my $response;
 $response = $interface->ProbeOp();

DESCRIPTION

SOAP Interface for the WSDiscovery web service located at soap.udp://239.255.255.250:3702/.

SERVICE WSDiscovery

Port WSDiscoveryPort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

ProbeOp

Returns a WSDiscovery::Elements::ProbeMatches object.

 $response = $interface->ProbeOp( { # WSDiscovery::Types::ProbeType
    Types => $some_value, # QNameListType
    Scopes =>  { value => $some_value },
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Wed Jul 2 11:45:24 2014

2023-07-27 perl v5.36.0