You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2003/09/26 09:29:32 UTC

cvs commit: ws-axis/c/src/soap SoapFaults.h

sanjaya     2003/09/26 00:29:32

  Modified:    c/src/soap SoapFaults.h
  Log:
  Changed the soap fault message for SF_SERVICENOTFOUND enum value
  
  Revision  Changes    Path
  1.6       +1 -1      ws-axis/c/src/soap/SoapFaults.h
  
  Index: SoapFaults.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapFaults.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SoapFaults.h	11 Sep 2003 10:42:48 -0000	1.5
  +++ SoapFaults.h	26 Sep 2003 07:29:32 -0000	1.6
  @@ -127,7 +127,7 @@
   
   //Client faults
   	/*SF_SOAPACTIONEMPTY*/	{"Client", "Soap Action header empty", "none", ""},
  -	/*SF_SERVICENOTFOUND*/	{"Client", "Requested service is not registerd of the server", "none", ""},
  +	/*SF_SERVICENOTFOUND*/	{"Client", "Requested service is not registerd at the server", "none", ""},
   	/*SF_SOAPCONTENTERROR*/ {"Client", "Soap content is not valid", "none", ""},
   	/*SF_NOSOAPMETHOD*/		{"Client", "No method to invoke", "none", ""},
   	/*SF_METHODNOTALLOWED*/	{"Client", "Soap method is not allowed to invoke", "none", ""},