Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is it easy to transport SOAP messages in so many underlying protocols (HTTP, FTP, SMTP, Jabber, etc.)?

0
10 Posted

Why is it easy to transport SOAP messages in so many underlying protocols (HTTP, FTP, SMTP, Jabber, etc.)?

0
10

• Because it is just XML. • Because it divides messages into header and body. • Because it follows a hierarchical encoding method. • Because it is a binary encoding. • It is not. SOAP only works over HTTP. • In Axis, when you change the scope of a web service, you are changing • when the remote object is to be created and destroyed. • the namespace used by the SOAP client. • the namespace used by the SOAP server. • the availability of the object server under various conditions. • the class that the web service extends. • Say you want to deploy some of the methods in class FinanceServices as web services, what would you need to do differently if you were using Axis versus MS VS .NET? • In .NET you comment each method that should be exported while in Axis all methods in the class are exported. • In .NET you just need to click on the compile button while in Axis you need to run the java2ws program. • In .NET you just need to click on the compile button, same as in Axis. • In .NET you need

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123