Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
axis2c latest revision from svn head.
OS:CentOS 4.4
Description
Hello group,
With reference to the fix provided for the issue AXIS2C-1168(https://issues.apache.org/jira/browse/AXIS2C-1168?focusedCommentId=12601) i.e the nightly build of axis2/java.
I generated the server side skeleton code without adb using the axis2/java nightly build available at the location(http://people.apache.org/dist/axis2/nightly).
When the compiled the code using build.sh(script in src folder) it gives error looking for api's of soap envelope,soap header function.
I later found , that the generated code did not include axiom_soap.h file in the generated skeleton header file.
When i included the header file manually adding "#include<axiom_soap.h>", the code compiled properly.
I suspect the generation of code without adb is improper.
I am not facing such problem when i use axis2/java 1.4.
So i guess the problem is with the nightly build.
Kindly let me know how to resolve this problem.
PS:
Command used to generate code
WSDL2C.sh -uri <wsdlpath> -ss -sd -d none
Thanks in advance,
Naveen Bhat