Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagecpp
themeEclipse
linenumberstrue
collapsefalse
User Function tstConnectionTimeout()

  Local oWsdl := TWsdlManager():New()

  ConOut( "nConnectionTimeout [" + Str( oWsdl:nConnectionTimeout ) + "] before change" )  // exibe 'nConnectionTimeout [300] before change'

  oWsdl:nConnectTimeout := 250

  ConOut( "nConnectionTimeout [" + Str( oWsdl:nConnectionTimeout ) + "] after change" )   // exibe 'nConnectionTimeout [250] after change'

  // métodos

Return

Abrangência

Builds 17.1.1.0 e 17.2.1.0

Veja também

TWsdlManager:nTimeout

TWsdlManager:ParseURL

TWsdlManager:ParseFile

TWsdlManager:SendSoapMsgProtheus ?.?.?.?