asmx
ASMX Javascript proxy using different host headers
I am using an ASMX service in my app and would like it to point to a particular web service URL. I have defined it as below:[详细]
2023-03-16 03:58 分类:问答Increasing timeout of ASMX webservices
I am running an ASMX webservice on IIS 7. The client is a silverlight application. I am issuing several asynchronous file requests to the webservice and pr开发者_开发问答ocessing them on AsyncComplete[详细]
2023-03-15 16:03 分类:问答Request format is unrecognized for URL unexpectedly ending in '/Convert' happens after 1-2 days
I\'m calling a webservice using an Microsoft.XMLHTTP call: var xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\");[详细]
2023-03-14 20:28 分类:问答Javascript ASMX web service call - Handling Exceptions
I\'ve got a web service that returns me an array of strings. I call this service from my javascrip开发者_运维问答t...[详细]
2023-03-14 19:41 分类:问答Object being passed using webmethod, loses some values, but not all
I\'ll try to explain everything clearly. when calling a webmethod [WebMethod] public Profile synchronize(string MID, DeviceUploadData data)[详细]
2023-03-14 13:53 分类:问答.asmx Web Service Documentation
I\'d like my summary, param info, returns info, etc (listed below) to show up on the standard help page that .net generates for .asmx web services.[详细]
2023-03-14 04:44 分类:问答Trace a .NET 1.1 Web Service call [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-13 06:09 分类:问答Asmx webservice referencing issue
I need to call my web service method with JavaScript in my client page. I think I am not properly referencing this correctly and would appreciate help figuring this out please.[详细]
2023-03-12 08:48 分类:问答Why is the finally block in ASMX WebMethod written with Close and Dispose
I\'m looking at modifying an old school WebMethod in ASMX and for the Oracle connections, I am seeing these finally blocks repeated a thousand times.I eventually want to c开发者_JS百科onvert this over[详细]
2023-03-11 23:53 分类:问答Problem Writing to Private Message Queue on Windows 7 64-Bit from .NET 2.0 Web Service
I have the following code in a web method of a .NET 2.0 VB web service application: <WebMethod()> _[详细]
2023-03-11 17:23 分类:问答