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
Explain soap?
how to find the person who locked in the weblogic server
What are the communication channels available for a web service?
What are the information contained in the service deployment model?
What are transport methods in soap?
What are the web relation functionalities provided by soap protocol?
Give an example about the functioning of SOAP?
What are the major components that make up a web service - soap (simple object access protocol)?
Which is more secure rest or soap?
What are the different components can be used in the web services?
Explain about SOAP?
Explain about the SOAP Envelope element?
List out the important characteristics of soap envelop element.
Explain the actions performed by soapui?
in soapui i am prepared test data and create request and run the request. response generated. this response data how to validate/verification. how to verify the xml data in database. write query to get xml response data in oracle query. pls help me