- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient (modified) (1 prop)
-
Nebulous/nebclient/src/soapServer.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/Nebulous
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient/src/soapServer.c
r23935 r24557 10 10 #endif 11 11 12 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.12 2009-0 4-20 22:15:21GMT")12 SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.7.12 2009-06-01 23:55:50 GMT") 13 13 14 14 … … 105 105 if (!soap_match_tag(soap, soap->tag, "ns1:stat_object")) 106 106 return soap_serve_ns1__stat_USCOREobject(soap); 107 if (!soap_match_tag(soap, soap->tag, "ns1:chmod_object")) 108 return soap_serve_ns1__chmod_USCOREobject(soap); 107 109 return soap->error = SOAP_NO_METHOD; 108 110 } … … 713 715 } 714 716 717 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns1__chmod_USCOREobject(struct soap *soap) 718 { struct ns1__chmod_USCOREobject soap_tmp_ns1__chmod_USCOREobject; 719 struct ns1__chmod_USCOREobjectResponse soap_tmp_ns1__chmod_USCOREobjectResponse; 720 int soap_tmp_int; 721 soap_default_ns1__chmod_USCOREobjectResponse(soap, &soap_tmp_ns1__chmod_USCOREobjectResponse); 722 soap_default_int(soap, &soap_tmp_int); 723 soap_tmp_ns1__chmod_USCOREobjectResponse.result = &soap_tmp_int; 724 soap_default_ns1__chmod_USCOREobject(soap, &soap_tmp_ns1__chmod_USCOREobject); 725 soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; 726 if (!soap_get_ns1__chmod_USCOREobject(soap, &soap_tmp_ns1__chmod_USCOREobject, "ns1:chmod_object", NULL)) 727 return soap->error; 728 if (soap_body_end_in(soap) 729 || soap_envelope_end_in(soap) 730 || soap_end_recv(soap)) 731 return soap->error; 732 soap->error = ns1__chmod_USCOREobject(soap, soap_tmp_ns1__chmod_USCOREobject.key, soap_tmp_ns1__chmod_USCOREobject.mode, &soap_tmp_int); 733 if (soap->error) 734 return soap->error; 735 soap_serializeheader(soap); 736 soap_serialize_ns1__chmod_USCOREobjectResponse(soap, &soap_tmp_ns1__chmod_USCOREobjectResponse); 737 if (soap_begin_count(soap)) 738 return soap->error; 739 if (soap->mode & SOAP_IO_LENGTH) 740 { if (soap_envelope_begin_out(soap) 741 || soap_putheader(soap) 742 || soap_body_begin_out(soap) 743 || soap_put_ns1__chmod_USCOREobjectResponse(soap, &soap_tmp_ns1__chmod_USCOREobjectResponse, "ns1:chmod_objectResponse", "") 744 || soap_body_end_out(soap) 745 || soap_envelope_end_out(soap)) 746 return soap->error; 747 }; 748 if (soap_end_count(soap) 749 || soap_response(soap, SOAP_OK) 750 || soap_envelope_begin_out(soap) 751 || soap_putheader(soap) 752 || soap_body_begin_out(soap) 753 || soap_put_ns1__chmod_USCOREobjectResponse(soap, &soap_tmp_ns1__chmod_USCOREobjectResponse, "ns1:chmod_objectResponse", "") 754 || soap_body_end_out(soap) 755 || soap_envelope_end_out(soap) 756 || soap_end_send(soap)) 757 return soap->error; 758 return soap_closesock(soap); 759 } 760 715 761 #ifdef __cplusplus 716 762 }
Note:
See TracChangeset
for help on using the changeset viewer.
