Using a snapshot build of Axis2 from 12 April 2007, my generated
client stub (via wsdl2java) contains the following statement:

  _operationClient.getOptions().setAction("\"\"");

The same statement appears in both the synchronous "operation name"
method and the asynchronous "start operation name" method.

The generated header looks like this:

  <wsa:Action>""</wsa:Action>

As of sometime last week, I recall seeing a valid wsa:Action emitted
for clients generated from the same WSDL file. What could be causing
Axis/wsdl2java to not provide a valid action string?

-- 
Steven E. Harris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to