org.apache.axis2.wsdl.template.c.SkelSourceTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-codegen Show documentation
Show all versions of axis2-codegen Show documentation
Axis2 Code Generation module
/**
* .c
*
* This file was auto-generated from WSDL for " " service
* by the Apache Axis2/C version: #axisVersion# #today#
* Axis2/C skeleton for the axisService
*/
#include " .h"
/**
* auto generated function definition signature
* for " " operation.
* @param env environment ( mandatory)
* @param MessageContext the outmessage context
* @param _ of the
* @param _ of the
*
* @param dp_ - output header
* @return
*/
,
_
,
_
axis2_status_t
_(const axutil_env_t *env
, axis2_msg_ctx_t *msg_ctx
,
*
dp_ /* output header double ptr*/
,
__fault *fault )
{
/* TODO fill this with the necessary business logic */
return ( )NULL;
return AXIS2_SUCCESS;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy