1 / 8

Visual Basic XML API Demo

Visual Basic XML API Demo. Marcelo M. Molinari. Very simple windows form to get ADX hostname and addition of web reference. web reference added using .wsdl file from ADX. Reference.vb file needs to be edited. Note: System.Net namespace is required to use WebRequest method.

azra
Download Presentation

Visual Basic XML API Demo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Basic XML API Demo Marcelo M. Molinari

  2. Very simple windows form to get ADX hostname and addition of web reference web reference added using .wsdl file from ADX

  3. Reference.vb file needs to be edited Note: System.Net namespace is required to use WebRequest method

  4. Method getHostName is invoked from web reference AdcSysInfo SetRequestHeader is used to add http authentication header to request sent to ADX

  5. Authentication shows in HTTP header

  6. SOAP envelope shows getHostName method

  7. SOAP response

More Related