asmx
.NET ASMX AJAX returned object
Suppose I have a modal pop open which is populated using ajax calls and javascript. I have already written classes for my data objects in the backend which I\'d like to use, which come from my databa[详细]
2023-04-06 01:55 分类:问答Invoke of ASMX webmethod fails with XMLException but works without an ASP.Net client
When I test my webservice from my development webserver (screen below) I click the INVOKE button and a new window opens, prompts for OPEN or SAVE, and the application associated with the filetype open[详细]
2023-04-03 10:11 分类:问答Android Xml check if a webservice returns true or false
I am working on determining if a stream is live or not.I have a preexisiting file that does that (http://www.calvaryccm.com/ServiceTimes.asmx/IsServiceTime). This is what it returns when the stream is[详细]
2023-04-03 07:50 分类:问答php - using curl to consume this web service
I saw this post on consuming a web service using CURL: Consume WebService with php and I was trying to follow it, but haven\'t had luck. I uploaded a photo of the web service I\'m trying to access. H[详细]
2023-04-03 01:48 分类:问答Using different classes with the same name as a return type in a c# webservice
I am creating a webservice that should return two complex types from the same class library that have the same class name (but live in different namespaces).[详细]
2023-04-02 00:36 分类:问答How do I transfer my dates properly from browser to server
I have to situations where I tra开发者_StackOverflownsfer dates from browser to server. 1) First situation is through a jQuery/JSON call to an ASMX service (.NET 4.0).[详细]
2023-04-01 09:14 分类:问答asmx web service authorization
I have asmx web service(c#). I\'m using Windows Authentication to access web service. Now i need to provide some of web service methods only for speciefic use开发者_StackOverflow中文版r, for example T[详细]
2023-04-01 00:26 分类:问答ASMX JSON WebService, changing property types and having old __type - error
I have a .NET JSON web service [WebService(Namespace = \"http://tempuri.org/\")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)][详细]
2023-03-31 19:21 分类:问答Can't add reference to my ASP.NET web-service on GoDaddy
I tried to publish an asmx web service to GoDaddy, and then consume it from a console application. So I managed to publish it to my GoDaddy domain via FTP. When adding a Service Reference to the .asm[详细]
2023-03-31 16:32 分类:问答Generate a WSDL from a dll?
Is it possible to generate a WSDL from a .NET ASMX-based web application without hosting it in IIS?Ideally, I\'d like to point svcutil.exe (or wsdl.exe?) to the dll and have it spit out all the WSDL f[详细]
2023-03-30 17:56 分类:问答