Hi.
I have a WSDL file (the web-service has written by .NET) and i can generate the java web-service client proxy classes and codes in IntelliJ IDEA 7.0.4 by its tool. the web-service has a soap request header , but i can't see any property or method in auto generated Java proxy classes and codes to set the request header. (but when i use Visual Studio 2008 to generate the proxy classes for C#, an object is created in web-service proxy class as the header so i can set fill it simply)
what should i do in Java?