hi all,
what i am trying to do is i have three folders
1) sentto
2) error
3) sent
i am using web services in which we give the name of XML file ( which is in sentto folder. when the name is given , my web service validates it with a schema and now according to result(which is validated or not-validated). i want to shift that XML file to error folder( if not validated) or sent folder ( if validated) . when this file is shifted the original file should be deleted.
I have created a web-service which performs this action, now how to put this XML file into error or sent folder depending on condition.
any help wil be appreciated.
Thanks in advance
what i am trying to do is i have three folders
1) sentto
2) error
3) sent
i am using web services in which we give the name of XML file ( which is in sentto folder. when the name is given , my web service validates it with a schema and now according to result(which is validated or not-validated). i want to shift that XML file to error folder( if not validated) or sent folder ( if validated) . when this file is shifted the original file should be deleted.
I have created a web-service which performs this action, now how to put this XML file into error or sent folder depending on condition.
any help wil be appreciated.
Thanks in advance
Comment