Ignore:
Timestamp:
Apr 13, 2010, 5:48:55 PM (14 years ago)
Author:
tobias
Message:

new resource operation and fault messages added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/src/VanHelsingServer.py

    r855 r861  
    5555
    5656        print resId
    57 
    5857        resource=VanHelsingWrapper.getResourceById(resDirector,resId)
    5958        attributes=VanHelsingWrapper.keyValueList(resource)
     
    8887
    8988        resId, status = VanHelsingWrapper.setResourceById(resId, director, attributes, resInfo)
    90         response.set_element_resId(resId)
     89        #response.set_element_resId(resId)
    9190        response.set_element_status(status)
    9291
     92        return request, response
     93   
     94    def soap_setFileSetResource(self, ps, **kw):
     95        request,response=VanHelsing.soap_setFileSetResource(self, ps)
     96       
     97       
    9398        return request, response
    9499
Note: See TracChangeset for help on using the changeset viewer.