What software elements must be assembled to build a SOAP
Server?
Answer / supra
At a minimum, all you really need is an XML processor and
an HTTP server.If you're using Visual Basic 6.0 or VBA,
then you probably want to use either Microsoft SOAP Toolkit
or PocketSOAP. If you're using VB.NET or C#, then you
probably want to use Visual Studio.NET or the .NET
Framework. If you're using Delphi, then you want to use
Borland's Web services support in Delphi. If you're
using C++, then you probably want to use Systinet WASP
Server for C++ or gSOAP. If you're using Java, then you
have a choice of about a dozen implementations (Apache
Axis, Systinet WASP Server for Java, The Mind Electric
GLUE, Cape Clear Cape Connect, IONA XMLBus, BEA Workshop,
etc.)
Favorite Java environments are WASP, GLUE, and
Axis. All offer excellent tools, they're portable across a
wide range of servlet engines, and they work!WASP and GLUE
can run standalone.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of Garbage Collectors ?
What does method list of soap consists of?
What are the advantages of json over http as compared to soap over http?
Explain soap encoding?
What is soap client?
What is a soap what for is it used?
How does building a call allows the communication to take place in between the client and the server using soap?
Explain about message passing in RPC?
Enlist the operation types response used in wsdl?
What are the differences between rest and soap?
What are the elements of a soap message structure?
What does xml-soap server includes to allow flexible services for the users?