Modify service.xml file to have a different name for service implementation file
--------------------------------------------------------------------------------
Key: AXISCPP-948
URL: http://issues.apache.org/jira/browse/AXISCPP-948
Project: Axis-C++
Type: Bug
Components: Test
Reporter: James Jose
Assigned to: James Jose
Many test WSDL file use same port name . So the generated service templates for
these WSDLs have same name. So currently it is not possible to have service
implemenatation for all the WSDLs.
To have a different implementation file, we add one more property
<removeFile>portName.cpp</removeFile> in the service property file. So before
compiling the service
we remove this file from the service folder. Property serviceCode will have the
actual service implementation file name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira