cxf - Is it possible to create a SOAP web service in C/C++ over HTTP? -


is possible create soap web services (not client) on http in c or c++, respects wsdl contract, using these frameworks/libraries :

  1. apache cxf
  2. axis2/c
  3. gsoap

??

thanks in advance :)

  1. apache cxf - no. it's written on java , can't write web services on c using cxf (jni not idea in case).

  2. axis2/c - yes! it's web service framework written on c. it's 1 of powerful web services frameworks c. can write web services scratch or generate wsdl. plain c , may need write code start working. provide more convenient interface web services engine may want use wrapper wso2 or staff. details please see answer here.

  3. gsoap - yes. it's not trivial possible.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -