|
NAMEWSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort - SOAP Interface for the WSDiscovery Web ServiceSYNOPSISuse WSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort; my $interface = WSDiscovery::Interfaces::WSDiscovery::WSDiscoveryPort->new(); my $response; $response = $interface->ProbeOp(); DESCRIPTIONSOAP Interface for the WSDiscovery web service located at soap.udp://239.255.255.250:3702/.SERVICE WSDiscoveryPort WSDiscoveryPortMETHODSGeneral methodsnewConstructor. All arguments are forwarded to SOAP::WSDL::Client. SOAP Service methodsMethod 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 }, },, ); AUTHORGenerated by SOAP::WSDL on Wed Jul 2 11:45:24 2014
Visit the GSP FreeBSD Man Page Interface. |