Hi Alexandre,

The issue with WSDL generation has been fixed, if you could build Synapse
from the trunk you should be able to see this working. Also please follow
the comments on the JIRA [1] on configuring the service. You will need to
exclude the unconfigured transports by providing the set of transports on
which the service is exposed as follows;

<proxy name="test" transports="http https">.......</proxy>

or you will have to configure all the transports by providing the necessary
parameters.

[1] - https://issues.apache.org/jira/browse/SYNAPSE-267

Thanks,
Ruwan

On Wed, Apr 9, 2008 at 11:11 PM, Ruwan Linton <[EMAIL PROTECTED]>
wrote:

> Hi Alexandre,
>
> It seems like an issue which has been introduced by the migration of the
> axis2 version from 1.4 to SNAPSHOT. Can you please raise a JIRA for this. We
> will fix this ASAP....
>
> Thanks,
> Ruwan
>
>
> On Wed, Apr 9, 2008 at 9:28 PM, alexandre_garino <
> [EMAIL PROTECTED]> wrote:
>
> >
> > Hi,
> >
> > I built synapse from the rev 646352. I set up a new proxy from this xml
> > fragement.
> >
> >    <proxy name="KpsProxy" transports="http" startOnLoad="true">
> >        <target>
> >            <inSequence>
> >                <send>
> >                    <endpoint>
> >                        <address uri="https://www.xxxxx.xxx/kps.asmx";>
> >                            <enableAddressing/>
> >                            <enableSec policy="policy.kps"/>
> >                        </address>
> >                    </endpoint>
> >                </send>
> >            </inSequence>
> >            <outSequence>
> >                <send/>
> >            </outSequence>
> >        </target>
> >        <publishWSDL uri="https://www.xxxxx.xxx/kps.asmx?wsdl"/>
> >    </proxy>
> >
> > When I retrieve the WSDL through synapse (e.g.
> > http://10.130.30.202:8080/soap/KpsProxy?wsdl) I noticed that the service
> > element is not properly updated. Location attributes remain unchanged.
> >
> > <wsdl:service name="KpsProxy">
> > <wsdl:port name="KPSSoap" binding="tns:KPSSoap">
> > <soap:address location="https://www.xxxxx.xxx/kps.asmx"; />
> > </wsdl:port>
> > <wsdl:port name="KPSSoap12" binding="tns:KPSSoap12">
> > <soap12:address location="https://www.xxxxx.xxx/kps.asmx"; />
> > </wsdl:port>
> > </wsdl:service>
> >
> > I guess this is a regression because that works fine with synapse 1.1.1
> > release.
> >
> > Regards,
> > Alexandre
> >
> > --
> > View this message in context:
> > http://www.nabble.com/WSDL-Generation-tp16588436p16588436.html
> > Sent from the Synapse - User mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Ruwan Linton
> http://www.wso2.org - "Oxygenating the Web Services Platform"




-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Reply via email to