All topics

HTTP

14 articles tagged HTTP.

SOA Specs Visualized

  • SOA
  • SOAP
  • TLS / SSL

In a previous blog post, I listed a number of SOA Specs and Security Specs that I thought were important to be familiar with when working with DataPower and other SOA technologies. In this post, I made a quick (and dirty) Visio diagram that I tend to draw up on a whiteboard when I’m at a new client…

Read article: SOA Specs Visualized

Protocol Transformations

  • DataPower
  • Protocols
  • SOA

Previously, I wrote a Wire Protocols post that outlined the common protocols that I’ve encountered when working with ESBs and SOA technology-especially DataPower. A primary function of an ESB is to provide the ability to convert service requests between these different protocols in a mostly…

Read article: Protocol Transformations

Wire Protocols

  • ESB
  • Protocols
  • SOA

Like so much of our computer industry, the ecosystem around SOA has many acronyms, buzzwords, and phrases that are supposed to mean something. Likewise, this jargon may be poorly defined or ambiguous. The posts that I have made over the past few months are slowly building up a common vocabulary…

Read article: Wire Protocols

What is a Service Consumer?

  • REST
  • SOA
  • SOAP

A Service Consumer is any tier of an organization’s systems that calls web services. These services could be implemented by SOAP, REST, XML over HTTP, EJBs, JMS or MQ applications, RMI, RPC, invocation of COBOL programs on a mainframe with 3270 screen-scraping, communication over a custom TCP…

Read article: What is a Service Consumer?

Servlet Container Authentication

  • Authentication
  • J2EE / Jakarta EE
  • HTTP

There are three required authentication mechanisms supported by a compliant Servlet Container: HTTP Basic Authentication, Form-based Authentication, and CLIENT_CERT authentication. There is a fourth authentication method, DIGEST, that isn’t used very often in my experience. This final…

Read article: Servlet Container Authentication