Hello:
I have generated Web Services project and added Web Service using top-down approach.
The WSDL appears to be valid, the generation works and I am able to deploy to embedded tomcat,
I can start the service and using SOAP UI get the WSDL and parse it.
Hoever when I try to actually execute a service call the return is
<S:Envelope xmlns:S=”http://schemas.xmlsoap.org/soap/envelope/”>
<S:Body>
<S:Fault xmlns:ns3=”http://www.w3.org/2003/05/soap-envelope”>
<faultcode>S:Client</faultcode>
<faultstring>Cannot find dispatch method for {http://ws-d.ahfctoolkit.com/SOAP12/AHFCToolkit/CreditAppDecision}applicationPush</faultstring>
</S:Fault>
</S:Body>
</S:Envelope>
What can be wrong? Please advise