I know this sounds backwards, but I am working on a web application using VFP that will be deployed for multiple web sites on the same server--each with it's own database. I am now working on a web service component for the application, but I need to let the component know which database to connect to.
Each web site will have it's own WSDL file for the service. Clearly that WSDL file specifies the URL that the service is associated with. But once I'm executing the component, I can't see a way to refer to that URL.
I would hate to have to submit the URL as a parameter for each call. The web service definition (SOAP) and IIS both know the URL. Can anyone tell me a way to capture this reference within my component?
Thanks,
Ron
Each web site will have it's own WSDL file for the service. Clearly that WSDL file specifies the URL that the service is associated with. But once I'm executing the component, I can't see a way to refer to that URL.
I would hate to have to submit the URL as a parameter for each call. The web service definition (SOAP) and IIS both know the URL. Can anyone tell me a way to capture this reference within my component?
Thanks,
Ron