Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does this error meant?
Message
From
21/05/2002 10:59:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
What does this error meant?
Miscellaneous
Thread ID:
00659393
Message ID:
00659393
Views:
43
Hi,
I develop my web service using VFP and called from VS.NET. However, I get error while call myservice.mymethod().
[System.Web.Services.Protocols.SoapRpcMethodAttribute("http://tempuri.org/action/aaa.mymethod", RequestNamespace="http://tempuri.org/message/", ResponseNamespace="http://tempuri.org/message/")]
        [return: System.Xml.Serialization.SoapElementAttribute("Result")]
        public string mymethod() {
            object[] results = this.Invoke("mymethod", new object[0]);
            return ((string)(results[0]));
        }
Any ideas?
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Reply
Map
View

Click here to load this message in the networking platform