What software elements must be assembled to build a SOAP
Server?



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

Post New Answer

More SOAP Interview Questions

What does xml-soap server includes to allow flexible services for the users?

0 Answers  


What are the elements of SOAP message structure?

0 Answers  


What is the difference between top down and bottom up approach in soap web services?

0 Answers  


what is SOAP ? why iti is used?

3 Answers   Saahi,


What are transport methods in soap?

0 Answers  






Mention the differences between soap and other remote access techniques?

0 Answers  


Can you elaborate on SoapBindingSkeleton?

0 Answers  


What are the disadvantages of soap web services?

0 Answers  


What is the role of wsdl document in web service testing?

0 Answers  


One key aspect of service oriented architectures is late binding of services: That is while an application is being executed the system can bind to the required concrete service. i. Service selection in inContext makes use of non- functional and functional aspects. Discuss briefly the difference between functional and non- functional aspects in SoA and why it is necessary to consider both when selecting services. ii. Discuss briefly how the inContext platform uses relevance ranking for service selection. Explain in particular how context data is being used. Continued

0 Answers  


How does the processing of the call() function happens on the server side using soap?

0 Answers  


What do you mean by SOAP encoding?

1 Answers  


Categories