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 :
- apache cxf
- axis2/c
- gsoap
??
thanks in advance :)
apache cxf - no. it's written on java , can't write web services on c using cxf (jni not idea in case).
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.
gsoap - yes. it's not trivial possible.
Comments
Post a Comment