Hi, is it possible to write a GT4 service with a flattened wsdl containing the <wsaw:usingAddressing> binding statement? When I generate a client using either jaxws or MS.NET (C#), I get an error saying "No Action Header". Using jaxws and switching ws-addressing explicitly on the client works well. However, for me it would be of great importance to generate clients just by the wsdl file without adding any additional code (e.g. generating a port with the javax.xml.ws.soap.AddressingFeature()).
According to the jaxws documentation, ws-addressing on the client side is implicitly engaged when the wsdl binding section contains wsaw:UsingAddressing. But what do I need to add to the WSDL file in order to get this statement included in the *_binding.wsdl by the WSDLpreprocessor? Any hint is welcome! Thanks, Andreas
