473,804 Members | 3,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I need to download SOAP components

What should I download to have SOAP on my computer?
Nov 23 '05 #1
1 1402
Hi,

This is an interresting question. SOAP is a protocol. An XML
vocabulary, and therefore 'has no single implementation' .

The SOAP protocol is used, among other, for Web Services.

Therefore, I could say; Install IIS, .Net and you have SOAP support in
Web Services.

If you are developing a Server or Client that uses SOAP, it depends on
your development environment:

VB, C++, Delphi, etc:
You can use: The SOAP Toolkit (SDK), Microsoft XML Core Services
(MSXML3/4/5) and i'm sure there are some other toolkits for SOAP

Java:
Xalan, Xerces

..Net 1.x:
ASP.Net WebServices
System.Web.WebS ervices.Protoco ls.Soap

..Net 2:
-See .Net 1.x
Windows Communication Foundation (formely know as Indigo)

These where just the first options that jumped into my mind when
writing this.

Hope this helps,

Marvin Smit.
On Fri, 2 Sep 2005 08:35:33 -0700, "Joe H" <Joe
H@discussions.m icrosoft.com> wrote:
What should I download to have SOAP on my computer?

Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2545
by: Christopher Pragash | last post by:
Hello All, Recently I had posted a message to forum requesting assistance to resolve a security issueI was facing in .NET Framework 1.1, the error being "Because of Security Restrictions, the ObjRef cannot be accessed". The solution was in the server's app.config file where I had to set the 'typeFilterLevel' to 'Full' for both the SOAP as well as the Binary formatters. My remoting environment was set for Server activated components (so...
2
3430
by: c | last post by:
We have an API that has an XML interface. We have a client who has a .NET application and wants to use our API. Why will SOAP make life easier for our client? It seems to me that .NET to XML should be easy enough, but they're saying they want SOAP interface. thanks. c
1
2199
by: Camilla | last post by:
I'm making one of my first web services (with C#) and need help getting started. I have received an idl file and a sdl file that describes the interface I need to implement... but how do I generate anything from these files? It seems like I have to convert one of the files to a wsdl file and then use wsdl.exe?? Thanks for your help! (I wont be back to reed your answer until monday...so no hurry! :-)
6
2419
by: Guest | last post by:
Hi, I unerstand that if you choose IIS to host your .Net Remotingcomponents with HTTP channel and SOAP formatter, you get thebuilt-in security and configuraion features of IIS. Also we canexpose it to use for the web services clients. But using HTTPwith SOAP has got the least performance amoung all others (exTCP with Binary etc). The question is what are the advantages of using http with SOAPover http with Binary formatter? What are the...
2
4208
by: Suresh | last post by:
Hello All, Iam trying to download the Microsoft.WSDK dll as my application needs to refernce it. I searched MSDN and other releveant places to downlaod the dll but of no avail. Can any one please point me to the right location , if the dll is no longer valid then which dll should I be using to refernce Microsoft.WSDK and Microsoft.WSDK.Security
0
2755
by: Softwaremaker | last post by:
Sorry for this shamless plug. I thought I share with this group a tool I just released into the wild. It is great for show-n-tell and testing http and tcp SOAP Services. It can post manual crafted SOAP messages to listening WSE-Enabled TCP SOAP Services. Try posting the snippet below to the listening TCPSyncStockService. Play around and tweak the values and angle-brackets as well. I hope it will help you as much as it did for me. Feel...
1
6338
by: Stu | last post by:
Hi, Im using vis studio 2003 and I think wse is out of the question as clients could be using java which doesnt support it. So I managed to find some code which allows you to develop a custom soap header called by using a http module. The problem Im having is I cannot seem to get the event to raise to fire off my authenticate method in the global.asax. The module is plumbed in to my web.config file Code Below:-
4
1960
by: Pete Wittig | last post by:
Hello, I am creating an app using Serviced Components and I am exposing them using the Enterprise Services SOAP service. Here is my problem: I have one COM+ application with several serviced components. When I enable the SOAP service, I can access a WSDL link to every component in the application. What I would like to do is the following: Have a class A that is exposed through the SOAP service that provides getters for instances of...
11
1507
by: cj | last post by:
I have used web services before WSDL files and such but never written one. I need some basic starting info. 1. Can I write a web service in a windows app? or are all web services asp web apps? In other words what type of program do I create? 2. Anyone point me to a tutorial that is very basic like write one that takes two numbers and returns the sum? 3. Getting a bit deeper now, but I need to know if to use VB 2003 or
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9157
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.