I'm seeking any implemented algorithm or even a service that I can provide it with a link and it provide back a measurement or a rank for that link in terms of popularity or hotness.
Hi,
Can someone who uses CJ's Commission Detail Service (REST) tell me what a sample XML response is for this query.
None of CJ's Web Services documentation indicates exactly how the XML is formatted and as I don't have any commission payments yet I can only guess the result.
I need to measure the length of time requests are taking to be processed on an ASMX ASP.NET web service. What is the best approach for this? Is there an support in ASP.NET that "natively" supports this without me having to write code? Thanks.
i need an sms service that can gives me a phone number and then my customers can send me sms to that number. then posts the sms information to my website like http://xx.com/newsms.php?body=hey
Thanks
What king of hardware/service do I need to create a voip system in my LAN ( only PC-to-PC call ) ?
1) Internet Connection
2) Voip phones
...
.
Help me to compile the above list ;)
Can python retrieve the name of the user that owns a windows service?
I've had a fiddle with win32serviceutil but to no avail, nor can I find much documentation on it beyond starting and stopping services.
Thanks!
Is it possible to make a WCF reference in a Silverlight DLL private? The option is greyed out and when you edit the Reference.vb file manaully, when running, it complains about not being able to serialize because it is not public.
I don't want the service to be exposed outside of the DLL. Is this possible?
Is it worth to set the service with ConcurrencyMode.Multiple and InstanceContextMode.Single attributes to save some performance when using named pipes ?
I mean when I do so I have to bother with multithreading issues.
I have a very simple WCF service I would like to pass it an array or json?
[OperationContract, WebGet(ResponseFormat = WebMessageFormat.Json)]
public string GetPreDisplay(string inputData)
{
//DoSomething with inputData
return "Sweet!";
}
My javascript...
var data = [paymentControls['claimNum'], paymentControls['claimSeq']];
$lps.GetPreDisplay(data, onComplete);
Obviously string is the wrong type. Can anyone point me in the right direction?
Thanks,
~ck
The service was started then stopped.Some services automatically stop if there is no work to do?
I've tried clearing all event logs but the error still persists.
I have a web service asp.net project which has a global.asax with empty Application_Start and Application_End implementations.
As far as I can understand, in this case it is of no use and could be removed (correct me if I'm wrong).
Do I need to do anything other than delete global.asax and global.asax.cs (such as change something in web.config or in the project settings)?
Just asking in order to not screw up some dependencies I'm not aware of...
Hi,
I want to use authentication web services that is exposed by my legacy client. But I cannot copy those user information in to liferay database. Can any one help me to write a custom authentication service OR a hook/plugin to reuse my own implementation for authentication?
Regards
Vishal G Pillai
Hi,
I am trying to create a very simple example of remoting which isn't working. I start the host and when I start client, it says "requested service not found"
Parts of My Application are:
Remoting Object : MarshalByRefObject
ComponentHost
Client
You can download my project from here
It has been 2 days and I am going crazy. Requested if someone can tell that where am I wrong?
does anyone know of a good statistics service for a widget I'm developing?
my requirements are
1.have the ability to get hundreds of thousands of events per day.
2.API to get results and registering events.
3.near real time results.
thnx
michael
i've been assigned a project to create a filestorage service on google applet engine.but i am really doubtful wheather it's possible or not given the 30 sec limit to process the response and moreover its the bigtable is just a database system not a storage server .am i correct ?
Hello,
I am looking for a service that can take a snapshot of a webpage at a certain time and save it online.
Something like:
http://www.diigo.com
or
http://www.iterasi.net/ (like a bookmark, but also with content).
The first doesn't do that well with javascript and doesn't save the complete page while the latter doesn't have free accounts any more.
I've been using gmail's SMTP server to send email (notifications, password reminder, etc) in my web application. However, i'm getting to the point where i'm reaching the limit of 500 sent emails per day using gmail's SMTP.
Is there any SMTP service's that I can use instead? A friend told me about sendgrid.com, but that's the only one i've heard of.
Hi, I have created a service that will transfer selected text to my application.
However, every time I make a transfer using the keyboard shortcut,
my application become the focus. I have to manually focus back to the original application.
How do I make it unobstructive?
I created an open source Project : TwPaste on github.
It provides The Social Source Code and Plain Text Sharing Service.
You can post any source code here ,
All pastes and comments will post to twitter .
I'm not sure the usefulness of this project , so I need your feedback to improve it ,
if you think it is useless , please tell me directly, I'll close it soon.
Thanks.
You can access it form below link
twpaste.com
When I add a service reference to my Visual Studio 2010 C# project, a new class for one of the types defined in the WSDL will be generated. A de-facto equivalent definition of that type already exists in our solution in a different assembly.
When adding the SoapTypeAttribute to the existing class and replacing the references to the generated class in the generated code, everything runs perfectly and as expected.
How would I tell Visual Studio to use the existing class in the generated code?
Hi,
I need to find a service that will allow me to send and receive SMS on a server for a project. The project requires that a user will have up to 8 keyword options to send, and will receive a different response back based on the keyword that they enter. Does anyone know of services that I could look into that will allow this?
Thanks.
I want to secure my wcf service.
For example if i want to generate public private key pair without involving any third part certifation authority.
What is the way and method to do it?
Any idea or any other approach.
I currently have a web service built on WCF. It's still in its infancy, so, major changes are still possible. I've been thinking on porting it from WCF to a Java-based solution since I'd like to have a Linux-based backend. What would be the best way to accomplish this "conversion"? Any advantages WCF may have that Java lacks?
Hi all,
I did developed a custom SharePoint Web Service . It is working fine when using http. But when we configure SSL(https) , it is not working and throwing the below error.
Request for the permission
of type 'Microsoft.SharePoint.Security.SharePointPermission,
Microsoft.SharePoint.Security, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=71e9bcee11233hj' failed.
Does anyone came accross a similar situation or any ideas on why this is happening?
Thanks
Carol
Hi,
I have a C# Windows Service that needs to access to a Linux computer to get a list of files in a particular directory. What .NET 3.5SP1 method would one use that allows me to do this?
Thanks.