Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebService without going through SOAP?
Message
General information
Forum:
ASP.NET
Category:
SOAP
Miscellaneous
Thread ID:
00957050
Message ID:
00957116
Views:
16
Generically this is possible using REST technology, even within .NET. .NET has sort of preempted "Web Service" as a name for a particular implementation, and I think this is the cause of the confusion.

Using REST web services, we have demonstrated Winforms hitting against a VFP Webservice running on Web Connection (ISAPI-based), e.g.

Hank

>Hello all,
>
>One of our client is arguing that they have a .NET webservice that is being called from a Windows Form application without going through the SOAP protocol... the person doesn't know exactly how it is done but I've looked at the code and it looks to me that it's a standard WebService.. so it has to be called using SOAP...
>
>For me, WebService is automatically linked with SOAP... correct me if I'm mistaken...
>
>What do you think? Is it possible to have a "SOAP-less" WebService ?
>
>Thanks,
> Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform