You could find examples of header manipulation in the bpel files under axis2-war/src/test/resources/** Look for instance into: TestHttpBindingExt_DELETE/http-binding-ext-DELETE.bpel search for header="User-Agent" TestSoapHeader/HeaderTest.bpel
For basic auth, there is a unit test: axis2-war/src/test/java/org/apache/ode/axis2/EndpointConfigurationTest.java [1] The bpel used is: axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.bpel [1] [1] http://jukka.zitting.name/git/?p=ode.git;a=blob;f=axis2-war/src/test/java/org/apache/ode/axis2/EndpointConfigurationTest.java;h=7cffdae5d523e50d82a39b61b591cc00d3ffff24;hb=refs/heads/APACHE_ODE_1.X [2] http://jukka.zitting.name/git/?p=ode.git;a=blob;f=axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.bpel;h=3b1bbfe4d5696c67cc1214af2e1d078af8eac6a1;hb=refs/heads/APACHE_ODE_1.X#l73 Alexis On Wed, Feb 25, 2009 at 6:21 AM, Martin Samm <[email protected]> wrote: > I've seen this posting: > > > http://mail-archives.apache.org/mod_mbox/ode-user/200809.mbox/%[email protected]%3e > > But does anyone have any examples of using it? > > Thanks > > Martin Samm > > ________________________________ > The information in this message is confidential and may be legally > privileged. It is intended solely for the addressee. Access to this message > by anyone else is unauthorised. If you are not the intended recipient, any > disclosure, copying, or distribution of the message, or any action or > omission taken by you in reliance on it, is prohibited and may be unlawful. > Please immediately contact the sender if you have received this message in > error. > > The views and opinions expressed in this email may not reflect the views > and opinions of any member of Lagan Technologies Limited, or any of its > subsidiaries. > > Lagan Technologies Limited is a company registered in Northern Ireland with > registration number NI 28773. The registered office of Lagan Technologies > Limited is 209 Airport Road West, Belfast, Co. Antrim, BT3 9EZ. > >
