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

How to validate SAML2.0 with axis2

2011-10-26 Thread pymz
Hi, In my project i have to validate a saml2.0 assertion included in the soap header. This assertion comes from a client, so I just some example of the structure. After lot time passed on google/forums etc, I don't really find a good doc/exemple to validate an assertion. I just find some informa