Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: Need to call a web service from PowerBuilder Classic 12.5

$
0
0

Hi Mark;

 

   Ron is using PB Classic so the code would be more like ...

 

TRY

   // <WS code here>

 

CATCH  ( runtimeerror  lo_ex )

    MessageBox ("WS Runtime Error", lo_ex.text)

 

END TRY

 

Regards ... Chris


Viewing all articles
Browse latest Browse all 7329

Trending Articles