axis2 client with RPC encoded axis server side

2011-03-29 Thread Bartolomeo Nicolotti
Hello, I've the attached wsld that's for an RPC encoded service generated with axis (not2): I generated the client with this command: wsdl2java.sh -uri WsUtiPratica.wsdl --noBuildXML -s -d xmlbeans -sp -o . then in java I've this code: WsUtiPraticaServiceStub wsutiprat

Re: Exclude operations programmatically

2011-03-29 Thread Deepal jayasinghe
have a look the following article http://wso2.org/library/2060 Deepal > Hi All, > > Is there a way in axis2 to programmatically exclude some operations of > a service? > In my project I am creating my services programmatically and I want to > exclude some of the operations. > > Regards, > Adit

JIBX Cannot unwrap element Error

2011-03-29 Thread Software Developer
I am unable to create JIBX Client of a web service. Whereas I am able to create ADB client of the same web service. I get following exception when attempting to create JIBX client: --

Re: Unable to Create XMLBean Client

2011-03-29 Thread robert lazarski
On Tue, Mar 29, 2011 at 5:00 AM, Dawood Liaqat wrote: > I am unable to create XMLBean Client of a web service. Whereas I am able to > create ADB client of the same web service. I get following exception when > attempting to create XMLBean client: > > ESP.V1.xsd:2:1: error: sch-props-correct.2: Du

Axis2 Duplicat e global element Error

2011-03-29 Thread Software Developer
I am unable to create XMLBean Client of a web service. Whereas I am able to create ADB client of the same web service. I get following exception when attempting to create XMLBean client: -

Re: Exclude operations programmatically

2011-03-29 Thread Sanka Samaranayake
On Tue, Mar 29, 2011 at 6:16 AM, aditya chitre wrote: > Hi All, > > Is there a way in axis2 to programmatically exclude some operations of a > service? > In my project I am creating my services programmatically and I want to > exclude some of the operations. AxisService service = .. ; QName opNam

Unable to Create XMLBean Client

2011-03-29 Thread Dawood Liaqat
I am unable to create XMLBean Client of a web service. Whereas I am able to create ADB client of the same web service. I get following exception when attempting to create XMLBean client: C:\axis2-1.5.4\bin>wsdl2java -uri http://192.168.3.94/PSIGW/PeopleSoftServiceLis teningConnector/SAD_ADMISSION

Re: Axis2 won't respond to empty SOAP body

2011-03-29 Thread enrique_s
enrique_s wrote: > > hi, i have wsdl-generated a web service that should respond to a certain > incoming SOAP message > > the thing is that incoming message has no body parts, info is in header, > and Axis2 won't let me process it or respond in the skeleton, and ALWAYS > ends up with (whatever

Re: Generating WSDL for custom rampart policy token

2011-03-29 Thread shyameniw
Hi, Amila, i want to use it as an alternative to UsernameToken. I have implemented this custom token in rampart-policy and build rampart-policy jar with it and i have successfully used this token and generate client requests too. Now i want to develop a service that accepts for such token. I think