Hello!
I would like to ask about the WSDL file used in WSIF. In particular,
the soap:address location of the Service name.
I'm just quiet puzzled that some of the files I saw is written the one
below,
<service name="ServiceNM">
<port name="SoapPort" binding="tns:SoapBinding">
<soap:address location="http://localhost/WSDL/iLON100.WSDL" />
</port>
</service>
Considering the above WSDL syntax, will this be able to correctly execute
from a remote client? If not, is there a way that you can change "localhost"
into the IP address of the server where the web service is located during
runtime? I've tried it in VB.NET by using the WebReference's URL property
and replacing "localhost" to the server's IP address.
Hoping for your answer.
Many thanks.
Leo