web-services

Mail in the cloud? (web service for email)

I have multiple websites that need to send mail (after successful signup, etc.); I maintain a Postfix instance just for this (it never receives any incoming mail). This Postfix instance is a pain: it is sometimes broken, is regularly attacked, produces enormous amounts of logs, etc. These problems could certainly be dealt with by an exp...

Is it possible to overload a method in webservices?

Hi All, Is it possible to overload a method in web service? ...

Moving web service references to other folder

Is it possible to have web service references in other folders than "Service References" without loosing IDE features? I want to have ExternalWebService1 in a folder like ExternalSystem1\WebServices ...

how to update web reference location

hi, i have an application wherein i am using a web-service. Now the ip address of the machine where this web-service was residing has changed. i try to update the web reference in my application and it is still trying to access the web-service from the old location. How do i change this to the new location. I have already updated the ...

Remote Web Services

Hi All, I am new to web services. I have a requirement in my project. I have to consume the web services of our vendor in my project. All he has shared with me is a WSDL file and a document about the description of the the different operations. Question:- 1: What do I need to do consume these web services in my java project? I have been...

ASP.NET Service - Web or Windows?

I'm looking for a method in which an application I will be hosting will have the ability to run a tasks on a giving interval of x minutes to check a database and send out reminder emails automatically. This would of course be based upon a scenario in which someone has scheduled a meeting, let's say, on a day and the service's job would b...

xml parameter for soap webservice request in iphone

Hello everybody. I want to send a soap request to a webservice method. Now i want to send the parameter as an xml input for that request. so plz can anybody give me an idea of how to do it in iphone? Right now i am sending the request in following way : NSString *soapMessage = @"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" "<soap:Enve...

jQuery AJAX Web service works only locally

Hi, I have a simple ASP.NET Web Service [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.Web.Script.Services.ScriptService] public class Service : System.Web.Services.WebService { public Service () { } [WebMethod] public string SetName(string name) {...

Some way of getting just the data part from a web service returning a DataTable?

I'm using an external web service that returns a DataTable. There's a couple of problems with this. The first is that there are over 20,000 columns, and .Net crashes when trying to convert the xml to a DataTable. I have to use Mono to make this work. The other problem is that it takes a lot of time to fetch all the column information. Th...

Web service recieves null parameters from application using ksoap method

I've seen topics discussing this but no one has seemed to post a solution. At the moment, I'm testing passing parameters to my .Net web service. When the parameters reach the web service it adds it with an additional string then returns it too my application; but all I'm returning is the string message, not the parameter I passed. Is the...

Accessing Magento API with Java : Procedure ххх not present

Hello, experts! I need to build Special Java Api to wrap Magento Api. After struggling with several Magento bugs, I am finally able to login and get session id; but any method I call leads me to an error. The error is: Procedure '*procedure name*' not present I generated Java code from wsdl using Eclipse build in plugin and wsdl loc...

Flex Blaze DS not passing OpenSSO authentication cookie?

I have a set of RESTful web services. These services are protected on a Glassfish server by OpenSSO. When I attempt to call the RESTful services directly from a browser, OpenSSO intercepts the request, then forwards the request to the REST service once the user's credentials are authenticated. OpenSSO utilizes a session cookie on subs...

Publishing web service on IIS 7 gives 500.19 - Internal Server Error

Hello. I have created a folder and published my webservice to this folder. I then created an application (in IIS 7) and pointed it at this folder location. When I try and hit the ASMX file from a browser on the local machine I get the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed becau...

NTLM Authentication fails when behind Proxy server

Hi All, I've seen a number of post about consuming Web Services from behind a proxy server, but none that seams to address this problem. I'm building a desktop application, using Java, JAX-WS in NetBeans. I have a working prototype, that can query the server for authentication mode, successfully authenticate and retrieve a list of web ...

How To Add Reference a Webservice public Struct in App

Originally posted on: http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21355401.html I have a solution containing two projects: a webservice project and a web app project which has a web reference to the webservice project (the web app project is simply a test case). My webservice project includes a class file containi...

Secure/Best Practices for Account Creation for app that uses REST services?

I apologize if this is a somewhat stupid question, but I am very new to the REST programming realm. I have an application that is both web, mobile and machine accessible, and I will be leveraging REST-like web services for the mobile and machine part. I was going to use the S3 authentication model for the REST requests, however that re...

C# Web Service gets stuck waiting for lock, does not return

We have a C#(2.0) application which talks to our server(in java) via web services. Lately we have started seeing following behavior in (ONLY)one of our lab machines(XP): Once in a while(every few days), one of the webservice request will just get stuck, will not return or timeout. Following is the stacktrace where it seem to be stuck. ...

coldfusion class path for multiple services - only recognizing first directory

Hi, I am trying to use multiple web services on a single CF page. I have entered the stubs directory for each of the web services in the ColdFusion Class Path within administrator > server settings > java and jvm paths are listed separated by commas: c:\coldfusion9\stubs\ws1,c:\coldfusion9\stubs\ws2 for some reason, only the web ser...

Need Guidance on Validating xml received by Web service

I have a C# ASP.NET Web service that takes in xml as a string. The xml gets loaded up into an XmlDocument and parsed. The problem I have is that the caller might be sending Xml inside my xml elements, which will fail schema validation for me. My question is this: what is the recommended approach for dealing with this type of situation? I...

Is there a Google App Engine equivalent that lets you use SOAP with Java and is free?

Is there one? It's crucial for us to use SOAP and we don't want to have to attempt written this application in python, so we are looking for alternatives to the Google App Engine that is free. ...