WSDL2Java generates invalid Addressing action header (wsa:Action) of ""
-----------------------------------------------------------------------
Key: AXIS2-2534
URL: https://issues.apache.org/jira/browse/AXIS2-2534
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen
Affects Versions: nightly
Environment: NA
Reporter: Steven E. Harris
Priority: Minor
Running wsdl2java against a WSDL 2.0 file, I find the following line in my
generated client stub:
_operationClient.getOptions().setAction("\"\"");
This line appears once for each synchronous operation, and once for each
asynchronous operation. At runtime, it produces the following header in the
outgoing messages (with the addressing module engaged):
<wsa:Action>""</wsa:Action>
Note that I had seen valid addressing actions emitted with older AXIS2 builds;
I just noticed this problem on 14 April.
I started discussing this problem in the following thread on the axis-user
mailing list:
http://thread.gmane.org/gmane.comp.apache.webservices.axis.user/55272
At least one other user has confirmed the same behavior.
--
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]