[jboss-user] [JBossWS] - Re: webParameter is null
georges.goebel
do-not-reply at jboss.com
Wed Nov 14 09:06:08 EST 2007
"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
| | 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=4104579#4104579
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104579
More information about the jboss-user
mailing list