Re: 答复: somebody can help me

2012-02-10 Thread Shameera Rathnayaka
Which version of axis2 you are using? because i tried with axis2 1.7 (trunk) it woks fine. city has assigned to null. i deployed my service as a pojo service. 2012/2/11 Shameera Rathnayaka > > > > On Sat, Feb 11, 2012 at 10:10 AM, bohr.qiu wrote: > >> Thanks Shameera Rathnayaka very much.

答复: somebody can help me

2012-02-10 Thread bohr.qiu
Thanks Shameera Rathnayaka very much. But I use wsdl2java generate client and invoke as follows: WeatherServiceStub.SetWeather setWeather = new SetWeather(); WeatherServiceStub.Weather weather = new Weather(); weather.setTemperature(20.3f);

Re: [Axis2] [Rampart] ws-trust negotiation and challenge extension support

2012-02-10 Thread Ruchith Fernando
Hi Filippo, On Fri, Feb 10, 2012 at 1:43 PM, FILIPPO AGAZZI wrote: > Thank you very much Ruchith! > I was successful in running your code! I think this could be a nice > beginning point. Do you think in this way i can add in > RequestSecuritTokenResponse exchanged by client and custom token issue

Re: [Axis2] [Rampart] ws-trust negotiation and challenge extension support

2012-02-10 Thread FILIPPO AGAZZI
Thank you very much Ruchith! I was successful in running your code! I think this could be a nice beginning point. Do you think in this way i can add in RequestSecuritTokenResponse exchanged by client and custom token issuer, any xml structure i need as child of RequestSecurityTokenResponse and then

Re: somebody can help me

2012-02-10 Thread Shameera Rathnayaka
hi , try with this http://www.w3.org/2003/05/soap-envelope";> http://service.pojo.sample";> http://data.pojo.sample/xsd";>rain http://data.pojo.sample/xsd";>1

somebody can help me

2012-02-10 Thread bohr.qiu
I create a webservice with axis2 like that: public void setWeather(@WebParam(name = "weather") Weather weather, @WebParam(name = "city") String city, @WebParam(name = "country") String country) { System.out.println("w