[
https://issues.apache.org/jira/browse/AXISCPP-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra closed AXISCPP-881.
------------------------------
Resolution: Fixed
Fix Version/s: current (nightly)
ws.getCall()->clearSOAPMethodAttributes() should do the trick.
See AXISCPP-881
> UDDI - If the same 'inquire' stub object is used to call more than one
> operation, then for each call it adds 'generic' attribute to the generated
> request message.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AXISCPP-881
> URL: https://issues.apache.org/jira/browse/AXISCPP-881
> Project: Axis-C++
> Issue Type: Bug
> Components: Client - Stub
> Reporter: James Jose
> Fix For: current (nightly)
>
>
> If I use the same stub object to call two operations, then in the request
> message generated for second invocation, the attribute 'generic' appears twice
> Following request message shows this issue
> <?xml version='1.0' encoding='utf-8' ?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <SOAP-ENV:Body>
> <ns1:get_businessDetail xmlns:ns1="urn:uddi-org:api_v2" generic="2.0"
> generic="2.0">
> <ns1:businessKey>739f4573-b62d-4d26-9aeb-b75cb2b7eb5e</ns1:businessKey>
> </ns1:get_businessDetail>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]