If by “calling remotely” you mean calling from another .NET service NOT webMethods, then yes, if you configure the .NET proxy to do an Async call as described in the .NET docs.
I would look to Glue for easy (by comparison to J2EE) deployment of “Application Server” i.e., heavy-duty business logic type Web Services. This makes a lot of sense for shops standardized on Java. I think of Glue as bringing .NET-like simplicity of Web Service deployment to Java.
I would look to the Integration Server for B2B or Enterprise Application Integration Web Services because of the wealth of built-in functionality, the easy, powerful and reliable publish-and-subscribe facility (Broker), and developer productivity offered by Flow services.
Servicenet (formerly webMethods Fabric) provides the means to link Web Services in what is generally generically called an “Enterprise Service Bus”.
webMethods now seems to be using the term Fabric to refer to the entire product Suite.
Bottom line: If you are trying to decide whether to use Integration Server or Glue to host a Web Service:
If it’s an integration pattern, consider the Integration Server.
If it’s a business logic pattern that requires Java, consider Glue.
#API-Management#soa#webMethods