You sure the service is a Soap 1.x service and not a WS* service?
In many cases WS* services will import but not work due to the WS* protocol extensions that are not supported by the proxy client (ie. none of the ws* values are fed to the service).
+++ Rick ---