Help for this page

Select Code to Download


  1. or download this
    Accept: application/soap
    
  2. or download this
    Content-Type: application/soap+xml; charset=utf-8
    
  3. or download this
    $SOAP::Constants::DO_NOT_CHECK_CONTENT_TYPE = 1;
    $SOAP::Constants::DO_NOT_USE_CHARSET = 1;
    
  4. or download this
    use warnings;
    use strict;
    ...
    my $soap = SOAP::Lite->service($wsdl);
    
    print $soap->UserclassList();
    
  5. or download this
    Unrecognized method 'BLAH'. List of available method(s): PSLStoreSet O
    +nboardManagedSystem UserclassPointCacheRecalculate ... etc
    
  6. or download this
    SOAP::Transport::HTTP::Client::send_receive: POST http://localhost/dem
    +o/idapi HTTP/1.1
    Accept: text/xml
    ...
    
    
    <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="ht
    +tp://www.w3.org/2003/05/soap-envelope"><s:Header><a:Action s:mustUnde
    +rstand="1">http://schemas.microsoft.com/net/2007/09/windowswebservice
    +s/servicemodel/fault</a:Action></s:Header><s:Body><s:Fault><s:Code><s
    +:Value>s:Sender</s:Value></s:Code><s:Reason><s:Text xml:lang="en-US">
    +The server was unable to process the request due to an internal error
    +.</s:Text></s:Reason></s:Fault></s:Body></s:Envelope>