ESB and deployment issues.
437985Jan 1 2007 — edited May 30 2007Hi all.
I noted that when I create a SOAP service in ESB, the address of the target WSDL is defined inside the .esbsvc file, like this for example:
<endpointDefinition>
<concreteWSDLURL>/esb/wsil/Siad/SiadRS?wsdl</concreteWSDLURL>
<soapEndpointURI>http://localhost:8888/event/Siad/SiadRS</soapEndpointURI>
</endpointDefinition>
Now suppose that this ESB service is in a development environment, and I want to deploy it on a production ESB server. How can I acomplish this?
I've seen that BPEL Process Manager has the WSDL locations of it's partner links located in the bpel.xml file, and also has support for property descriptors like wsdlLocation and wsdlRuntimeLocation, so I have some options to move a BPEL process from development to production.
What about ESB? Could you guys point me solution for this?
Thanks
Denis