Hi,
I am calling a web service as follows
<cfinvoke
webservice="http://.../.../CRMWSLoyalty.wsdl"
method="loyaltyGetAccountBalance"
returnvariable="xmlResponse"
>
...
</cfinvoke>
The problem is that in .wsdl the address is specified as follows
<wsdlsoap:address location="http://localhost:9080/crm/services/CRMWSLoyalty"/>
The problem is that, the localhost is specified instead of the correct host server.
It there a way to override the server location?
Thank you