Ask a Question related to ASP.NET Web Services, Design and Development.
-
melk #1
Webservice Method Dictionary
Hi,
I'm trying to build a webService to fill a combo in a flash movie; I
seen arround some tutorial who teach how to connect the webServices method
to the combobox, this method gives back a Dictionary... so flash compile
automatically the combobox with "value" as lable and "key" as data..
Can you tell me how I can built a method from my C# webservice that give
back to my flash move a Dictionary result too???
Thanks!!
melk Guest
-
Calling WebService method from JavaScript
Hi, I have written a WebService using Visual Studio.Net's 'ASP.Net Web Service' project (ASMX). I want to call the exposed methods form a HTML... -
WebService Method calls not paralellized??
Hi! I've obveserved a strange fenomenon calling one webservice from a multithreaded client. What I found out is, that the processing of the... -
Why webservice method receieve char as '??'
hi all my webservice method recieves some characters as '??' when invoked through the webservice behavior. these characters are non-latin , and... -
Webservice method returns XML.
I wrote webservice with one method Test. When i am trying to return a simple string it works form test client. When i am trying to return an XML... -
Calling a WebService Method Asynchronously
Hi, I have created a web service using ASP.NET that exposes a web method, using C# I use this web service in a console application (non .NET)...



Reply With Quote

