Histórico da Página
Pagetitle | ||||
---|---|---|---|---|
|
Composition Setup |
---|
import.css=/download/attachments/6062824/tecnologia.css
|
...
Obtém fault actor da mensagem de retorno do servidor
...
.
Tipo | Valor Padrão | Somente Leitura |
---|---|---|
caractere | "" | S |
Exemplos
Bloco de código | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| N/A | ||||||||||||
Local oWsdl := tWsdlManager():New()
Local xRet
xRet := oWsdl:ParseURL( "http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL" )
if xRet == .F.
Return
endif
xRet := oWsdl:SetOperation( "GetCityForecastByZIP" )
if xRet == .F.
Return
endif
xRet := oWsdl:SetValue( 0, "90210" )
if xRet == .F.
Return
endif
xRet := oWsdl:SendSoapMsg()
if xRet == .F.
conout( tWsdlManager:cFaultActor )
endif
|
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas