On 12/3/07, SŽebastien Mosser <[EMAIL PROTECTED]> wrote: > > Ok, so, following what you said, I'm now using the following description : > > > <process name="tns:GetConvertedStockValue"> > > <active>true</active> > > <provide partnerLink="tns:client"> > > <service name="tns:GetConvertedStockValueService" > port="GetConvertedStockValue"/> > > </provide> > > <invoke partnerLink="tns:Stock"> > > <service name="stock:StockService" > port="StockServiceSOAP11port_http" /> > > </invoke> > > <invoke partnerLink="tns:Convert"> > > <service name="convert:ConverterService" > port="ConverterServiceSOAP11port_http" /> > > </invoke> > > </process> > > </deploy> > > > The loader basically throw the same exception. I'm trying to create a > lab session about WSOA using ODE in my engineering school, so it's a > quite huge problem ... :'(
The partnerLink attributes are not qualified names either. They are references to the partnerLink name that you have in your process. e.g. tns:Stock -> Stock, tns:Convert -> Convert alex
