On Wed, Mar 23, 2011 at 9:04 AM, Jorge Infante Osorio <[email protected]>wrote:
> Something like this?? > > <?xml version="1.0" encoding="UTF-8"?> > <proxy xmlns="http://ws.apache.org/ns/synapse" > name="HelloServiceProxySecure" transports="https" startOnLoad="true" > trace="enable" statistics="enable"> > <target inSequence="log_UT"> > <endpoint > name="endpoint_urn_uuid_4FBB458E2F86022A7D92879324840454136108954"> > <address uri="http://192.168.231.1:9763/services/HelloService"> > <enableAddressing/> > <timeout> > <duration>30000</duration> > <action>fault</action> > </timeout> > </address> > </endpoint> > </target> > <publishWSDL > uri="http://192.168.231.1:9763/services/HelloService?wsdl"/> > <policy > > key="conf:/repository/axis2/service-groups/HelloServiceProxySecure/services/ > HelloServiceProxySecure/policies/UTOverTransport"/> > <parameter > > name="ADDRESSING_REQUIREMENT_PARAMETER">addressingRequirementParameter</para > meter> > <enableSec/> > </proxy> > like this <parameter name="addressingRequirementParameter">required</parameter> thanks, Amila. > > Jorge. > > De: Amila Suriarachchi [mailto:[email protected]] > Enviado el: martes, 22 de marzo de 2011 2:31 > Para: Jorge Infante Osorio > Asunto: Re: [Carbon-dev] force the use of ws-addressing in service clients > > you can use service dash board to add parameters. > > or you can give parameters as given here[1]. > > thanks, > Amila. > > [1] > http://wso2.org/project/esb/java/3.0.1/docs/samples/transport_samples.htm > l#Sample254 > On Tue, Mar 22, 2011 at 11:41 AM, Jorge Infante Osorio <[email protected]> > wrote: > Amila, in my case the service is a data service that are expose using a > proxy service. > How can I do that? > > Jorge. > > De: Amila Suriarachchi [mailto:[email protected]] > Enviado el: martes, 22 de marzo de 2011 0:39 > Para: [email protected] > CC: Jorge Infante Osorio > Asunto: Re: [Carbon-dev] force the use of ws-addressing in service clients > Add set this parameter to true in your service. > > static final String ADDRESSING_REQUIREMENT_PARAMETER = > "addressingRequirementParameter"; > > thanks, > Amila. > On Mon, Mar 21, 2011 at 9:43 PM, Jorge Infante Osorio <[email protected]> > wrote: > Hi all. > How I can $subject? > > I need that my client use ws-addressing in it calls. > > Regards, > Ing. Jorge Infante Osorio. > J´Dpto Soluciones SOA. > CDAE. > UCI > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
