Results 1 to 6 of 6

Thread: How to use SOAP client application in C Language

  1. #1
    Join Date
    Feb 2010
    Posts
    589

    How to use SOAP client application in C Language

    Hi all,

    I am to use Visual C + + to Develop a simple SOAP client application, i will introduce the use of SOAP API. SOAP is a very popular on the Internet to exchange information with the agreement, because it is in order with HTTP, SMTP, and other similar agreements to work together, so it is very simple. I want to know that how to use SOAP client application in C Language. Please help me. Thanks in advance.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    How to use SOAP client application in C Language

    SOAP used in all objects and interfaces are included in the mssoap1.dll, this file is included in the Microsoft SOAP Toolkit 2.0 in. We can C: \ Program Files \ Common Files \ MSSoap \ Binaries \ MSSOAP1.dll found in the file. Using the # import command to import the file into our source file. The contents of the document library will be converted to describe the COM interface COM smart pointers. Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    How to use SOAP client application in C Language

    SOAP Use XML its data format, so we also need Microsoft's XML Parser to handle XML Content, which is included in the msxml3.dll in the. Mssoap1.dll file before you import, we also need to import the file, as follows:
    Code:
    # import "msxml3.dll"
    using namespace MSXML2;
    Code:
    # import "C: \ Program Files \ Common Files \ MSSoap \ Binaries \ MSSOAP1.dll" \
    Code:
    exclude ( "IStream", "ISequentialStream", "_LARGE_INTEGER", \
    "_ULARGE_INTEGER", "TagSTATSTG", "_FILETIME")
    using namespace MSSOAPLib;
    The above is to develop a SOAP application contains all the necessary class definitions. All the best.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    How to use SOAP client application in C Language

    In client / server mode, any client application needs to be the first thing to connect with the server. Soap Connector is to be used to achieve the client side, server-side application, the connector protocol, it also acts as the realization of other protocol interface defines the abstract class, that is, SOAP is not limited to acting as a specific protocol. We will find that some of its implementation also support MSMQ, MQ Series, SMTP, and TCP / IPTransports. For simplicity, I will only discuss the use of it as the HTTP Transport, which is from the Microsoft SOAP Toolkit 2.0 in HttpConnector class achieved.All the best.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to use SOAP client application in C Language

    To develop a SOAP client application requires three steps:
    (1) Designated and linked to an Internet service.
    (2)To prepare and send the message.
    (3) Read the response from the server.
    we used to develop a basic SOAP client applications need to use the class. Check and reply

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    How to use SOAP client application in C Language

    We assume that the you have a certain understanding of SOAP protocol, but also for C + + More proficient. If you are not familiar with SOAP, you can view relevant information. We also assume that the user can familiar with the use of COM, especially in the COM smart pointers, because we will use the Import command to convert the COM interface to smart pointers. In addition, you also need to install the Microsoft SOAP Toolkit. All the best.

Similar Threads

  1. which language is used to develop a meego based application
    By Ray Brown in forum Portable Devices
    Replies: 3
    Last Post: 01-02-2011, 11:40 AM
  2. Replies: 5
    Last Post: 16-01-2010, 08:53 AM
  3. Replies: 9
    Last Post: 10-04-2009, 01:51 AM
  4. CLOSURE OF THREAD WITHOUT LANGUAGE / APPLICATION brackets
    By Aamin in forum Software Development
    Replies: 4
    Last Post: 06-02-2009, 12:01 AM
  5. WSUS Client Error - Soap Fault: 0x00012c
    By Knud in forum Server Update Service
    Replies: 3
    Last Post: 29-09-2005, 06:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,503,237.37484 seconds with 17 queries