SOAP icon

SOAP

Facilitates access to methods and types exposed by SOAP WSDLs.

关于

SOAP provides an MCP server designed to simplify interaction with WSDL-based SOAP services. It operates by accepting a SOAP WSDL URL, subsequently exposing all methods and types defined within that WSDL. This functionality allows clients to effortlessly invoke these methods and examine their corresponding request and response structures, streamlining integration with complex SOAP APIs.

主要功能

  • Accepts SOAP WSDL URLs as input
  • Exposes all methods defined in WSDLs
  • Provides access to all types defined in WSDLs
  • Enables easy calling of SOAP methods
  • 0 GitHub stars
  • Allows inspection of request and response types

使用案例

  • Integrating with legacy or existing SOAP APIs
  • Simplifying client interactions with WSDL-defined services
  • Automating calls to SOAP endpoints in scripts or applications