Hi All,
I'm currently using SOAPUI to
test my web services.
I have a operation called AddImages in my PersonService.
If I call the service AddImages operation via SOAPUI with the following:-
The request initialy goes into a class that extends javax.servlet.Filter before being forward to the web service.
How can I get the operation name from the request? within the above class.
I can see the above
soap package in the request, and I can also see the web service name, but I cant see any no ref to the operation that is gooing to be called.
Anybody got any ideas
Mat