Hi,
I am new to the list and I don't know if this question was answered
before. I assume I am not the first person that is asking such a
question. So sorry for that!
I am using Apache Axis2 since 1,5 month and I like it. I decided to
develop my webservices using the code first approach. I am developing
POJOs and everything is okay except one problem.
I can not add header to the automaically generated WSDL file. I googled
for that problem and I found only one solution:
"... Generate the WSDL and change the WSDL file. Because a existent
WSDL file has a higher priority it will be used instead of the generated
one."
Ok, this is a solution but for it sound like not the best. Is there a
way of doing it automatically?
I saw a possibilit in the JSR-181 specs to solve the problem with the
@WebParam ( ... header = "true" ) annotation. I don't want to change my
method signature only to transmit a header.
Thanks in advance!
Markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]