Hi!
You can use soapui (http://www.soapui.org) for generating test requests for a given wsdl; start soapui, create a new project, import your wsdl, answer "Yes" to the "create default requests.." question; the generated requests will be visible in the navigation tree and can be executed directly against your service..
regards!
/Ole