Subversion Repositories SmartDukaan

Rev

Rev 121 | Rev 351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 121 Rev 302
Line 34... Line 34...
34
struct Message{
34
struct Message{
35
	1:i64 id,
35
	1:i64 id,
36
	2:string message
36
	2:string message
37
}
37
}
38
 
38
 
39
service EstimationService{
39
service HelperService{
40
 
40
 
41
	//This call would return a map having the following 
41
	//This call would return a map having the following 
42
	list<ItemLogistics> getLogisticsEstimation(1:i64 itemId,2:map<string,string> location) throws (1:HelperServiceException se),
42
	list<ItemLogistics> getLogisticsEstimation(1:i64 itemId,2:map<string,string> location) throws (1:HelperServiceException se),
43
	void sendMail(1:Mail mail) throws (1:HelperServiceException se),
43
	void sendMail(1:Mail mail) throws (1:HelperServiceException se),
44
	void sendText(1:TextMessage message) throws (1:HelperServiceException se),
44
	void sendText(1:TextMessage message) throws (1:HelperServiceException se),