We have a client using C# trying to access our jboss.net web service. They are unable to build the stub classes from our auto-generated wsdls, because they have an empty soapAction parameter: e.g.
<wsdl:operation name="addCustomer">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="addCustomerRequest">
How can I configure jboss.net to include a valid soapAction in the wsdl. On the axis site, I found a reference to a parameter that can be passed to Java2WSDL to force this, but I can't find a reference for the auto-generated wsdl
Any help would be much appreciated.