You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2011/03/03 22:26:02 UTC

svn commit: r1076799 - /axis/axis1/c/trunk/include/axis/client/Call.h

Author: nadiramra
Date: Thu Mar  3 21:26:01 2011
New Revision: 1076799

URL: http://svn.apache.org/viewvc?rev=1076799&view=rev
Log:
Minor - prototype added in include for C clients

Modified:
    axis/axis1/c/trunk/include/axis/client/Call.h

Modified: axis/axis1/c/trunk/include/axis/client/Call.h
URL: http://svn.apache.org/viewvc/axis/axis1/c/trunk/include/axis/client/Call.h?rev=1076799&r1=1076798&r2=1076799&view=diff
==============================================================================
--- axis/axis1/c/trunk/include/axis/client/Call.h (original)
+++ axis/axis1/c/trunk/include/axis/client/Call.h Thu Mar  3 21:26:01 2011
@@ -1746,6 +1746,15 @@ void * axiscCallCheckFault(AXISCHANDLE c
 AXISC_STORAGE_CLASS_INFO
 int axiscCallGetStatus(AXISCHANDLE call);
 
+
+/**
+ * Method to retrieve the current SOAP Serializer object.
+ *
+ * @return A pointer to the currently loaded SOAP serialiser.
+ */
+AXISC_STORAGE_CLASS_INFO
+AXISCHANDLE axiscCallGetSOAPSerializer(AXISCHANDLE call);
+
 /**
  * Deserialize character data, ie the data typically enclosed by an XML tag
  *