problem consuming axis web service

L

lambelly

I am attempting to consume the web service located at:
www.cmsmobilesuite.com:8080/axis2/services/CmsApi?wsdl
I have added this as a web reference to my project and am able to
access it. However, when I try to call the Authenticate method using
the following code:
CmsApi cmsService = new CmsApi();
string response = cmsService.Authenticate(userName.Text,
passWord.Text);
result.Text = response;
I get an error stating that no overload for method 'Authenticate'
takes two arguments. I am told that the Authenticate method is
supposed to be sent the username and password as two strings, so this
doesn't make much sense to me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top