Hi,
I have a Document literal - wrapped style endpoint. I am using wstools with
its config file to generate all necessary artifacts. But even if i mark some of
the method parameters in my endpoint with `header="true" mode="IN"` and
`xml-name=""1, the WSDL doesn't seem to reflect any of these.
i am running with jdl 1.5.12. New information about this issue:
When i declare a simple method like this:
|
| public String echo(String name) {
| return "Hello " + name;
| }
|
I get proper response. Only when my methods have complex beans like this:
| public String echo(UserD
I wanted to run the SOAP service over https and appear it on WSDL in
soap:address field. I tried to block http tag in server.xml and service can be
found on https address but WSDL still shows http address for SOAP service. IN
4.0.4.GA i don't have jboss.beans in jbossws14.sar folder. So do i hav