You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/07/02 09:54:58 UTC

DO NOT REPLY [Bug 21264] New: - Expand variables in custom WSDL

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: axis-dev@ws.apache.org
        ReportedBy: jain@gmx.net


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" />