gsoap C server creation: help needed for newbie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vlrk
    New Member
    • Jan 2012
    • 1

    gsoap C server creation: help needed for newbie

    hello all,

    iam trying to write a soap server program , it would do following things.

    1. would listen on a specific port .
    2. would give responses to the soap request's , its reciveing on that port.

    i know that we have certain procedure when dealing with
    soap server.

    1. create .h file , which should contain the structes of the request.
    2. compile using stdsoap2 -c -S <header>.h for creating c related and Server side code.


    missing items for me is like , can i use the generic bind system call here or any soap_bind i have to use?

    Also i donot have clarity on what all should go into the .h strucutures is it only request, or even response .
    Should i also write the routines here, which would operate on this request's.

    if any body can refer a simpile gsoap server implementation code / similar to one which iam trying to do, would be really very very help full for me.

    thanks
Working...