RE: looking for samples



What I want to find is an example that uses Unmanaged c++ , no .net
technology, no asp technology. Using sockets is fine. I just want to see
how the server should set itself up. Process a few bytes, and respond with a
few bytes.

If the bytes going back are http or ftp does not matter, I just want to get
a grip on where to start from.
--
Gak -
Finecats


"Luke Zhang [MSFT]" wrote:

Hello Gak,

I think there are a lot of solution for such an issue. For example, without
IIS, you can create a server appliaction with Sockets and communicate with
TCP. For a solution with IIS (much easy to implment), you may consider a
solution with Web service. For example, a .NET web service running on IIS.
The client can be .NET application or an unmanaged C++ application based on
SOAP toolkit.

Following newsgroup should be best place for further questions on Sockets
on Web Service:

microsoft.public.win32.programmer.networks
microsoft.public.dotnet.framework.aspnet.webservice

If there is any questions, please feel free to let us know.

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.




.



Relevant Pages

  • Problem solved
    ... am not using a beta of WSE 3; the file does already exist in my web service. ... I have no problems when I do this on a new simple web service project. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: writing to file from web service
    ... WCF web service. ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ... nature are best handled working with a dedicated Microsoft Support Engineer ...
    (microsoft.public.dotnet.languages.vb)
  • RE: e.result.length in WCF?
    ... Is there an equivalent way to determine the size of the result from a WCF ... use in classic asmx web service. ... Microsoft Online Support ... nature are best handled working with a dedicated Microsoft Support Engineer ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How to alias 2 classes in c#
    ... For ASP.NET webservice's client proxy, if you use "Add WebReference" to ... the type sharing support is still limited. ... where an initial response from the community or a Microsoft Support ... having 2 versions of a web service with a total compatibility ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Problems with namespaces
    ... \par Microsoft MSDN Online Support Lead ... \par where an initial response from the community or a Microsoft Support ... Than I have web service, that also uses the same classes (I ... \par Simon ...
    (microsoft.public.dotnet.framework.webservices)

Loading