Red Hat Claims Patent On SOAP Over CGI
WMGarrison writes "US Patent 7453593 claims command-line processing by a web server of SOAP requests, resulting in XML responses, from and to a remote client. The HTTP Common Gateway Interface (CGI) operates precisely as described in Claim 1. If you POST a SOAP document and return an XHTML response or a SOAP document, this infringes Claim 2, since both XHTML and SOAP are XML languages. This patent thus claims to own the processing of SOAP documents by CGI programs."
All of the various "free patents" sites are pure spam. The USPTO, like many other patent offices around the world, lets you view patents online for free - including free from ads.
In this particular case, you can read the patent here, straight from the horse's mouth.
A circular load bearing device where a bent-wood rim is suspended around a hub with wooden segments of equal length. This is useful as a method of facilitating the motion of wagons, chariots and the like. Optionally a metal (bronze or iron) rim can be placed around the wooden rim adding greater durability at the expense of weight.
LedgerSMB: Open source Accounting/ERP
Bilski doesn't apply here, as the In Re Bilski ruling only applies to Process claims. The claims in question are directed to a system.
You are aware they aren't patenting things to prevent others from using those concepts or to change a fee to use the process. Instead they are doing it as a defensive measure against the likes of SCOs, M$ and greedy lawyers. They aren't patent trolls, they are protecting themselves and the Linux.
You don't need a patent for that just prior art in the wild
Oh how adorable!
Is your mommie a lawyer? You should ask her to read their patent promise to you one night before bed.
In particular, she could explain to you the difference between "patent litigation" and a patent re-examination. They are not the same thing (yes, I'm ignoring ex parte vs. inter partes).
The phrase you refer to means that the license for a third party to use the patents is terminated if that third party attempts to sue the holder over any other software patent.
Ps. it's "renege".
I've been using such a command called bric_soap in Bricolage (Perl-based CMS) for the last six years at least.
Introduced in 2002: ViewVC
An example (see the API docs, navigate to bin -> bric_soap ...): "Republish all published stories. This is useful when a template change needs to be reflected across a site. The sort -k2 -t_ -n is a crude way to make sure that newer stories overwrite older ones."
bric_soap story list_ids --search publish_status=1 | sort -k2 -t_ -n | bric_soap workflow publish -
http://www.redhat.com/legal/patent_policy.html
Police State UK - news and
A patent is not infringed upon unless all claims within the patent are infringed upon. The slashdot submission does not take into account the other claims in the patent.
Of course, that doesn't really matter, because there are numerous prior art implementations of a CLI integrating to SOAP for something like this. For example, IBM WebSphere Portal has an xmlaccess command line utility that does exactly this.