How are you consuming the WS?
Did you create a consumer proxy for the WS? There are 3 steps in consuming the WS.
1. Create a consumer proxy for the WS
2. Create a logical port (most of the times basis does the job)
3. Call the web service method (which was created in first step) from the ABAP program
-Chandra