logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Generated by SOAP::WSDL on Sat Mar 19 18:11:58 2016

perl v5.40.1                                       2025-02-21              WSDiscovery10:...WSDiscoveryPort(3pm)

Description

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

Methods

Generalmethodsnew

       Constructor.

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

   SOAPServicemethods
       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 WSDiscovery10::Elements::ProbeMatches object.

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

Name

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

Service Wsdiscovery

PortWSDiscoveryPort

Synopsis

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

        my $response;
        $response = $interface->ProbeOp();

See Also