-2
votes
2answers
67 views

How to Call a Web Service in C#

I searched many examples of how to consume webservices methods with C#, but all of them say to right click and add a service reference and type the address. However I dont know why, but the ...
0
votes
0answers
11 views

Perl ASP.net Web Service

So I'm working on a web service to do some functions with user accounts. In the end, it's going to be changing passwords, but right now I'm just trying to get the basics nailed down. This is my first ...
0
votes
1answer
19 views

Handling WCF exceptions/faults along with FaultException AND IErrorHandler

I'm interested in implementing a proper exception handling for my WCF application. After a quick google ride, I've come across two solutions. Providing FaultExceptions for the client. General ...
0
votes
0answers
16 views

How to set reminding time for appointment to NONE?

I use Independencesoft.Exchange library. I try to create an appointment for some users from my external application. How can I set reminding of this appointment to NONE? I tried var appointment = new ...
-1
votes
1answer
26 views

How to access the web services in different network?

I have a problem here. I am in a different network say A and want to access a web service which is in network B.I have the access to network B through vpn and then i can access that service. Can you ...
0
votes
1answer
8 views

Cannot convert object of type 'System.String' to type 'PropertySearch'

I am having a weservice method, public string SearchProperties(string pPropertySearch, string pSort) { string[] _propSearch = pPropertySearch.Split(','); string searchType = ...
1
vote
2answers
19 views

.net web service to validate LDAP credentials using SSL

So I'm new to the whole .net thing here, but basically what I want to do is write a web service that will take a SOAP request with user's name and password and check them against an ldap server to ...
0
votes
0answers
25 views

.NET Unable to XML deserialize response from Apache PHP web service

The Problem I'm calling a 3rd party web service that's hosted on Apache and built in PHP from an application I'm building in .NET 4.5 and WCF. My reaches the endpoint and calls the web service, but ...
0
votes
0answers
24 views

.Net web service with authentication

i'm new to WCF .net i'm working with 3.5 VB.Net so i have to create a Web service with an authentication i used message and username security here is my web.config <system.serviceModel> ...
0
votes
2answers
13 views

result comes out from a webmethod used in another webmethod in ASP.Net Web Services

I have two Problem related with Web Services by using visual studio.. [WebMethod(Description = "Matrix")] public decimal[] matrixMethod(decimal num1, decimal num2, decimal num3, decimal num4, decimal ...
0
votes
1answer
22 views

Web service receive and return XmlDocument

I have a web service in .NET 4.0 and trying to call it from web method in .NET 3.5. In .NET4.0 public XmlDocument Method1(System.Xml.XmlDocument InDoc) { XmlDocument OutDoc; ...
0
votes
1answer
16 views

.NET Submitting HTTP request to webservice that requires nameless parameter in query string

I'm creating some classes to interact with a web service (built by a 3rd party), that in (almost) all cases only accepts GET queries. One of my classes is a WebServiceClient class, which encapsulates ...
0
votes
2answers
31 views

Call Web Service in android application

i want to call .net web service into android application for that i am using running web service available on net called "www.w3schools.com/webservices/tempconvert.asmx" its running successfully ...
0
votes
2answers
68 views

Calling ASP.NET Web Api method with PHP

I have the following web method in my web api controller public HttpResponseMessage PostMakeBooking(FacilityBookingRequest bookingRequest) { var returnStatus = HttpStatusCode.OK; ...
0
votes
0answers
13 views

Implementing WS-ReliableMessaging in Web services (asmx) - C#

I have been reading about WS-ReliableMessaging and would like to implement this into my web service (.asmx). Could anyone tell me how to do this? I know to implement WS-ReliableMessaging in WCF, I ...

1 2 3 4 5 187
15 30 50 per page