the web service technology from .NET 1.0. Don't use it unless you have to. It is now a "legacy technology". All new development of web services or of web service clients should use Windows Communication Framework (WCF).
0
votes
0answers
6 views
How to keep session in a .asmx called by php?
I have made an asmx webservice wich is called by a php proxy in SOAP. The data are well received on both sides, but I have to send some data at the first call, then every two hours. To achieve this, I ...
0
votes
3answers
24 views
WebService in asp.net using visual studio 2008
As we know, if we build web service using visual studio, visual studio automatically generate two files, the first one is .asmx and the second one is .vb as a code behind.
in code behind(.vb) what i ...
0
votes
1answer
18 views
Check Integer Value on Asmx
i have sample web method on my services,
<WebMethod()> _
Public Function AddThis(ByVal x As Integer, ByVal y As Integer) As Integer
Dim mySum As Integer
If Not IsNumeric(x) Then
...
0
votes
0answers
25 views
Error in WebService
Every one. i publish a project in local pc in where i:
have a Web user control that search user ID and Name.
have a web service "customerSerch.asmx". Web user control use this service
use this ...
3
votes
2answers
43 views
Using an aspx page like an asmx service
Is it bad, from a scalability perspective, to use an ASPX page as though it were an ASMX service?
Specifically, we've set up an ASPX page whose code behind simply looks at what data was posted to it, ...
0
votes
2answers
22 views
Call ASMX WebMethod From Windows Application using C#
i define a Web method in my web site like this:
[WebMethod]
public static int GetMemberArticleCount(int UserID){
return 1;
}
Now i need call this method from my windows form application. i need ...
0
votes
2answers
19 views
InvalidCastException while Calling a Web Service
I always get a casting error when passing data from my application to my ASMX webservice
My WebService code
Public Function SetAlterLogTrx(ByVal qsTrx As List(Of String)) As String
Dim ...
0
votes
0answers
15 views
How to generate a proxy for asmx service Dynamically
I need to create a proxy for a ASMX service, given by a third party dynamically so that I will able to change the service url at runtime
0
votes
1answer
10 views
ASMX: host in local iis but unable access by other local device
I have created a web service in .asmx in my visual studio web application project.
Then I move the project to inetpub folder so that I can host it using my local iis.
When I tried to access using my ...
0
votes
0answers
43 views
Unable to debug a project on Visual Studio
I have a service in C#, and when the configuration of the Web service is set to Auto Assign the system works fine, but when i try to set the port and the ip, the system gives me this error:
...
0
votes
2answers
49 views
C# Web Service client that will fail if WSDL is not available or invalid
My client hosts a few web services and has ASP.NET Web pages that will demo the web service and acts as a quick check to verify that the web service is up by the client. The problem is that the WSDL ...
0
votes
0answers
18 views
How do I debug an impersonation issue when calling an asmx web service from a web site?
Here's the setup:
there's an ASP.NET web site hosted in IIS 7.5 on a Win2008R2 server (call it server A); the site uses Windows authentication and has impersonation set to true:
<authentication ...
0
votes
0answers
22 views
WCF response time reduction
I had a 3rd party webservice. When i hit that using Soap UI respose time is just 800 milliseconds. But when i am running it through code
e.g
stopWatch.Start();
WCFSERV.ServiceCommitment[] ...
0
votes
0answers
11 views
Using HttpClient with ASMX in C#
I am playing with HttpClient'. I'm wondering if it is compatible with.asmx` web services.
Say I have a method such as this:
var baseAddress = new ...
0
votes
0answers
6 views
How to consume an .asmx web service when it comes from a diffrent url using jquery
Basicly, i have an asmx file and it gives me some information. But when i move it to another domain, i cannot get any information there. So I need to use jquery's callback function but i don't ...
0
votes
0answers
19 views
C# SoapHeader name changes when WSDL is used
I am very new to web services, SOAP and WSDL, so apologies if I get the terminologies wrong or am asking a stupid question.
I am trying to build a web service in C# which is identical to my client's ...
0
votes
0answers
66 views
PhoneGap, jQueryMobile, JSON, ASP.NET WebService ASMX
I'm creating a mobile app for/with PhoneGap. I am trying to load external data through a ASP.NET Web Service created it by myself. The Web Service works correct when I run the local with the Ripple ...
2
votes
2answers
24 views
How to propagate an exception across SOAP Web Services?
I have a standard ASMX web service. I want to throw a custom exception and have it be caught on the client side. The only thing that ever comes across is a SoapException. Example:
// Server side ...
0
votes
0answers
36 views
Call a webservice(.asmx) from another website/webapp using javascript
I am trying to call a webservice(.asmx) file using javascript. Heres a detailed explanation of what I am trying to do.
I have a two WebApplication projects one contains the WebService.asmx file, the ...
0
votes
1answer
54 views
How to avoid Web Service timeout
I have a .asmx web service which will be called by a third party client.
The web service exposes a method that looks something like the following:
int SaveMessages(int a,int b,int c, SomeArray[] ...
0
votes
1answer
44 views
Can you consume ASMX webservices from javascript?
Can you consume ASMX webservices directly from Javascript / JQuery?
I am having issues hosting/developing a good solution with WCF so I wanted to see what other options are out there as far as ...
0
votes
1answer
49 views
Switching from an asmx to a svc web service
We upgraded some web services from asmx to WCF, I need to change the call to the web service in an application, the contract name and method names and signatures are the same.
Is there any easy way to ...
0
votes
1answer
50 views
java soap asmx basic authentication
I want to use an .asmx SOAP web service from java by sending and object.
The service also uses basic authentication.
I have successfully marshalled the object to xml and tried to send using below ...
4
votes
1answer
47 views
What is the use of the /serverInterface and /server option for the WSDL.exe tool
All, Generally.With the asp.net tool WSDL.exe tool, I think there are three ways to generate asp.net code from the wsdl file.
default output to generate client proxy class.
generate abstract class ...
-1
votes
0answers
64 views
conversion of binary to BCD 7 segment display in 8086
I have this code for binary to BCD converter using seven segment display.
But I am not able to understand con1 and con3 part. Can you please explain pseudocode/algorithm or logic behind this code.
...
0
votes
0answers
24 views
2-Way SSL (Mutual Authentication) in ASMX and ASP.Net
I'm researching on how integrate 2-way SSL in two IIS servers
ASP.Net web site is hosted in one server.
ASMX web services is hosted in another server.
They both run under Dot Net 3.5 in Windows ...
0
votes
1answer
28 views
WCF Webservice with an ASMX interface returning a Stream
I have a WCF service for inter-system, inter-network integration. The service was originally created with just the WCF SVC interface, but because of requirements that came to light after deveopment ...
0
votes
0answers
34 views
.NET Web Service Fails to Deserialize Json Parameter
I need my web service to handle an HTTP POST with a JSON (ContentType=application.json) parameter, which will be sent from another party. My webservice class is prefixed with the ...
0
votes
1answer
66 views
How to secure Web services in ASMX file?
I have some critical db connection done through web service .asmx file which is accessible and can be open through direct browse through browser How to prevent some methods and allow some methods to ...
0
votes
0answers
35 views
Consume ASMX from MVC app
I have a legacy asmx service (which I have never worked with them). I want to consume it from an MVC application.
First I Add Service Reference with the following wsdl ...
0
votes
1answer
26 views
json returned from asmx method can't be parsed in Javascript
I am trying to return a json object of array of arrays like this one:
{
'data': [[45,43,103],[34,43,230]]
}
using asmx in .NET 4.0 like this:
[WebMethod]
[ScriptMethod(ResponseFormat = ...
0
votes
1answer
54 views
How to load xml to a dataset if this is empty
I have a dataset that is brought in after executing a stored procedure via my webservice. If the dataset is empty, I need to return a generic result instead of nothing. XML is returned, below my ...
0
votes
0answers
24 views
SOAP Webservice Call Fails from within app but works from a browser
I have an app that connects to a remote database via an asmx web service. The app works fine except from within the client's network. When it tries to call the webservice, the following error is ...
0
votes
0answers
51 views
How to pass array of custom objects to ASMX webservice?
I am trying to pass an array of custom objects from my asp.net code behind to a webservice method. The webservice is ASMX and I can't change that for now. I can verify up to the point of the code ...
0
votes
1answer
36 views
How to add a decimal to the xml of a webservice>?
I have a .asmx webservice I created in Visual Studio 2010 with vb.net. I recent modified the query below and added ", geography::Point(@Latitude, @Longitude, 4326).STDistance(Location) * ...
0
votes
0answers
33 views
Need help saving a collection of records to database using ado.net
Quick description of my app. It is a 3 tier enterprise app. It uses Asp.Net 4.0 with C#. It talks with a basic(i.e. asmx) webservice created in the same .Net solution and calls stored procedures to ...
0
votes
0answers
45 views
Crystal Report Export to PDF in ASMX Service
I am attempting to call a web service that uses Crystal Reports (for VS 2008) to generate a report, export to PDF (saved to a subdirectoy of the service), then return the file path as String.
When I ...
-1
votes
0answers
32 views
Asp.net Webservice, method can be invoked but recently stops
I have a webservice which makes some conversion of html files, the method can be invoked but it suddenly stops.. refering to log files it seems that suddenly the thread is disposed or terminated.
...
0
votes
1answer
34 views
Are the method names and parameter names case sensitive in a SOAP message
If I were to change the case of a method name and parameters, would this adversely affect clients making use of a asmx or WCF web service?
public string getSTRING(int INPUT)
{
return ...
2
votes
1answer
288 views
Calling asmx web Service from Android errors: “java.io.IOException:HTTP request failed, HTTP status: 500”
I'm trying to call .asmx web service from Android. Below you can see my code. It's working when I use it for another web service but it doesn't work for one I need to use.
The problem is ...
0
votes
1answer
40 views
Is it possible to change a parameter name of an asmx web service without breaking clients
Is it possible to change a parameter name of an asmx web service without breaking clients? For example, consider a legacy service which has a web method like so:
[WebMethod]
public string ...
0
votes
1answer
66 views
I have a asp.net .asmx webservice and I need to return a list of Address's that are closest to the client querying the webservice
I currently have a webservice that I have built in visual basic as a asmx webservice in Visual Studio 2010. Currently when I query the webservice with my android app I get a specified number of ...
1
vote
1answer
40 views
adding web methods to custom server control
I have created a server user control that I want it to be able to use a WebMethod. If the web method is in my main application (as an ASMX file), it works fine. The problem is that I want to include ...
0
votes
1answer
57 views
I got an XML file from asmx webservice how do i bind it in the gridview of my windows form?
In my solution i am having two projects as web service and window application.
1) completed web service successfully
2) added the web reference to the window application
my question is i am having a ...
0
votes
2answers
70 views
Sitecore: Access Context from an asmx webservice
As stated in the subject. I am trying to access my Sitecore context from an independent .asmx web service. Was wondering whether or not theres a proper way of doing it.
0
votes
1answer
38 views
Web Service saving a string value from a function
I was just wondering if a Web Service can save something i send to it as a string without resetting it everytime i call the WS?
<WebMethod()> _
Public Function sendLCDBrightnessLevel(ByRef ...
0
votes
1answer
62 views
Download large files from asmx in .NET 2.0
We have a client which is written in .NET 2.0 (and it can not be changed). This client communicates with web service (no WCF, just plain asmx) written in .NET 4.0.
Now we need to donload rather large ...
0
votes
0answers
49 views
ASMX with attributes on method request element?
I am trying to write a mock service to imitate a 3rd party web service I have no access to until production.
Say I have method 'Foo' which takes parameter 'WidgetName'. The request body might look ...
0
votes
0answers
68 views
ASP.Net WebService (ASMX) timeout issue
I am facing issue with asp.net 2.0 web services (asmx) as mentioned below.
The web services are exposed to different clients of ours. In recent time, during test session (has happened on live server ...
0
votes
1answer
51 views
Consuming a .net 2.0 web-service from a DLL without app.config
General question consuming a .net 2.0 web-service without app.config
Please excuse my bad english:
What I already did:
I wrote an test console application which connects with a preconfigured ...




