problem in webservice call

Hi
i have problem in webservice call to the external system.

please refer to the attached screen shot and get back to me ASAP.
error1.zip (63.7 KB)

Next time don’t attach a screen shot for a simple text message that you could have cut and pasted.

The provider of the web serivce operation that you are attempting to invoke is returning a soap fault. The soap fault seems to indicate that you are attempting to invoke an operation that does not exist.

Trace through the web service connector until just before the pub.client:soapHTTP invoke statement. Copy the soap request from the soapRequestData variable and send it to someone supporting the web service you are attempting to consume along with the text of the soap fault string. Ask them what might be causing the error.

Mark