# wsdl2cpp **Repository Path**: redsky1989/wsdl2cpp ## Basic Information - **Project Name**: wsdl2cpp - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-15 - **Last Updated**: 2025-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A cpp client/server code generator for SOAP 1.2 services defined via WSDL This project is in the early development stage and after a long break is receiving active attention. Due to multiple significant periods of inactivity, the development has become more formailzed to facilitate continued progress through future breaks. Specifically Unit testing has become a significant focus. This project was started due to the significant lack of a good open source solution for C++ code generators for SOAP 1.2 ### The current build status - Linux CI [![Build Status](https://secure.travis-ci.org/Foran/wsdl2cpp.png?branch=master)](https://travis-ci.org/Foran/wsdl2cpp) - Coverity [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/11954.svg)](https://scan.coverity.com/projects/foran-wsdl2cpp) - Code Coverage [![Coverage Status](https://coveralls.io/repos/github/Foran/wsdl2cpp/badge.svg?branch=master)](https://coveralls.io/github/Foran/wsdl2cpp?branch=master) ## Build Tools This project is built with Google's [Bazel](http://bazel.build) (a build management system).