posted 15 years ago
Hi!
Thanks, I got it now!
After having had a quick look, it looks as if request parameter and response data can either be located in the SOAP Body OR in a SOAP Header.
For instance the Get_Terms operation:
The data type of the input data that can be enclosed in the SOAP Body is Get_TermsSoapIn, which is of this type:
All elements in the above data structure are, as you can see, optional.
In the binding for the same operation, you can see that the header can contain data of the type Get_Termsevent.
This data structure is an <event> element - the same as the data that can be in the SOAP Body.
Again, all elements in the data structure are optional.
Have you tried to issue requests enclosing request data only in the SOAP body?
Can the WSDL be changed or is that beyond your control?
I'll try to run the WSDL through wsimport tomorrow and see what fun stuff comes out...
Best wishes!