Author: samisa
Date: Wed Feb 21 20:15:43 2007
New Revision: 510384
URL: http://svn.apache.org/viewvc?view=rev&rev=510384
Log:
Fixed warning and service MEP
Modified:
webservices/sandesha/trunk/c/samples/RMSampleService/services.xml
webservices/sandesha/trunk/c/src/core/mod_sandesha2.c
Modified: webservices/sandesha/trunk/c/samples/RMSampleService/services.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/RMSampleService/services.xml?view=diff&rev=510384&r1=510383&r2=510384
==============================================================================
--- webservices/sandesha/trunk/c/samples/RMSampleService/services.xml (original)
+++ webservices/sandesha/trunk/c/samples/RMSampleService/services.xml Wed Feb
21 20:15:43 2007
@@ -9,7 +9,7 @@
<operation name="echoString">
<parameter name="wsamapping"
>http://tempuri.org/echoString</parameter>
</operation>
- <operation name="ping">
+ <operation name="ping" mep="http://www.w3.org/2004/08/wsdl/in-only">
<parameter name="wsamapping" >http://tempuri.org/ping</parameter>
</operation>
<operation name="mtomSample">
Modified: webservices/sandesha/trunk/c/src/core/mod_sandesha2.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/core/mod_sandesha2.c?view=diff&rev=510384&r1=510383&r2=510384
==============================================================================
--- webservices/sandesha/trunk/c/src/core/mod_sandesha2.c (original)
+++ webservices/sandesha/trunk/c/src/core/mod_sandesha2.c Wed Feb 21 20:15:43
2007
@@ -68,11 +68,9 @@
{
sandesha2_property_bean_t *property_bean = NULL;
axis2_param_t *param = NULL;
- axis2_param_t *db_param = NULL;
axis2_conf_t *conf = NULL;
axis2_ctx_t *ctx = NULL;
sandesha2_storage_mgr_t *storage_mgr = NULL;
- axis2_char_t *db_path = NULL;
AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
AXIS2_PARAM_CHECK(env->error, conf_ctx, AXIS2_FAILURE);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]