Tue 7.01

From VCGR Wiki

Jump to: navigation, search

Questions

Message is wrapped in soap, so how to set namespaces for soap message? What if I want to reuse the WSA namespace used in the <header>? there must be some global!

The payload is the <body> of the soap message.
  • difference between setting SOAP action and WS addressing action elements?
  • Use SOAP 1.1 or 1.2?: 1.2 is used in RNS Spec; this is also the default for Axis2/C
  • How to compile client service?
 gcc -o rnsClient -I$AXIS2C_HOME/include/axis2-1.4.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver RNSClient.c -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib
  • How to specify where source code is located for service? Do we need this if we have the .so file in the service folder?


Important Headers

  • axiom_soap_const.h: SOAP constant definitions
  • axis2_addr.h: WS-Addressing constant definitions
Personal tools