Hi,
Sorry if I wasn't clear - I'm trying to access the parameters passed to the
backend SOAP Service methods, so x and y in this case...
public void doThis(String x, String y) {...}
On Fri, Mar 28, 2014 at 9:49 AM, Jose MarĂa Zaragoza
<[email protected]>wrote:
> 2014-03-28 14:46 GMT+01:00 David Hay <[email protected]>:
> > Hi,
> >
> > I'm sure this has been asked before, but I can't seem to find the answer.
> >
> > I need to validate SOAP parameters, so need to access the incoming
> > parameter name/value in a Interceptor.
> >
>
> What kind of SOAP parameters ?
>
>
> > How would I do this?
> >
> > cheers
> >
> > David
>