vote up 0 vote down star

Im trying to use a cgi web service. The Web Service method names contains dashes and wsdl.exe removes them in generated proxy class.

Trying to use the proxy class web service im getting an error : "Method 'q1:methodname' not implemented: method name or namespace not recognized"

Then I've tried to change MedhodName parameters (with original dashed method name) in Invoke and BeginInvoke functions in proxy class. But this time im getting an error "method-name Web Service method name is not valid."

Is there a way to solve this problem. The cgi web service is another company's application and im not able to change it.

flag
Microsoft has stated that ASMX web services are a "legacy technology". You should move to WCF ASAP. While you're at it, you may find that it does not have this problem. – John Saunders Aug 12 at 1:59
Also, I suggest you update the web reference, do a build, then post the complete build error or exception here. If it's an exception, then catch it and post the result of ex.ToString(). This problem may have nothing to do with dashes in the operation name. – John Saunders Aug 12 at 2:00

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.