Hello, I've made an application using the form runner that I'd like to integrate with another REST-ful application we use. Rather than get the data from eXists, I'd like to GET and PUT data to another path, but I'm a little bit of trouble tracking down all the XPL URL rewriting bits. So, for example, instead of having /fr/service/exist/crud/mods/amc/ data/98131342DBB79EC8BAE7507463ED20F7/data.xml map to /exist/mods/amc/ data .... I'd like it to go to localhost:8080/fedora/get/ 98131342DBB79EC8BAE7507463ED20F7/mdStream (for both gets and puts). Looking at the services/exist directories, but like I said having a bit of a hard time following all the URL matching.... I'm trying to follow all the pipelines via a debug, but it'd really help me out if someone could point me in the right direction.... Thanks, Chris. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hey All, Disregard my last request...I figured it out after going over some debugging output... On Feb 16, 2009, at 9:38 PM, Chris Fitzpatrick wrote: > > > Hello, > > I've made an application using the form runner that I'd like to > integrate with another REST-ful application we use. > Rather than get the data from eXists, I'd like to GET and PUT data > to another path, but I'm a little bit of trouble tracking down all > the XPL URL rewriting bits. > > So, for example, instead of having /fr/service/exist/crud/mods/amc/ > data/98131342DBB79EC8BAE7507463ED20F7/data.xml map to /exist/mods/ > amc/data .... > I'd like it to go to localhost:8080/fedora/get/ > 98131342DBB79EC8BAE7507463ED20F7/mdStream (for both gets and puts). > > Looking at the services/exist directories, but like I said having a > bit of a hard time following all the URL matching.... > > I'm trying to follow all the pipelines via a debug, but it'd really > help me out if someone could point me in the right direction.... > > Thanks, > Chris. > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |