On Mon, Dec 1, 2008 at 6:39 AM, prakash tiwary <[EMAIL PROTECTED]>wrote:
> > > I tried to add new processes located at some url > http://10.1.1.8:8080/myapplication/mywsdl. > & <http://10.1.1.8:8080/myapplication/mywsdl.&> i got following error > caused by org.apache.ode.axis2.0deFault:The soap:address used for service > WSDL definition should be of the form > http://hostname:port/ode/processes/myProcessEndpointName > > > Is it true that we need wsdl location in above format? > Yep, that's ultimately where your process is going to be available so it's definitely recommended to have a SOAP location that matches the actual address. Matthieu > > Note, i have modified helloword2 example to add new processes & the put it > inside tomcat_home/ode/webinf/process . > -- > View this message in context: > http://www.nabble.com/any-special-soap%3Aaddress-ODE-format--tp20773164p20773164.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
