yes..experience has shown chunking only works on a HTTP 1.1. connection

here is a test client which specifically sets HTTP1.1 protocol as an option for 
the serviceClient sender object..


        OMElement payload = TestingUtils.createDummyOMElement();
        Options options = new Options();
        options.setTo(targetEPR);
        options.setTransportInProtocol(Constants.TRANSPORT_HTTP);
        options.setProperty(HTTPConstants.HTTP_PROTOCOL_VERSION, 
HTTPConstants.HEADER_PROTOCOL_11);

        ConfigurationContext configContext =
                
ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, 
null);
        ServiceClient sender = new ServiceClient(configContext, null);
        sender.setOptions(options);

        OMElement result = sender.sendReceive(payload);


HTH
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

> Date: Tue, 30 Mar 2010 08:16:44 -0700
> From: [email protected]
> To: [email protected]
> Subject: Consulting help ($) needed to resolve Axis2 issue
> 
> 
> Need to get Axis2 based web service up and running. Having problem and can
> pay for help. Issue involves IIS + isapi_redirector + tomcat and Axis2. 
> Can read about full problem at:
> 
> http://old.nabble.com/Axis2-with-SSL-gives-AxisFault-td28053938.html
> 
> Feel free to contact me directly.
> 
> Mike
> -- 
> View this message in context: 
> http://old.nabble.com/Consulting-help-%28%24%29-needed-to-resolve-Axis2-issue-tp28084056p28084056.html
> Sent from the Axis - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
                                          
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/210850553/direct/01/

Reply via email to