CA Service Management

VB.NET Code using WS SDM 

Dec 23, 2015 07:24 AM

CASDM Web Service Test Connection

 

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

Statistics
0 Favorited
7 Views
1 Files
0 Shares
4 Downloads
Attachment(s)
zip file
Form1.zip   448 B   1 version
Uploaded - May 29, 2019

Related Entries and Links

No Related Resource entered.