What software elements must be assembled to build a SOAP
Server?
Answer Posted / 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 |
Post New Answer View All Answers
What are the steps taken in soap processing model?
how to find the person who locked in the weblogic server
What is the role of wsdl document in web service testing?
What are the syntax rules for a soap message?
What is the procedure to send the call and get the response from the client to server using soap?
How does the message security model allow the creation of soap more secure to use?
Explain how you can parametrize the endpoints in soap ui?
Enlist few frameworks in java to implement soap web services.
Explain the message element in wsdl?
Soap or rest apis, which method to use?
What are disadvantages of soap?
What are the differences between rpc style and document style soap web services?
What are the primary security issues of web service?
What are the advantages which a user can get when he uses SOAP?
What is a soap?