Questions tagged [was]

The Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host WCF services. For Websphere AS, please use [websphere] tag.

Excerpt from MSDN: Hosting in Windows Process Activation Service:

"The Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host Windows Communication Foundation (WCF) services. The WAS process model generalizes the IIS 6.0 process model for the HTTP server by removing the dependency on HTTP. This allows WCF services to use both HTTP and non-HTTP protocols, such as Net.TCP, in a hosting environment that supports message-based activation and offers the ability to host a large number of applications on a given machine."

This allows for the development, hosting and lifetime management of services that implement a wide range of transport channels. For example, Tibco EMS messaging.

192 questions
1
vote
3 answers

Is possible to get notification by e-mail when a site or app pool is down (using IIS7)

I am trying to find out if I can get notified when a site is down, or when a service running under WAS is no longer running. I don't want to code a monitoring tool, I am sure there must be something out there...
user80855
  • 1,414
  • 2
  • 12
  • 21
1
vote
0 answers

Invalidate cache in WAS-hosted WCF service

I need to invalidate cache entries held by a WAS-hosted WCF service. The wrinkle is that the invalidation trigger comes from an external process. I have considered the following approaches: Use System.Runtime.Caching.MemoryCache with timed cache…
Dan Hermann
  • 1,107
  • 1
  • 13
  • 27
1
vote
3 answers

Logging information about the client making requests to WCF (WAS) webservice

I have a WCF webservice, a number of webservices actually, all using net.tcp and hosted in IIS through WAS. Multiple clients are calling these services, all are known but cannot be controlled (that is, I cannot change their code and therefore I…
dphreak
  • 93
  • 1
  • 4
1
vote
1 answer

WAS net.msmq service messages stuck in retry queue

We are hosting a net.msmq service in IIS7. The queue is transactional. Messages arrive in the queue and are picked up correctly by the service. If an exception occurs, message is put into the retry queue. The retry delay is set to 1 hour, however…
En.
  • 21
  • 3
1
vote
1 answer

singleton pattern in Windows Activation Service

I have a few WCF services that are currently being self hosted, in a very basic NT Service. I want to expand my application to add provisioning of WCF Services, and updates, as well as isolation (I want each WCF Service to be in its own…
Joshua
  • 839
  • 4
  • 12
  • 15
1
vote
2 answers

Host WCF in WAS or IIS7?

We have a server application that has one module installed on a separate server, and want to use WCF for the two modules to communicate with each other. I've narrowed it down to hosting the WCF either in IIS7/WAS or in WAS without IIS. The main…
alchemical
  • 13,559
  • 23
  • 83
  • 110
1
vote
2 answers

How can I tell a WAS service polling an MSMQ to wait when busy?

I'm working on a system which amongst other things, runs payroll, a heavy load process. It is likely that soon, there may be so many requests to run payroll at peak times that the batch servers will be overwhelmed. I'm looking to put together a…
Jonny Cundall
  • 2,552
  • 1
  • 21
  • 33
1
vote
1 answer

Remove .svc extension in net.tcp

I am trying to host my WCF 4 web service in WAS and IIS for http and net.tcp. Is it possible to remove the .svc extension for net.tcp binding ?? If I do the following I get an error There was no endpoint listening at …
user342552
0
votes
1 answer

WP7 working with XML: filtering NullReferenceException was Unhandled C#

this is my SearchFile.xml that im using to filter the chippers by county
0
votes
1 answer

multiple WCF services hosted in WAS IIS using netTcp protocols on same port issue

One of the services works fine but the other always throws a Socket Timeout 'forcibly closed' error. I have portSharingEnabled='true' on both services and the netTcp Port Sharing windows service switched on. I've done a lot of research on this but…
BarryFanta
  • 69
  • 1
  • 1
  • 7
0
votes
3 answers

Host WAS hosting without IIS

I am using Windows XP which got IIS 5, I am facing some authentication issue during database actions. I tried impersanating but it didn't work for me. Can I host WCF service without IIS(5) in XP machine? Please confirm this.
Maddy
  • 164
  • 2
  • 13
0
votes
1 answer

How to transform a WAS Soap Service to Modern Rest Service

There is a big and old WebSphere service in my hand. This service basically working for most of the account operations like open,close,update etc. We use the Spring - Core project on the IBM WebSphere servers and as you know this is kind a little…
0
votes
1 answer

ApplicationPool is not creating a new user profile

When creating a new website or just a new ApplicationPool, IIS should create a new Windows user-profile (via WAS). Unfortunately this is not working anymore when I set the identity of the ApplicationPool to ApplicationPoolIdentity.The pool is…
Me3nTaL
  • 139
  • 2
  • 11
0
votes
1 answer

WCF, WAS, IIS and ports

Hi, I have worked with WCF for a while now but there is somthing Im not clear on. When hosting a WCF service in IIS the standard protocol will be http and the default port is 80. Its possible to change this portnr if needed. Then its also possible…
Banshee
  • 15,376
  • 38
  • 128
  • 219
0
votes
1 answer

generate IHS plugins to point to WAS cli

I'm trying to generate a plugin-cfg.xml file for IBM HTTP Server (IHS) to point to a WebSphere Application Server (WAS) environment. I've tried using several commands and tools to generate the file, but they don't seem to be working for my specific…
amaes
  • 1
  • 3