Friends,
Hope you can help with a problem I am encountering with Apex and Web Services.
I have used the wizard within Apex to to create a web service reference. The webservice works as expected however...
One of the wizard steps requires the location of the wsdl file, which for development is at location a.
However when application is moved to QA, the wsdl will be at location b, and when this goes into production it will be at various different locations dependent on customer requirments.
I exported the application and looking at the resultant sql file, I can see wsdl reference is there, but I would rather not have to keep amending this file as it could become error prone or easily forgotten during the installation process.
Are there any other options that I have to amend the wsdl location? as it now appears the development location is hard coded into the application!
I have searched the Apex OTN Forums and found this question has been asked here and here but there have been no responses.
In case of need I am using Apex 3.2.1 & Oracle 10.2.0.3
Thanks in advance.