You are on page 1of 1

Question 17: What is the relationship between the URL for accepting web service method invocation

requests and the URL for displaying the web service WSDL file?
To display a WSDL file from the URL that accepts web service method, you have to add ?wsdl at the end of the
URL accepting web service method or postfixing it.
If the URL is:
http://webservice.anybody:0000/ques
You use:
http://webservice. anybody:0000/ques?WSDL.
Question 25: If two VMs are deployed on the same PC and you want them communicate with each other
and with the host PC. How should you configure the VMs network adapters?

Let us assume there are two VMs A and B.


On VM A, Use VMware Player top menu VM|Settings to launch the Virtual Machine Settings window.
Choose the Hardware tab. Click on the network Adapter row. In the right Network connection section,
check the Host Only check box. Click ok.
On Computer B, repeat same step as above.
This way we can configure the VMs network adapters deployed on same PC.

Question 26: If two VMs are deployed on two different PCs on your LAN and you want them communicate
with each other and with the two host PCs. How should we configure the VMs network adapters?

Let us assume there are two computers A and B.


On computer A, as you have already deployed a vmware, Use VMware Player top menu VM|Settings to
launch the Virtual Machine Settings window. Choose the Hardware tab. Click on the network Adapter row.
In the right Network connection section, check the Bridged check box. Click ok.
On Computer B, repeat same step as above.
This way we can configure the VMs network adapters deployed on two different adapters.

You might also like