I have a web service running in IIS, there are no errors being thrown and everything works great. BUT I notice that there are thousands of Messages in the Event viewer. Every time I send a request to the web service, a few of this messages are added to the Event viewer.
Even Type = Information
Event ID = 0
Category = None
Source = /LM/W...
I would like to somehow feed by camera feed through a web service / site to be viewed over the web. Can someone please point me in the right direction?
I have C#, ASP.NET, Silverlight, and WCF experience already. How does one hook into cameras?
...
i have a website and i want to download a file from another folder on the same server. I want to use webservice, which i am not very familiar with. How can i download that file by pressing a button on my website, using webservice? does anyone knwo how this is done?
...
Hi all,
I have return a web services which return "Instances" from a datamining api. Now the problem is obvious web services by default cannot handle "Instances" as return type. What should be my approach.
Or
I may have to say User defined data types, please guide me of any documentation where I can implement this.
//////////////...
My requirement is to call WCF web service from ASP.NET code behind and pass some data for example:
void Add(int x, int y);
Result of the operation should be somehow stored within WCF web service (member variable).
Later user should be able to call
double Equals();
and get the result of the operation. Of course since it's an open w...
Hi All,
i am writing an application in which i am creating web services. i am creating an operation(method) which retrieves database table values from database table in resultset. Hence we can't return resultset value directly in web services. i am creating a class which holds the values from resultset. instead of resultset i am returni...
Hi all,
My company is considering buying Xcelsius to allow users the production of dashboards
I think the tool is quite powerful as far as the dashboard creation is concerned, many widgets, based on Excel which the users know well...
I was wondering how good the product was to retrieve data from a web service (WCF for instance) and if ...
Hi,
I have the task of creating a web service that would be used by some clients.
We didn't get the xsd's or anything. There are layers and layers of communication between me and the client, and it's just too complicated to get the problem through (and it probably wouldn't resolve anything for about a month, while we do have a schedule...
I want to be able to run a proper Axis2 web service by just executing mvn jetty:run. Ultimately I want to produce a single war that I can deploy somewhere.
I am just looking to use POJO web services but I'm curious to know what the full dependency tree looks like. Assuming everything else is correct, below are the axis2 specific depende...
We have a need to poll a number of external data sources.
The data sources initially are SOAP web services, but they might be in future RESTful web services, flat files, or other things.
The polling period needs to be configurable (ideally per-data-source).
The returned data initially is XML, but in future it might a line from a file ...
Is it possible to create an C# web service which returns multiple strings, without generating a complex type? (Because my client can't handle complex types and I need to return exactly 2 strings with the names: "wwretval" and "wwrettext")
I've already tried to create a struct or a class or do it with out params, but it always generated...
If an application relies heavily on SOAP Web Services to pull data and construct pages based on this data it receives, how is the best way to determine and handle it if the soap web service is not functional ?
Is it possible for the WSDL to be available but the web service be down? I am told that this is possible.
History to underst...
I'm actually working on a website project. I'm new with web services. I have 4 years experience in object oriented programming (java, c#, ...). I have read a lot on web services but none of my documentations are telling how to use all the technologies to make a real web service project.
What I want to do is:
1. Use a MySQL backend mappe...
I'm searching a SharePoint server through web services. When the web services return Word/Excel/PowerPoint documents, they contain links to the actual files, e.g. http://server/site/mydoc.doc. When the web services return PDF documents, they contain links to pages that link to the PDF document, e.g. http://server/site/DispForm.aspx?ID=...
I have a decent sized chunk of .NET code that now needs to be accessed by an ASP web page. Transactions need to be sent at regular instances to this "server" for processing. Processing takes less than a second and there are maybe 100-1000 such transactions a day
I've really only worked with COM and windows services before, so my normal ...
I've read numerous posts about this and have received conflicting info - I'm trying to 'boil down' a number of questions others have asked in hopes a good clear answer can exist somewhere on the web :-)
I am writing .NET application for my PC that connects to an IIS webserver running ASP.NET. The webserver has two methods similar to...
I'm learning about web services and most of the resources I've been reading talk about registering your web service once it's ready for use by others. Is registering a web service required to use the service?
For example, let's say I have a web application on a company intranet and I create another web service app that retrieves some so...
I am hoping someone can point me in the right direction here. I am trying to create web service that will return ajaxified results. Specifically, I want to write a web service that will fetch email through a secure connection. However, rather then have the web service return every single email, I just want to fetch maybe 5 emails at a ti...
I am trying to explore more about web service in Python/Django and to be honest i am quite confused. There are so many things like SOAPpy, XML-RPC, JSON-RPC RESTful, web service.
Basically all i want to know is what is the standard way of implementing web service in Python/Django and has anyone implemented in live production environmen...
Hi,
I have a web service hosted on tomcat6.
The web service consists of more services.
One of them calls another service n times on the same server tomcat6.
Sometimes, when it send the requests, I have this exception returned from the server.
<ns1:XMLFault xmlns:ns1="http://cxf.apache.org/bindings/xformat">
<ns1:faultstring xmlns...