# gsoap を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

gsoap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gsoap
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gsoap
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gsoap
```

  証拠: MacPorts ports tree: devel/gsoap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gsoap
```

  証拠: Alpine Linux edge package indexes: gsoap from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gsoap
```

  証拠: Debian stable package indexes: gsoap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gsoap
```

  証拠: Fedora Rawhide package metadata: gsoap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gsoap
```

  証拠: nixpkgs package indexes: pkgs/by-name/gs/gsoap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gsoap
```

  証拠: Arch Linux sync databases: gsoap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gsoap-devel
```

  証拠: openSUSE Tumbleweed package metadata: gsoap-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:gsoap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.8.144
- **ソース概要:** SOAP stub and skeleton compiler for C and C++
- **ホームページ:** <https://www.genivia.com/products.html>
- **最終更新:** 2026-07-26T17:52:13Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- soapcpp2 (エイリアス)
- wsdl2h (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.8.144
## プロジェクトの歴史と使われ方

gSOAP is Genivia's C and C++ toolkit for SOAP/XML web services, XML data bindings, and related generated-code workflows. Its best-known tools, wsdl2h and soapcpp2, convert WSDL, XML Schema, and C/C++ interface declarations into client, server, serializer, and binding code.

The project belongs to a particular era of web-service infrastructure: SOAP, WSDL, WS-* protocols, XML Schema, and C/C++ systems that needed generated interoperable bindings rather than hand-written XML processing.

### プロジェクトの歴史

Genivia's resource page says gSOAP was first introduced in 1999 as a research project at Florida State University. The original idea was generic XML communication through type-safe data binding between XML schema types and C/C++ data types, using a domain-specific C compiler to generate conversion code.

The toolkit then grew to support SOAP web-services messaging, giving rise to the name gSOAP, for generic XML and SOAP. Genivia says further development under Genivia Incorporated added WSDL and XML Schema processing in 2003, WS-* protocol capabilities, XML-RPC messaging, JSON, a stand-alone web server, and other features.

The public changelog begins with version 1.1 on 2000-01-01, adding typedef conventions, enumerations, binary encodings, pass-by-reference output parameters, and class method specification. Version 1.2 in 2001 added a WSDL generator, and the 2001 line also added a Win32 port and HTTP/1.1 chunked-transfer support.

Genivia's product page frames gSOAP as a dual-licensed product family: a GPLv2 open-source edition for GPL-compatible projects and commercial EULA editions for proprietary products. That licensing split is central to how the software has been packaged and adopted.

### 採用の歴史

gSOAP adoption followed enterprise and embedded C/C++ web-service needs. Genivia says the software has driven systems for more than two decades in industries including financial, telecom, health, automotive, defense, energy, and publishing.

The product page lists a broad customer snapshot, including technology, telecom, finance, industrial, medical, defense, and public-sector organizations. Even without treating that list as endorsements, it shows the project's target market: organizations with C/C++ codebases that needed SOAP/XML interoperability.

The toolkit also became part of package-manager culture because it installs real developer tools rather than only a library. Packagers expose wsdl2h and soapcpp2 so developers can generate sources during builds or development workflows.

### 使われ方

A common gSOAP flow starts with wsdl2h, which converts WSDL or XML Schema into C/C++ declarations, followed by soapcpp2, which generates serializers, client proxies, server skeletons, namespace maps, and WSDL output from an interface header.

The user guide shows the reverse direction as well: developers can define a C or C++ service interface header, run soapcpp2, compile the generated server code with libgsoap or stdsoap2 sources, and deploy through CGI, FastCGI, a stand-alone HTTP server, Apache, or IIS modules.

### パッケージ好きにとっての重要性

gSOAP is package-nerd significant because it is one of those tools that turns network protocol schemas into source code during a build. Its package has to ship code generators, import files, runtime libraries, samples, and documentation in a way that works for C and C++ projects.

It also represents the long tail of SOAP/XML infrastructure. Even as many new APIs moved to JSON/REST styles, gSOAP stayed relevant where standards such as WSDL, WS-Security, WS-Addressing, WS-ReliableMessaging, ONVIF, HL7, FHIR, ISO 20022, SWIFT, XBRL, and enterprise service stacks remain important.

### タイムライン

- 1999: Introduced as a Florida State University research project for generic XML communication and type-safe C/C++ data binding.
- 2000: Version 1.1 appeared in the public changelog.
- 2001: Version 1.2 added a WSDL generator, followed by a Win32 port in 1.2w.
- 2003: Genivia describes new WSDL and XML Schema processing capabilities under its development.
- 2008: Genivia and collaborators published a journal article describing a framework for service-oriented computing with C and C++ web-service components.
- 2020s: Genivia describes the toolkit as a mature source base maintained since 2001 and used across many industry sectors.

### Related projects

- WSDL, XML Schema, SOAP, WS-Security, WS-Addressing, WS-ReliableMessaging, XML-RPC, JSON, Apache, IIS, cURL, and WinInet are all named by Genivia as standards or integration targets around gSOAP.
- RE/flex and ugrep are other Genivia projects, but gSOAP's closest technical relatives are SOAP stacks and XML data-binding tools for other languages.

### ソース

- <https://www.genivia.com/changelog.html>
- <https://www.genivia.com/dev.html>
- <https://www.genivia.com/doc/guide/html/index.html>
- <https://www.genivia.com/products.html>
- <https://www.genivia.com/resources.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - gsoap - 2.8.135-2: normalized package name match | Debian stable package indexes: gsoap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Stub generators for gSOAP | https://gsoap2.sourceforge.net/
- Debian apt - gsoap-doc - 2.8.135-2: normalized package name match | Debian stable package indexes: gsoap-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gSOAP documentation | https://gsoap2.sourceforge.net/
- Debian apt - libgsoap-2.8.135 - 2.8.135-2: normalized package name match | Debian stable package indexes: libgsoap-2.8.135 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Runtime libraries for gSOAP | https://gsoap2.sourceforge.net/
- Debian apt - libgsoap-dev - 2.8.135-2: normalized package name match | Debian stable package indexes: libgsoap-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development libraries and headers for gSOAP | https://gsoap2.sourceforge.net/
- Nix - gsoap: normalized package name match | nixpkgs package indexes: pkgs/by-name/gs/gsoap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gsoap - 2.8.132-2.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gsoap from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Stub generators for gSOAP | https://gsoap2.sourceforge.net/
- Ubuntu apt - gsoap-doc - 2.8.132-2.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gsoap-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | gSOAP documentation | https://gsoap2.sourceforge.net/
- Ubuntu apt - libgsoap-2.8.132t64 - 2.8.132-2.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgsoap-2.8.132t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Runtime libraries for gSOAP | https://gsoap2.sourceforge.net/
- Ubuntu apt - libgsoap-dev - 2.8.132-2.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgsoap-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development libraries and headers for gSOAP | https://gsoap2.sourceforge.net/
- apk - gsoap - 2.8.139-r0: normalized package name match | Alpine Linux edge package indexes: gsoap from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cross-platform C and C++ SDK for SOAP/XML Web services | https://www.genivia.com/dev.html
- apk - gsoap-dev - 2.8.139-r0: normalized package name match | Alpine Linux edge package indexes: gsoap-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cross-platform C and C++ SDK for SOAP/XML Web services (development files) | https://www.genivia.com/dev.html
- apk - gsoap-tools - 2.8.139-r0: normalized package name match | Alpine Linux edge package indexes: gsoap-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cross-platform C and C++ SDK for SOAP/XML Web services (tools) | https://www.genivia.com/dev.html
- dnf - gsoap - 2.8.142-3.fc45: normalized package name match | Fedora Rawhide package metadata: gsoap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Generator Tools for Coding SOAP/XML Web Services in C and C++ | https://gsoap2.sourceforge.net/
- dnf - gsoap-devel - 2.8.142-3.fc45: normalized package name match | Fedora Rawhide package metadata: gsoap-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Devel libraries and headers for linking with gSOAP generated stubs | https://gsoap2.sourceforge.net/
- dnf - gsoap-doc - 2.8.142-3.fc45: normalized package name match | Fedora Rawhide package metadata: gsoap-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for gSOAP | https://gsoap2.sourceforge.net/
- pacman - gsoap - 2.8.144-1: normalized package name match | Arch Linux sync databases: gsoap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++ | https://sourceforge.net/projects/gsoap2/


## Combined YAML source

View the package source record on GitHub. [combined/gsoap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gsoap.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
