Sihem

I think I know the problem. I'm not sure our NIO transport correctly handles
the 302 redirect. However, you might be able to workaround this with a minor
mod to your synapse config.

Please add a / to the address at the end:

<definitions xmlns="http://ws.apache.org/ns/synapse";>
   <proxy name="CalculatorProxy" transports="http">
       <target>
           <endpoint>
               <address uri="http://localhost:8080/CalculatorWSApplication/"/>
<!-- note extra / at the end -->
           </endpoint>
                       <outSequence>
                               <send/>
                       </outSequence>
       </target>
       <publishWSDL uri="file:repository/conf
/sample/resources/proxy/CalculatorWSService.wsdl"/>
   </proxy>
</definitions>

Also could you please raise a JIRA about redirects?

Thanks

Paul



On Nov 19, 2007 5:12 PM, Paul Fremantle <[EMAIL PROTECTED]> wrote:

> I don't see the attachment - maybe its still in another slower email.
>
> Paul
>
> On Nov 19, 2007 5:06 PM, Sihem <[EMAIL PROTECTED] > wrote:
>
> > sent in attachment
> > Thanks!
> > Sihem
> >
> > ------------------------------
> > Ne gardez plus qu'une seule adresse mail ! Copiez vos 
> > mails<http://www.trueswitch.com/yahoo-fr/>vers Yahoo! Mail
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> Paul Fremantle
> Co-Founder and VP of Technical Sales, WSO2
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> [EMAIL PROTECTED]
>
> "Oxygenating the Web Service Platform", www.wso2.com
>



-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

Reply via email to