- This topic has 6 replies, 2 voices, and was last updated 14 years, 7 months ago by support-shalini.
-
AuthorPosts
-
engmti85Memberhi all…
please can anyone tell me if i can create a web service from myeclipse 8.5 blue and deploy on weblogic v10 ??if yes plzzz provide me with a sample if possible.
i tried it but it’s not working…
support-shaliniMemberengmti85,
You can create web services in MyEclipse Blue 8.5 and deploy to Weblogic 10.
You can refer to the tutorial here for a sample application –
http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/index.htmli tried it but it’s not working…
Can you give more information regarding your issue?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Are there any errors in the problems window or in the log file located at workspace dir > .metadata > log?
engmti85Membersupport-shalini ,
Thank You for the reply this is my Installation Details*** Date:
Wednesday, March 31, 2010 12:13:00 PM EET** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Blue Edition
Version: 8.5 Blue
Build id: 8.5-Blue-20100319*** Eclipse details:
MyEclipse Blue EditionVersion: 8.5 Blue
Build id: 8.5-Blue-20100319Eclipse Platform
Version: 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB
Build id: M20100211-1343Eclipse Java Development Tools
Version: 3.5.2.r352_v20100108-7r88FEwFI0WTuoBl0iaG0tyhfZH6
Build id: M20100211-1343Eclipse Plug-in Development Environment
Version: 3.5.2.R35x_v20100119-7Z7_FA2FDX-aXQYWqYDBz-z0qufo
Build id: M20100211-1343Eclipse Graphical Editing Framework GEF
Version: 3.5.2.v20100111-1352-777928194B66D5D476C33B2A
Build id: 201001111753Eclipse RCP
Version: 3.5.2.R35x_v20100119-9SA0FxwFnoCU5XxWItFdXXb27BA6
Build id: M20100211-1343Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse Blue Edition 8.5\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
C:\Program Files\MyEclipse Blue Edition 8.5\../Genuitec/Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\MyEclipse Blue Edition 8.5\../Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
C:/Program Files/MyEclipse Blue Edition 8.5
-configuration
configuration
-vm
C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dlli tried the sample step by step using weblogic instead of tomcat and i got this error when openning the wsdl
IWAB0379E Unable to open http://localhost:8080/WebServiceProject/CalculatorPort?WSDL.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: Connection refused: connect
support-shaliniMemberengmti85,
Since you are using weblogic, can you change the port accordingly.
Try using 7001 which is the default port for weblogic.
engmti85MemberShalini,
thank you very much for you help.
i replaced the port with 7001 and tried again but it didn’t work 🙁
then i tried creating an Enterprise Project and exporting to EAR then deploying the EAR my self (not through myeclipse) and it woked 😀
again thnx alot for your help.
engmti85MemberShalini,
hi again 😀 … i don’t want to be greedy but can you help me with the below post too :$ i’m trying to get it to work on websphere 6.1 which blue edition should do in a blink of an eye but i think i’m just not lucky 😀
https://www.genuitec.com/forums/topic/myeclipse-8-5-blue-amp-websphere-v6-1/
support-shaliniMemberengmti85,
Have you tried removing the deployment and redeploying before making the changes?
Please re-deploy your application and test again.
Let me know if that works for you.As for the second issue, I will follow up on that thread.
-
AuthorPosts