Hi Amila, I was able to run sample 750 manually. Initially it gave me an exception saying some resources were missing. After consulting this for a while saw that there should've been a minor change in the path to transform.xslt and transform_back.xslt. To be precise
changed <localEntry key="xslt-key-req" src="file:repository/samples/resources/transform/transform.xslt"/> <localEntry key="xslt-key-back" src="file:repository/samples/resources/transform/transform_back.xslt"/> to <localEntry key="xslt-key-req" src=file:repository/conf/sample/resources/transform/transform.xslt"/> <localEntry key="xslt-key-back" src="file:repository/conf/sample/resources/transform/transform_back.xslt"/> and it was sucessful. Thanks! Gayan On Sat, Mar 17, 2012 at 10:57 AM, Gayan Dhanushka <[email protected]>wrote: > Hi Amila, > > Thanks for the reply. Looked at [1] that you sent me and it was really > helpful. I guess I should move on with the way described in the sample > itself using Axis2. > > I will be really happy if someone can help me with the other questions too. > > Thank You! > Amila. > > > On Fri, Mar 16, 2012 at 12:00 PM, Gayan Dhanushka <[email protected]>wrote: > >> >>> >> >> >> -- >> *Gayan Dhanushka* >> Undergraduate >> Computer Science & Engineering >> University of Moratuwa >> >> > > > -- > *Gayan Dhanushka* > Undergraduate > Computer Science & Engineering > University of Moratuwa > > -- *Gayan Dhanushka* Undergraduate Computer Science & Engineering University of Moratuwa
