wsdl - OpenESB - different environments -
i developing service layer app provides catalog of webservices, orchestrating them using openesb.
i create bpels importing external wsdl definitions using http://localhost:8080/services/myservice?wsdl
.
the problem -- these bpels depend on specific url, , when deploy on production server, esb layer stops working.
how can make bpels independent of specific endpoint? can refer uris external config file?
to must create application configuration , application variable , add them on http address. example: "http://${myhtttpaddress}:${myhttpport}/service1/myservice?wsdl"/>. applications , variable set in administrative console , can changed each environment.
regards
paul
Comments
Post a Comment