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
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
What is the procedure to send the call and get the response from the client to server using soap?
What do you know about foundation security services?
Explain what is soap?
What is the procedure followed on the client side?
What are the advantages which a user can get when he uses SOAP?
What are the steps that are required after providing the services to the clients?
What hierarchy soapui follows to build a proper testing project?
How does building a call allows the communication to take place in between the client and the server using soap?
List out important characteristics of a SOAP envelop element?
what is the difference between SOAP web service and RESTful web service?
What is entrust entitlements service?
Explain about the SOAP body element?
How a soap message is structured?
What is the role of wsdl document in web service testing?