[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-19 Thread [EMAIL PROTECTED]
Also ensure you're sending SOAPAction HTTP header if applicable. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105933#4105933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105933 _

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread [EMAIL PROTECTED]
I think the request message you're sending is not valid if you use the Document / Literal style, while it is good for RPC/Lit. RPC/encoded is definitely bad, rpc/lit can be used instead. Anyway, if you need/want to use doc/lit, I would suggest to copy from a soap request created by another ws st

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
"georges.goebel" wrote : Hi, | | I have exactly the same proble with JBOSS 4.2.0 and 4.2.2. | | | | @Stateless(name = "Facade") | | @Local(Facade.class) | | @Remote(Facade.class) | | @WebService | | public class FacadeImpl implements Facade { | | @WebMethod

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
Hi, I have found one solution get it working. I have to use the annotation @SOAPBinding(style = SOAPBinding.Style.RPC) | @Stateless(name = "Facade") | @Local(Facade.class) | @Remote(Facade.class) | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class FacadeImpl i

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
Hi, I have exactly the same proble with JBOSS 4.2.0 and 4.2.2. | @Stateless(name = "Facade") | @Local(Facade.class) | @Remote(Facade.class) | @WebService | public class FacadeImpl implements Facade { | @WebMethod | public List getLastDataNiveauService(String e1, String e2)

[jboss-user] [JBossWS] - Re: webParameter is null

2007-07-18 Thread florian79
I have the same problem in jbosws 1.2 and 2.0 is there any mistake in my request? really no idea?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065275#4065275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065275 __

[jboss-user] [JBossWS] - Re: webParameter is null

2007-07-16 Thread florian79
the generated WSDL: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |