DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21264>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21264

Expand variables in custom WSDL

           Summary: Expand variables in custom WSDL
           Product: Axis
           Version: 1.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Often custom WSDL files need to be created, be it for technical or political 
reasons. One major issue with WSDL files however is that they require service 
locations to be hardcoded. It would therefore be very helpful if Axis provided 
the option to automatically expand certain varibles within a specified WSDL 
template file:

< <soap:address location="http://${host}:${port}/${context}/services/xyz"; />
--
> <soap:address location="http://test.org:8080/test/services/xyz"; />

Reply via email to