As sosnoski has told this may not work correctly with the jibx. but with the ADB it should should produce the correct method signatures for both stub and skelton.
In fact I generated the code and checked. The header part is included only with the stub.
skelton
public com.bamnetworks.services.identity.types._1_0.EmailPasswordIdentifyResponse1 authenticate
(
com.bamnetworks.services.identity.types._1_0.EmailPasswordIdentifyRequest2
param3
)
{
stub
public com.bamnetworks.services.identity.types._1_0.EmailPasswordIdentifyResponse1 authenticate(
com.bamnetworks.services.identity.types._1_0.EmailPasswordIdentifyRequest2
param33,com.bamnetworks.services.identity.types._1_0.AuthHeaders0 param34)
throws java.rmi.RemoteException
{
