The process for building outbound connectors is briefly:
Each of the above steps is explained in more detail in the sections that follow. To better understand the process just outlined the following illustrates the structure of directories and files used.
+ EJBServer
+ build
+ svr
+ wsc2
+ <service_name>
- <service_name>.wsdl - where modeled service
WSDL files are built to
+ jav
+ src
+ wsconnector - default location for
generated stub source;
override with property
axis2.java.outdir
+ wsconnector - default location for
compiled stub code;
override, with axis2.
extra.wsdl2java.args
property
+ components
+ custom
+ axis
- ws_outbound.xml - where you identify
your WSDL files as
below
+ <service_name>
+ <service_name>.wsdl - where you might copy a
WSDL file as pointed to
by ws_outbound.xml