asmx
php curl with soap error: unable to handle request without valid action parameter
I am sending a soap request via curl in php, and I get this response: Client Unable to handle request without a valid action parameter.[详细]
2023-03-23 03:34 分类:问答Intermittent 413: Request Entity Too Large error with ASMX web service over https
I have an ASMX web service which accepts a few parameters, one of which is a serialized jpg. These files are generally ~100KB in size.[详细]
2023-03-21 14:24 分类:问答.NET 2.0 Web service creating new objects when null supplied via soap
I have an ASP.NET 2.0 web service and am using it in (among other things) an Adobe Flex application. I have a strange issue where if I send an object to the web service using soap with some fields tha[详细]
2023-03-20 20:55 分类:问答Adding a Single Web Service to an Existing ASP.NET Application
I\'ve written an ASP.NET website along with a companion WinForms desktop application, which is used to maintain the site.[详细]
2023-03-20 16:40 分类:问答How to communicate with a background task?
I\'m working on an application that communicates with a web service. The client application ( silverlight-4.0) will call the web service and trigger a long-running task. Because it takes some time for[详细]
2023-03-20 10:13 分类:问答JSON From ASMX Service
I\'m trying to get a VB.NET ASMX web service to ret开发者_开发技巧urn raw JSON (without the .d). I\'ve declared a plethora of attributes but still get XML back. The signature of my method is:[详细]
2023-03-19 10:14 分类:问答Custom Sharepoint webservice requires web.config to be "touched" regularly
We have a site running on MOSS 2007 which makes calls to custom web service asmx methods on the same domain from the client.[详细]
2023-03-19 06:47 分类:问答Routing calls to legacy ASMX web service through WCF Routing Service
I am working on a legacy application that contains references to two .asmx web services.We want to restructure the service layer to follow more of an Enterprise Service Bus pattern, where the client w[详细]
2023-03-18 22:18 分类:问答relative path to consume local asmx
In my asp.net webapp开发者_如何转开发 I\'m using a local webservice to retrieve data\'s. The system is in a popup (wich is an another page in fact)[详细]
2023-03-18 12:19 分类:问答How to use enum in an asmx web service
I\'m writing an asmx web service in visual basic, and I would like to put in my web service an enum that should be available to the web service\'s callers through the wsdl. But how could that be done?[详细]
2023-03-18 03:37 分类:问答