CA Service Management

 View Only

CASDM Web Service Test Connection 

Dec 23, 2015 07:24 AM

WS_Test_Connection.png

 

 

The Code

 

   Dim USD As New localhost.USD_WebService

        Dim s As String

        Try

            'http://localhost:8080/axis/services/USD_R11_WebService?WSDL

            USD.Url = txtWSAddress.Text

            s = USD.login(txtuser.Text, txtpassword.Text)

            MsgBox(s)

        Catch ex As Exception

            MsgBox(ex.Message)

        End Try

 

Download Code - Form1.zip

Statistics
0 Favorited
8 Views
1 Files
0 Shares
4 Downloads
Attachment(s)
zip file
CASDM_WS_test_Connection_exe.zip   137 KB   1 version
Uploaded - May 29, 2019

Tags and Keywords

Related Entries and Links

No Related Resource entered.