- This topic has 18 replies, 5 voices, and was last updated 16 years ago by Pradeep_J.
-
AuthorPosts
-
mfkilgoreMemberThis message has not been recovered.
Riyad KallaMemberThis message has not been recovered.
mfkilgoreMember@support-rkalla wrote:
Does your setup look like Figure 13 here: http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/webservices/index.html
What URL did you use? Does the service ever work or fail every time? Did you be sure to run Tomcat after deploying it?
Thanks for your reply, looking at other messages I find I was missing ?wsdl on the URL. It appears to be working now
mfkilgoreMember@support-rkalla wrote:
Does your setup look like Figure 13 here: http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/webservices/index.html
What URL did you use? Does the service ever work or fail every time? Did you be sure to run Tomcat after deploying it?
Thanks for your reply, looking at other messages I find I was missing ?wsdl on the URL. It appears to be working now
Riyad KallaMemberGlad to hear it.
liyazi66Member@support-rkalla wrote:
Glad to hear it.
but I still can not solve the problem,I add the string “?wsdl” after the url, bu it does not work ,who can give some solution? very thanks!!
fratelicMemberwhat should be my wsdl document url if i am using weblogic 9.2 as server?
Riyad KallaMemberfratelic,
Wouldn’t it just be the same?
fratelicMemberi had this problem. :]
IWAB0379E Unable to open http://localhost:8080/HelloWorld/services/HelloWorldService?WSDL.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: Connection refused: connectMY INSTALLATION SUMMARY
==============
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060629-1905Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Documents and Settings\L312c14\My Documents\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
9bc_90
-product
com.genuitec.myeclipse.product.ide
-vm
c:\jdk\bin\javaw.exe
Riyad KallaMemberWhat does:
http://localhost:8080Give you? Also did you make sure to start the server after deploying it?
fratelicMemberthanks for the reply rkalla:) the result i got was :
IWAB0379E Unable to open http://localhost:8080.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: Connection refused: connectthe server was on running mode 😀
Riyad KallaMemberOh sorry, I meant what do you get when you connect to that url with your browser, not the WS Explorer?
fratelicMemberokay. i did that and on firefox, it displayed:
“Unable to connect
Firefox can’t establish a connection to the server at localhost:8080.
# The site could be temporarily unavailable or too busy. Try again in a few
moments.# If you are unable to load any pages, check your computer’s network
connection.# If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.”thanks
Riyad KallaMemberit looks like the server isn’t running, so if that’s the case, using the WS explorer is not going to be able to give you any response. Did you not run the server OR set it up to run on a diferent port than the default 8080?
fratelicMemberi did run the server but i am not sure wad port it is set to as i never do anything to the default 8080. i using weblogic 92. thanks
-
AuthorPosts