Progress
- Created input and output streams for xml data
- Set up a message context
- Now works for simple http POST request containing xml file of request
Next goal
- Implement all requests for REST functionality
Debug dump on invoking echo service through CGI
Using endpoint : http://localhost/cgi-bin/axis2.cgi/services/echo
- [Thu Jul 3 14:59:46 2008] [debug] phase.c(121) axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase Transport
- [...]
Sending OM : <ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/services/echo"><text>Hello World!</text></ns1:echoString>
- [...]
Received OM : <ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples"><text>Hello World!</text></ns1:echoString>
- echo client invoke SUCCESSFUL!