Hi, I have exactly the same problem, my broker.endpoint is deployed in my process/$SERVICENAME folder, the namespace in the property file is the same as in the wsdl and my properties are well formed (i.e : ode_ns.SampleService.ode.address=.... (the service port is optional))
Where can I see if my broker.endpoint is well deployed/used in my ode/process ? Ths, Alexis Midon-2 wrote: > > Hi Paul, > > I suspect 2 potential mistakes. First you might not be using the right > namespace. The alias should point to the namespace of the > SampleService itself. Maybe the documentation sample was misleading. > > Second, remember that the syntax is the following: > [nsalias.servicename[.portname].ode.]property (where elements between > brackets are optional) > > So when you write: > ode_ns.SampleOrchestration.SampleService.ode.address=.. > it means you want to change the address of the port SampleService of > the service SampleOrchestration. > The corresponding wsdl would look like below. Obviously this does not > match your explanations. > > <service name="SampleOrchestration"> > <port name="SampleService" binding="...."> > <soap:address location="..."/> > </port> > </service> > > So I think what you want to write is: > ode_ns.SampleService.ode.address=.... (the service port is optional) > > Note that the service exposed by the BPEL process is never mentioned here. > > I hope it helps. > > Alexis > > On Wed, May 13, 2009 at 8:19 AM, <[email protected]> wrote: >> >> Hello all >> >> I have been reading the endpoint reference document in the users guide, >> but >> I have to admit I am not sure how to set this up. I put the file in the >> process/$SERVICENAME folder, but I am not seeing the desired results. >> All >> I want to do is configure the URL in the executed services. In ActiveVOS >> I >> was able to do this with a URN setting, but I am not having any success >> with ODE. >> >> This is what I have in my broker.endpoint file. >> alias.ode_ns=http://ode.apache.org >> ode_ns.SampleOrchestration.SampleService.ode.address=http://www.metavante.com >> >> SampleOrchestration is the name of the Orchestration exposed from the >> BPEL >> Engine, and SampleService is the WSDL name for a service consumed by the >> BPEL Process. I want to change the SampleService url to a different >> server. (Better for code migration between dev, unit, readiness, prod) >> >> >> Any Help will be greatly appreciated. >> >> Paul Johnson >> --------------------------------------------------------------------- >> This message contains confidential and proprietary information of the >> sender, and is intended only for the person(s) to whom it is addressed. >> Any use, distribution, copying or disclosure by any other person is >> strictly prohibited. If you have received this message in error, please >> notify the e-mail sender immediately, and delete the original message >> without making a copy. >> > > -- View this message in context: http://www.nabble.com/WSDL-Endpoint-URL-Address-tp23524951p25474506.html Sent from the Apache Ode User mailing list archive at Nabble.com.
