0
votes
2answers
14 views
How to restrict asmx web services to be SSL Only
Hi,
I've got an ASMX web service that works great through an SSL conection, but I would like to make these web services inaccessible without SSL.
In web forms, I would just use t …
0
votes
1answer
12 views
ServiceContractGenerator vs ServiceDescriptionImporter
I'm trying to build a light-weight SOAP client without using Add Service Reference. Ideally, this client should work for as many services as possible. Currently, it uses ServiceDes …
0
votes
1answer
11 views
WCF - ASMX - CommunicationException
So I've got a WCF client consuming an ASMX web-service. Everything works fine, except exception handling.
Where I should get a (non-contractual) FaultException, i get the Communic …
1
vote
1answer
198 views
System.InvalidOperationException: The type [XYZ] may not be used in this context.
Hey all,
I'm at my wits end on this one. I occasionally get the error above from my .Net 2.0 asmx web service. I've got the proper XmlInclude() in place, and it only appears somet …
2
votes
2answers
166 views
How to tell what account my webservice is running under in Visual Studio 2005
I'm going a little nuts trying to understand the doc on impersonation and delegation and the question has come up what account my webservice is running under.
I am logged as myDo …
0
votes
2answers
1k views
Custom DateTime XML Serialization
I would like to be able to Serialize a DateTime with a specific Time Zone that is not the server, nor is it client time. Basically, any time zone.
Is it possible to override the Da …
0
votes
1answer
26 views
login credential checking webservice
i created a website which contain 'name' label which has a textbox for entering name.And along with this one i have one more label 'password' which contain a textbox for entering p …
0
votes
2answers
34 views
how to talk to an asmx service using C++
I have an existing asmx Web Service I need to acces from a native C++ implementation ( no it cant be c# ). What are my choices ( Visual Studio User here ) to do this as fast as pos …
0
votes
0answers
10 views
Remove field in wsdl in Asp.net webservice
I'm generating dto classes with a template engine and would like to exclude some properties in an asmx webservice, what, if possible, is the best way to do this?
Ex:
[WebMethod]
…
0
votes
1answer
23 views
ASMX + external dll
I am working on Silverlight client to Microsoft Team Foundation Server. I am using an ASMX web service to make the actual calls using the TFS api.
Everything works fine when I ru …
0
votes
2answers
380 views
Getting Exception Details from ASP.NET PageMethods on the Client SIde
I am having a pagemethod to which i give a call from my JavaScript
say
Pagemethods.MyMethod(MyParameter, onsucess, onfailure);
In the Code behind, I have something like this:
…
0
votes
2answers
52 views
Time and date generation webservice
Can any one give me the code of web service (.asmx) for generating Time and date of a city, if I enter the name of a city in any part of the word..
Means in the web service consum …
0
votes
1answer
14 views
Weird issue; Button click, Jquery to consume ASMX
I'm having quite a frustrating problem that I'm sure is TRIVIAL. Whenever I move this jQuery post inside the click function it sometimes works, but most of the time does not.
If I …
0
votes
2answers
18 views
webservice deployment issue
I deployed webservice written in .net language through IIS from my local machine,Is there any possible way to access remote HTTP server which contain different OS and different te …
1
vote
4answers
77 views
can there be 2 webmethods with same name inside a web service in c#
I was asked a question in interview
can there be 2 webmethods with same name inside a web service in c#.
With function overloading it is possible but interviewer wanted an answe …
