COM + Web service: Routing to XML Web services by check box 4

Source: Internet
Author: User
Tags soap web services wsdl
services|web|xml| check box for simplicity, the examples above all use VBScript to access Web services. The SOAP WSDL moniker can actually be written using Visual c+, Visual Basic 6.0, Visual Basic. NET, or C #. For example, Visual Basic. NET can also use compiled managed code to access the same object, as shown in the following example:

Imports System
Imports System.Runtime.InteropServices
Module wkoclient
Sub Main ()
Dim Wsdlmoniker =
"SOAP:WSDL=HTTP://LOCALHOST/CSSOAP/CSSOAP.CALC.SOAP?WSDL"
Dim obj as Object
obj = Marshal.bindtomoniker (wsdlmoniker)
Console.WriteLine (obj. ADD (1,2))
End Sub
End Module

VBScript is used to indicate that both managed and unmanaged clients have access to COM + components that are published as COM + Web services. In large organizations or applications, it is difficult to transform all parts at once, and COM + WEB services allows a subset of applications to be converted to managed code without having to completely rewrite existing applications immediately.

Simple client-activated object (CAO) example
COM + Web Service Publishing on the server publishes each component as Wko and CAO in two forms, so no additional server configuration is required. The only action to do on the server is to export the COM + application as an agent after you select the Uses soap check box (on the Activation tab of the COM + Application property page) and enter a value in the SOAP VRoot text box. The steps necessary to export the agent application are shown below:

Right-click the vb6soap COM + application in the Component Services Administration tool and select Export, as shown in Figure 2.


Figure 2: Component Services management tools



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.