Skip to content

Instantly share code, notes, and snippets.

View ikromnurrohim's full-sized avatar
:shipit:
I'm good

Ikrom Nur Rohim ikromnurrohim

:shipit:
I'm good
View GitHub Profile
@ikromnurrohim
ikromnurrohim / Webmethods Integration Server.md
Created August 11, 2023 14:06
Webmethods Integration Server

Integration Capabilities

  • Robust Runtime : Bedrock for reliable execution, available as both server and microservices
  • Services : Everything is a service are independent of connectivity and protocol; i.e., the same service can be called via HTTP/JSON or even SFTP/XML
  • Connectivity : Connect to wide range of on-premise applications and SaaS platforms quickly via fully supported connector ADK (adapter development kit) for creating custom connectors
  • Monitoring : End-to-end traceablity of service execution including filtering, resubmissions and tracking accros asynchronously calls, with both modern UI and API access
  • Developer Tooling : Developing tool to design, develop and test

be awar if integration server shutdown improperly it's possible that Tanuki wrapper files will be left behin, and prevent the IS server starting again ... therefore delete ".lock" and "wrapper.anchor" within that folder SAG_Dir/profiles/IS_ _instance_name/bin

@ikromnurrohim
ikromnurrohim / Webmethods API Management Basic.md
Created November 10, 2022 16:29
Webmethods API Management Basic

Webmethods API Management Basic

Why You need API Management

  • Secure the Access
  • Distinguish between internal and external consumer
  • Transform data, results and protocol (wsdl to rest API)
  • Archive Scalling and Load Balancing
  • Monitor the Access
  • Monetize
@ikromnurrohim
ikromnurrohim / Webmethods API Management Platform.md
Last active March 11, 2025 02:02
Webmethods API Management Essentials

Webmethods API Management Essentials

API Management

Applications Programming Interface

  • Allow connecting applications or computer systems in a standardized and flexible way
  • Enable exposing data functionality in web apps, mobile apps, and other connected devices
  • APIs provide new models for doing business
  • Transform the Internet into a platform for your business
  • API Economy - Value Creation API Provider -> App Developer -> App User | the user will be return the value off API Provider and we can monitize invocation of our APIs
  • API Portal
@ikromnurrohim
ikromnurrohim / Webmethods API Management Security.md
Created November 10, 2022 16:27
Webmethods API Management Security

Webmethods API Management Security

The Four Pillars of API Security

Authentication The process of verifying the identity or other attributes of a user, user device, or other entity. This is a prerequisite of authorization.

Authorization Access privilages granted to a user, program or process.

Confidentiality