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<NiveauService> getLastDataNiveauService(String e1, String e2)
throws WebPchException {
| System.out.println(e1);
| System.out.println(e2);
| }
|
| }
|
When I invoke the Webservice from the generated wsdl by a client written in Java with
Axis1 or Axis2 or JAXWS2 the parameters e1 and e2 have the correct values.
When I invoke the Webservice from SOAP Client (under MACOS X) or by a PHP client, both
parameters e1 and e2 are null !
What could be the solution to this problem ?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104426#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...