Forum Discussion
Thomas_LE_GENTI
Nimbostratus
Oct 28, 2008SOAP deserializer
Hi everyone !
I've got this error :
SOAP-ENV:Client Unknown method "{urn:iControl:System:Failover}:get_failover_state"
It's maybe a perl error, but sooy i'm new at this.
It's coming from (I think) :
sub getSystemState()
{
my $soapResponse = $System_Failover->get_failover_state();
if ( $soapResponse->fault )
{
print $soapResponse->faultcode, " ", $soapResponse->faultstring, "\n";
}
else
{
my $FailoverState = $soapResponse->result;
print $FailoverState;
return "$FailoverState\n";
}
}
and my definition is :
System_Failover = SOAP::Lite
-> uri('urn:iControl:System:Failover')
-> readable(1)
-> proxy("$sProtocol://$sHost:$sPort/iControl/iControlPortal.cgi");
What should i correct ?
Tal !
- Don_MacVittie_1Historic F5 AccountHey Tal,
- Thomas_LE_GENTI
Nimbostratus
Hi Don, - Thomas_LE_GENTI
Nimbostratus
Ok, I found why : - Sorry for not getting to this sooner but I'm glad you figured it out.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects