help with COSMOS_DG_Constructing_a_Data_Manager [message #10784] |
Fri, 04 July 2008 00:03  |
Eclipse User |
|
|
|
Hello,
We are trying to Run our MDR in Eclipse follwing the instructions in
http://wiki.eclipse.org/COSMOS_DG_Constructing_a_Data_Manage r.
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.cosm os.example.mdr/WEB-INF/services/StudentTeacherSample/META-IN F/
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,
NithyaHello,
We are trying to Run our MDR in Eclipse follwing the instructions in
http://wiki.eclipse.org/COSMOS_DG_Constructing_a_Data_Manage r.
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.cosm os.example.mdr/WEB-INF/services/StudentTeacherSample/META-IN F/
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
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #10814 is a reply to message #10784] |
Sat, 05 July 2008 18:22   |
Eclipse User |
|
|
|
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_Manage r. 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.cosm os.example.mdr/WEB-INF/services/StudentTeacherSample/META-IN F/
> 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
|
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #11221 is a reply to message #10831] |
Sun, 06 July 2008 11:31   |
Eclipse User |
|
|
|
Nithya wrote:
> Hi David,
>
> I am using Eclipse SDK Version: 3.4.0 and Cosmos build:
> COSMOS-1.0.0-200804270312.
I'm not the best person to help you with your specific problem, but I
would suggest you update to the 1.0 M3 stable build of COSMOS. I know
there have been quality improvements in the COSMOS SDK since the build
that you are using, and you might try building a new MDR using that
COSMOS version so that the WSDLs are generated properly for you.
David
|
|
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #11762 is a reply to message #10784] |
Fri, 14 November 2008 00:09   |
Eclipse User |
|
|
|
I've created a Student Teacher MDR by follwing the steps provided in the
devguide, but when I run the same it is giving tthe follwoing error in
the console
Trouble processing wsdl file :No service was not found in the WSDL at
..../org.eclipse.wst.server.core/tmp0/wtpwebapps/org.eclipse .cosmos.example.mdr/WEB-INF/services/StudentTeacherSample/ME TA-INF/
with targetnamespace http://cmdbf.org/schema/1-0-0/query
How can I resovle this issue, pls let me know.
Thanks,
vinesh.
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #11835 is a reply to message #11762] |
Fri, 14 November 2008 04:22  |
Eclipse User |
|
|
|
Originally posted by: david_whiteman.us.ibm.com
Hi vinesh,
Have you confirmed that you are using the latest version of the code &
the documentation? The documentation found on the wiki pages is obsolete.
David
vinesh wrote:
> I've created a Student Teacher MDR by follwing the steps provided in the
> devguide, but when I run the same it is giving tthe follwoing error in
> the console
> Trouble processing wsdl file :No service was not found in the WSDL at
> .../org.eclipse.wst.server.core/tmp0/wtpwebapps/org.eclipse. cosmos.example.mdr/WEB-INF/services/StudentTeacherSample/MET A-INF/
> with targetnamespace http://cmdbf.org/schema/1-0-0/query
> How can I resovle this issue, pls let me know.
>
> Thanks,
> vinesh.
>
>
>
>
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #571560 is a reply to message #10784] |
Sat, 05 July 2008 18:22  |
Eclipse User |
|
|
|
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_Manage r 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.cosm os.example.mdr/WEB-INF/services/StudentTeacherSample/META-IN F/
> 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
|
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #571618 is a reply to message #10831] |
Sun, 06 July 2008 11:31  |
Eclipse User |
|
|
|
Nithya wrote:
> Hi David,
>
> I am using Eclipse SDK Version: 3.4.0 and Cosmos build:
> COSMOS-1.0.0-200804270312.
I'm not the best person to help you with your specific problem, but I
would suggest you update to the 1.0 M3 stable build of COSMOS. I know
there have been quality improvements in the COSMOS SDK since the build
that you are using, and you might try building a new MDR using that
COSMOS version so that the WSDLs are generated properly for you.
David
|
|
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #572123 is a reply to message #10784] |
Fri, 14 November 2008 00:09  |
Eclipse User |
|
|
|
I've created a Student Teacher MDR by follwing the steps provided in the
devguide, but when I run the same it is giving tthe follwoing error in
the console
Trouble processing wsdl file :No service was not found in the WSDL at
..../org.eclipse.wst.server.core/tmp0/wtpwebapps/org.eclipse .cosmos.example.mdr/WEB-INF/services/StudentTeacherSample/ME TA-INF/
with targetnamespace http://cmdbf.org/schema/1-0-0/query
How can I resovle this issue, pls let me know.
Thanks,
vinesh.
|
|
|
Re: help with COSMOS_DG_Constructing_a_Data_Manager [message #572180 is a reply to message #11762] |
Fri, 14 November 2008 04:22  |
Eclipse User |
|
|
|
Hi vinesh,
Have you confirmed that you are using the latest version of the code &
the documentation? The documentation found on the wiki pages is obsolete.
David
vinesh wrote:
> I've created a Student Teacher MDR by follwing the steps provided in the
> devguide, but when I run the same it is giving tthe follwoing error in
> the console
> Trouble processing wsdl file :No service was not found in the WSDL at
> .../org.eclipse.wst.server.core/tmp0/wtpwebapps/org.eclipse. cosmos.example.mdr/WEB-INF/services/StudentTeacherSample/MET A-INF/
> with targetnamespace http://cmdbf.org/schema/1-0-0/query
> How can I resovle this issue, pls let me know.
>
> Thanks,
> vinesh.
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04263 seconds