Skip to main content
Summary Does Artix support HTTP GET/POST request
Article Number 16846
Environment All Supported Operating Systems Artix 5.x
Question/Problem Description Does Artix support HTTP GET/POST request
Does Artix provide any library/api to call another pure http non-SOAP service?
Clarifying Information
Error Message
Defect/Enhancement Number
Cause
Resolution

Artix JAX-RPC and JAX-WS are a SOAP stack, not HTTP servers. You cannot pass extra HTTP GET/POST parameters to it, nor be able to process HTTP
GET/POST parameters.
However, Artix include also JAX-RS implementation which is a REST implementation. REST allows to send and receive XML messages, using HTTP
GET/POST, and extract its parameters. JAX-RS is accessible using API, and can be accessed from any JAVA code, including servlets.

A working example is located at <artix>/java/samples/basic/restful_dispatch. The demo illustrates the Artix REST capabilities.

Workaround
Notes
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 10 September 2011

#KnowledgeDocs
#Orbix