Ajuda webService

Boa tarde a todos, sou novato em WebService e preciso fazer uma integração apartir de um documento WSDL que me foi passado.
Já gerei as classes com o MAVEN + AXIS 1.4, porem na hora de acessar os serviços estou tendo problemas…

ao acessar:
http://localhost:8080/axisTeste/services/ServiceSoap

recebo a msg:
ServiceSoap

Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here… (até aqui parece estar tudo bem)

Porém, ao acessar:
http://localhost:8080/axisTeste/services/ServiceSoap?wsdl

recebo a msg:
AXIS error
Sorry, something seems to have gone wrong… here are the details:

Fault - ; nested exception is:
org.apache.axis.ConfigurationException: Can’t find handler name:‘null’ type:‘URLMapper’ in the registry
org.apache.axis.ConfigurationException: Can’t find handler name:‘null’ type:‘URLMapper’ in the registry
at org.apache.axis.deployment.wsdd.WSDDChain.makeNewInstance(WSDDChain.java:129)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)
at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSDDTargetedChain.java:151)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeployment.java:410)
at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.java:257)
at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)
at org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:441)
at org.apache.axis.transport.http.QSWSDLHandler.invoke(QSWSDLHandler.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

No meu .wsdd está assim essa parte:













alguém sabe como me ajudar? Obrigado desde já