Problem in setSOAPMethodAttribute API in Call class
---------------------------------------------------
Key: AXISCPP-704
URL: http://issues.apache.org/jira/browse/AXISCPP-704
Project: Axis-C++
Type: Bug
Components: Client - API
Reporter: James Jose
Observed following problems in setSOAPMethodAttribute in Call class
1. API will create duplicate attribute.
If I use API twice with same argument , it will create two attributes
with same name.
But an element cannot have two attributes with same name.
2. AxisEngine fails to generate SOAP message if NULL is passed as argument.
Results in abnormal program termination.
3.AxisEngine fails to generate SOAP message if an undeclared namespace prefix is
passed as argument. Results in abnormal program termination.
In case2 and 3 it should provide some proper error message.
DynamicSetSOAPMethodAttr1Test1 & DynamicSetSOAPMethodAttr1Test2 addreses
these problems
--
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