.NET API Client Proxy
  • 1 Minute to read
  • Dark
    Light
  • PDF

.NET API Client Proxy

  • Dark
    Light
  • PDF

Article summary

The following command creates a client proxy class in the Microsoft Visual Basic language for Host API located at the specified URL. The tool saves the client proxy class in the HostAPI.vb file.

Wsdl.exe /language:VB /out:HostAPI.vb

https://<PlanfulServer>/HostAPI/HostAPI_StateFree.asmx?WSDL

HostAPI.vb file can be included in the client application and can be instantiate the API object in VB.Net as follows:

Dim api As New HostAPI()


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.