Reg: Controlling methods exposed in the Webservice class

2011-10-31 Thread Abhijeet C Kale
Hi, Is there anyway to control the methods to be exposed in the web service class? I did not look much in the documentation for any support for annotations. Here is an eg, to elaborate on this. Class A is added to the service.xml as a parameter "ServiceClass". Class has methodA and method B

Reg: Bindings in the WSDL file

2011-10-31 Thread Abhijeet C Kale
Hi, I was wondering if there is any way to control the bindings exposed by wsdl file generated. Note: Axis2 latest release is used to expose the java methods as webservice. Has anybody tried doing this. We are hoping to expose only Soap Bindings for the web service implemented. Any help/comme

Axis2 SAML

2011-10-31 Thread noblecook
This message is pertaining to Axis2 configuration for SAML. What is the way in which to change the NameIdentifier Format FROM emailAddress (which is basically in DN format... I read there is a fix for this) to UNSPECIFIED. I would like to put programattically propagate a username to the target

AW: [axis2] HappyAxis.jsp found in error for axis2-1.6.1

2011-10-31 Thread Stadelmann Josef
No problem, you're welcome, I will file the JIRA tomorrow and place as a hint the one-liner solution, it's a real easy one. I just have no clue and no prives for delivering this fix Right into trunk sources, and hence have to use e-mailings. Josef -Ursprüngliche Nachricht- Von: Sagara G

Re: [axis2] HappyAxis.jsp found in error for axis2-1.6.1

2011-10-31 Thread Sagara Gunathunga
Hi Josef, It seems you got wrong interpretation about my suggestion or I wrote it in such way that :) There is no such demand or administrative requirements. We keep encouraging people to active on mailing list and provide patches regularly and become a part of the community and this is all abou

AW: [axis2] HappyAxis.jsp found in error for axis2-1.6.1

2011-10-31 Thread Stadelmann Josef
Sagara The fastest way to get that fixed is by one of the developers having svn https/checkout/commit privileges on the trunk sources of axis2 The corrective action required is given in my e-mail below. It's an easy one-liner as you can see below. THIS because I have never provided a patch file

Re: [axis2] HappyAxis.jsp found in error for axis2-1.6.1

2011-10-31 Thread Sagara Gunathunga
On Mon, Oct 31, 2011 at 4:09 PM, Stadelmann Josef wrote: > Just have just built very successfully axis2-1.6.1 from tags/1.6.1 > > Just deployed successfully to my local running Tomcat 6.0.26 on Vindos Vista > under JDK 1.5.0_26 > > And the validation page returns an error for the Version/getVersio

[axis2] HappyAxis.jsp found in error for axis2-1.6.1

2011-10-31 Thread Stadelmann Josef
Just have just built very successfully axis2-1.6.1 from tags/1.6.1 Just deployed successfully to my local running Tomcat 6.0.26 on Vindos Vista under JDK 1.5.0_26 And the validation page returns an error for the Version/getVersion Service when triggered by the Happyness Page And the stack trace re

Re: How to indicate in WSDL that the SOAP body in response is optional?

2011-10-31 Thread pymz
Did you try this option : < nillable="true" > Regards, Yashwanth Rajaram -X (yrajaram - Zensar at Cisco) wrote: > > Hi All: > > > > We are sending response back from our Axis2 based Webservice both in > SOAP header and in SOAP body. However we are not able to mark in WSDL > that the SOAP Bo