Thread: A little confused about this

  1. #16
    Banned
    Join Date
    Nov 2007
    Posts
    678
    WSDL is Web Services Description Language, and it presents the web services offered by an application in plain XML format. After that any application, running on any OS, written in any programming language can, simply, use these web services, like, say, a function in a DLL.

    Thanks Elks. I will try that.

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Sure, but the code is generated - it cannot be language independent.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #18
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Did you look at the samples? dimeclient.cpp in the samples/dime directory has some arrays that might be of some help.

  4. #19
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Also, how did you call wsdl2h and soapcpp2? What exactly were the command lines and any errors which may have occurred? Are you using the latest version of gSOAP?

    There's a Yahoo gSOAP group which is monitored by the author. You may want to look there as well.

  5. #20
    Banned
    Join Date
    Nov 2007
    Posts
    678
    Thank you Riches.
    I will try those places, that, you suggested.

    Actually, right now, even after initializing it properly, my web service request is failed.
    I hope what you suggested, will, be more help to me.

  6. #21
    Banned
    Join Date
    Nov 2007
    Posts
    678
    Hi Riches,

    This is version info:

    wsdl2h version 1.2.91
    soapcpp2 version 2.7.91

    I used this command line while generating files with gSOAP:

    wsdl2h -s -o fileName.h fileName.wsdl
    soapcpp2 -Ic:\dev\gsoap-2.7\import fileName.h

    I also checked the example that you suggested, it was simpler, than, what I am having problems with.

    I will try Yahoo group for gSOAP as well.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Confused about Memory
    By gL_nEwB in forum C++ Programming
    Replies: 22
    Last Post: 06-20-2006, 07:32 PM
  2. why wont this compile?!? :confused:
    By jdude in forum C++ Programming
    Replies: 5
    Last Post: 11-25-2004, 01:13 AM
  3. So Now Im getting confused?!?!?
    By zergdeath1 in forum C++ Programming
    Replies: 11
    Last Post: 03-06-2004, 05:41 PM
  4. confused.. in selecting my line of deapth
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-04-2003, 01:21 PM
  5. Extern Question, really confused
    By SourceCode in forum C Programming
    Replies: 10
    Last Post: 03-26-2003, 11:11 PM

Tags for this Thread