[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=bbop=viewtopicp=4105933#4105933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105933

[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 ListNiveauService getLastDataNiveauService(String e1,

[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

[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 [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

[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=bbop=viewtopicp=4065275#4065275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065275

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

2007-07-16 Thread florian79
the generated WSDL: definitions name='TheService' targetNamespace='http://www.tai.it/TheService' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://www.tai.it/TheService' xmlns:xsd='http://www.w3.org/2001/XMLSchema' | types |