Further Assistance
I am testing the WSO2 Registry for my organization and I have it setup and running but I do have 3 questions.
1. My WSDL file has 2 different URI's to access the application (1 secured through a Gateway device and one open for developers). How would I store this information in the 'Resource' tab to allow developers to understand which URI to use if they are developing or if they are moving to production?
2. How do I store a specific PDF with a service? Do I create a collection and include a /conf folder for all PDF's or should they be attached directly to the WSDL Resource?
Lastly...
3. I have 3 URLs my customers must use to access a webservice (1.asp, 2.asp and 3.asp). They all use the same WSDL (service.wsdl). Is there a way to indicate the various URLS (which are actually the various versions of the service) for the same WSDL file?
Thanks,
Tim
- Login or register to post comments
- Printer friendly version
- 222 reads











Hi Tim, 1. One method for
Hi Tim,
1. One method for this would be to add two properties to your WSDL resource, indicating the development URI and the production URI.
2. Creating a collection to store all the resources related to a service would be a better approach. And you may also want to create associations between the WSDL and some of its related resources (like PDF). So that you can track which resources has to be updated, when you are updating the WSDL, etc.
3. This is not very clear to me. Can you explain this bit more.
Thanks,
Chathura