This content has been marked as final.
Show 2 replies
-
1. Re: converting .NET application to soap using fuse services framework
dkulp_dkulp Feb 12, 2008 4:25 PM (in response to vrao)vrao wrote:
is this possible? any examples? where should the services framework run? same server as the service provider?
I guess I'm not sure what the question is. Can you describe what you are trying to accomplish?
.NET should be able to talk SOAP itself without any third party libs. Thus, if you have a service created with FUSE, .NET should be able to talk to it just fine. (and vice versa)
Dan
-
2. Re: converting .NET application to soap using fuse services framework
vrao Feb 13, 2008 4:14 AM (in response to vrao)I have a COTS .NET application (govwin)
I want to expose it as a web service. Can the services framework help me accomplish that?