[jboss-user] [JBossWS] - SOAP Header Parameters and xml param renaming in Doc style E

2008-06-03 Thread siddharth_god
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.

[jboss-user] [JBossWS] - Re: JBoss WS Not returning response

2008-05-27 Thread siddharth_god
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

[jboss-user] [JBossWS] - Running SOAP Service over https in JBoss 4.0.4.GA

2008-02-03 Thread siddharth_god
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