Can I Use Xsocket In Wcf Hosted Window Service Application? - xsockets.net

I have application where WCF is hosting windows services . i want to know can i use Xsocket in that existing application ?? If can then how ?
Please just give little help.
Thanks advance

Related

Consume soap web service from Azure web app

I'm trying to consume a soap web service from an azure web app.
To do this I need to run a connectivity test through telnet to do this.
How would I go about doing this in Azure?
thanks
Chris
Unfortunately, Telnet client is not setup by default on Azure App Service.
It is not possible to install it as it requires elevated permissions.
My advice would be to develop a quick app, for example based on this kind of tool: https://github.com/mkozjak/node-telnet-client
Hope this helps,

PowerBuilder to other running server connection

please help...
I want to use the web services of an application server(java application server) Which is running on the localhost:9000 on my system in my powerbuilder 8 application.
Thanks in advance.
Are you saying you want to use your local workstation (localhost) as the production backend server for your application? That's definitely NOT a good idea.

Create Web service for my mvc application

I create a mvc application and i want to use some Push server and some web service for my application to communicate.
I found that a SignalR is best choise for Push Server.
Did I need create another web service for my other work or SignalR do the web services work?
If I need another web service, WCF is best choise? or I have another choise?
Sorry for my bad english
You need have to create a seperate web service for signalR. Please find the example below for signalR with MVC
http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc-4
Thanks
Naren

JAX-RS web service in WSO2 ESB'a sample axis server

I wanted to know if we can create and host JAX-RS web service in WSO2ESB's sample axis2 server.
If yes can someone be kind enough to give me a link to a working example.
Thanks in advance!
i think it is possible,build the service and deploy that to sample axis2Server\repository\services folder

.Net Micro Framework and Web Services

I want to connect from a .Net Micro Framework application to an existing web service hosted in WCF on a Windows Service / IIS. Is this possible and could someone please point me in the right direction with regard to the documentation on how to do this?
Thanks
Maybe this articles can help you
"Implementing Web Services on Your Devices" (.Net Micro):
http://msdn.microsoft.com/en-us/library/hh423016.aspx
"Connected Devices Using the .NET Micro
Framework": http://msdn.microsoft.com/en-us/magazine/gg232761.aspx