Re: Rampart question: WSS Policy in WSDL

2011-01-06 Thread Nandana Mihindukulasooriya
Hi Nick, A small further clarification. > If embedding WS Security Policy inside WSDL, does it contribute anything to >> client stub and server skeleton code generation via wsdl2java? And how? >> > Yes. It does. If you embed the security policy in the WSDL and generate the client sub, it wi

Re: Rampart question: WSS Policy in WSDL

2011-01-06 Thread Amila Jayasekara
Hi ND, Some answers inline. Thanks AmilaJ On Thu, Dec 9, 2010 at 1:39 AM, Nick Duan A-CTR < nick.duan@technicacorp.com> wrote: > Is including WS security policy in WSDL still required in Rampart 1.5? > It looks like, based on the samples I saw, that client is able to retrieve > policy direct

aspx service parameter error

2011-01-06 Thread Risto Alt
Hi, I have a strage problem. I need to invoke a .aspx webservice from Java. Everything works fine for service methods that don't take any parameters. But for methods that need some input parameter I get an error that system can't find provided parameter. Does anyone know what can be the problem

.NET service problem

2011-01-06 Thread Jan Agermose
hi New to WS and Java im a bit on deap water :) Im trying to have my IntelliJ create a Java client for a webservice http://order.ws.ao.dk/ExternalOrderService.svc?WSDL When I select "Axis" client it fails at all. When I try JAXWS it does actually create a client for me... ok, so the que

TransportOutDescription problem while logging in : NullPointerException

2011-01-06 Thread fire fox
Hi all,  Details: partner.wsdl, Axis2., Salesforce API [I think problem is generic to Axis2]  1) Code used to login : - created stub by passing endpointurl - set HTTPConstants properties/options for stub, after creation - called stub.login by passing (Login, null, CallOptions (did set client I

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Afkham Azeez
Yes, I searched the entire Axis2 code base for the typo 'charactors' and could not find any code having that string. On Thu, Jan 6, 2011 at 4:47 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Looks like custom error from your service. > > ** > Martin > > 2011/1/6 Chinmoy Chakra

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Chinmoy Chakraborty
But I see *AXIS2-4370 in jira...and in Axis2 1.4 it was fine...* * * * * *** * On Thu, Jan 6, 2011 at 4:47 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Looks like custom error from your service. > > ** > Martin > > 2011/1/6 Ch

Re: Date string can not be less than 19 charactors

2011-01-06 Thread Martin Makundi
Looks like custom error from your service. ** Martin 2011/1/6 Chinmoy Chakraborty : > Hello, > I am getting error "date string can not be less than 19 charactors" while > returning a date from a published service. I am using Axis2 1.5.1. > Could anyone give me a pointer about what causes this err

Date string can not be less than 19 charactors

2011-01-06 Thread Chinmoy Chakraborty
Hello, I am getting error "date string can not be less than 19 charactors" while returning a date from a published service. I am using Axis2 1.5.1. Could anyone give me a pointer about what causes this error? Chinmoy