[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.cosmos] Re: help with COSMOS_DG_Constructing_a_Data_Manager

Hi Nithya,

Which build of COSMOS and which version of Eclipse do you have installed?

David

Nithya wrote:
Hello,

We are trying to Run our MDR in Eclipse follwing the instructions in http://wiki.eclipse.org/COSMOS_DG_Constructing_a_Data_Manager. We have followed all the steps in this document. However, when I rightclick--> run on server, I get the following message in the console :

[INFO] Trouble processing wsdl file :No service was not found in the WSDL at file:/C:/eclipse-SDK-3.4M6-win32/eclipse/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/org.eclipse.cosmos.example.mdr/WEB-INF/services/StudentTeacherSample/META-INF/ with targetnamespace http://cmdbf.org/schema/1-0-0/query

The wsdl does not open up.

We are new to SOA, and are not sure on what is causing this error. The service element looks like this as of now in wsdl :

 <wsdl:service name="newLine">
   <wsdl:port name="MfloMDRQueryService" binding="tns:QueryBinding">
     <soap:address location="TO_BE_GENERATED"/>
   </wsdl:port>
 </wsdl:service>

Are there additional steps( in addition to those listed in the COSMOS_DG_Constructing_a_Data_Manager) that is needed to generate the right wsdl file?


We tried generating the wsdl automatically by setting <parameter name="useOriginalwsdl">false</parameter>. This geneartes a wsdl, however I am not able to access the EPR from the client.


Thanks,
Nithya