RE: getRSTTemplate()

2010-07-15 Thread Martin Gainty
//take a look at RahasData rstElement which has everything you need this.rstElement = this.inMessageContext.getEnvelope().getBody().getFirstElement(); //rstElement has the EPR OMElement appliesToElem = this.rstElement .getFirstChildWithName(new QName(RahasConstants.WSP_

getRSTTemplate()

2010-07-15 Thread Adharmag
Hi All, When trying to get a token from the STS, we create the RST Template using the getRSTTemplate where we set the SAML version, keytype and keysize. I was wondering if there is a possibility where instead of providing the SAML version, keytype, keysize etc, we provide a endpoint reference an

Namespaces for attributes

2010-07-15 Thread Dave Cherkassky
Here's something unexpected -- perhaps someone can explain... 1) The XSD is: http://springboardproducts.com/rram-json/2009/11/11/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:rram-json="http://springboardproducts.com/rram-json/2009/11/11/";> ... ...

Re: org.apache.axis2.AxisFault: address-to-webservice.org

2010-07-15 Thread Tharindu Mathew
Hi Glen, Could you paste the complete stack trace? It's hard to figure out what's going on by just looking at that line. Also, details about what exactly you are doing and the environment you are in may also help. -- Regards, Tharindu

org.apache.axis2.AxisFault: address-to-webservice.org

2010-07-15 Thread Glen
Hi all, I'm trying to write my first Axis client and I'm getting the following error message. Do you have any ideas what it means? org.apache.axis2.AxisFault: address-to-webservice.org Thanks, Glen - To unsubscribe, e-mail: ja