Hello, I configured the following transport media in axis2.xml:
<transportReceiver name="https" class="axis2_http_receiver"> <parameter name="port" locked="false">6060</parameter> <parameter name="exposeHeaders" locked="true">false</parameter> </transportReceiver> <transportSender name="https" class="axis2_http_sender"> <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter> <parameter name="xml-declaration" insert="false"/> </transportSender> <parameter name="SERVER_CERT">/home/andi/axis2c/irond.pem</parameter> and since configuration of HTTP Authentication did not work via axis2.xml I defined it programatically in my client software using the Axis2/C API: axis2_options_set_http_auth_info(options, this->env, username, password, auth_type); which worked. Unfortunately all SOAP messages are now sent twice to the server. How can I fix this, preferably by defining the https transport programatically via the axi2 API? Best regards Andreas ====================================================================== Andreas Steffen andreas.stef...@strongswan.org strongSwan - the Linux VPN Solution! www.strongswan.org Institute for Internet Technologies and Applications University of Applied Sciences Rapperswil CH-8640 Rapperswil (Switzerland) ===========================================================[ITA-HSR]== --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org