| Author |
JAX-WS sending Document/Literal Bare throws exception
|
Sim Kim
Ranch Hand
Joined: Aug 06, 2004
Posts: 268
|
|
Hi, I have the following code deployed as Webservice : @WebService @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) public class CreditCardValidation { @WebMethod(operationName="validate") public boolean validateCreditCard(CreditCard card,String name) throws CreditCardException { ...... ...... } } The server while startup throws error that multiple parameters not supported while using BARE . I dont want to change my Webservice to WRAPPED. So is it possible to support multiple parameters by other way (other than wrapping the input parameters by my custom object ) ?
|
 |
 |
|
|
subject: JAX-WS sending Document/Literal Bare throws exception
|
|
|