Results 1 to 5 of 5
- 12-13-2009, 09:20 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 10
- Rep Power
- 0
- 12-13-2009, 09:34 PM #2
Senior Member
- Join Date
- Dec 2009
- Location
- Belgrade, Serbia
- Posts
- 364
- Rep Power
- 4
Hi,
you can find step by step tutorials for server and client here:
netbeans.org/kb/trails/web.html
Pay attention on versions of JDK, Axis2 or JAX-WS... !
I recommend reading short WSDL tutorial on "w3schools"!
good luck! :)
- 12-13-2009, 11:54 PM #3
Member
- Join Date
- Dec 2009
- Posts
- 10
- Rep Power
- 0
Unable to opem web service test page
When I right click on a web service project and click "Test Web Service". I am getting an "Unable to open webservice tester page
://localhost:8080/WebServiceApplication2/............
Make sure the service is running properly and server is running"
I checked the server GlassFish is working...what is the problem.
- 12-14-2009, 11:41 PM #4
Senior Member
- Join Date
- Dec 2009
- Location
- Belgrade, Serbia
- Posts
- 364
- Rep Power
- 4
Do you use bundled Glassfish?
Maybe you have URL problems.
You have to find out where exactly is you app deployed on bundled Glassfish
so pay attention on part of URL after port 8080 where you have
name of application,
and tricky part at the end that maybe is
name of your service class that contains operations or
maybe it has some suffix:
:8080/NAME_OF_APPLICATION/Name_of_Service
or
:8080/NAME_OF_APPLICATION/Name_of_Service/WS
or use
/WSService at the end instead of /WS
Those things are automatized so i cannot tell you how it works
just be sure you try all possible URLs
- 12-15-2009, 07:39 PM #5
Member
- Join Date
- Sep 2009
- Posts
- 37
- Rep Power
- 0
Hi.
In my opinion, you can refer to the url below:
NewAndNoteworthyNB68 - NetBeans Wiki
Regards,
raqman.RAQ Report: free Java reporting tool.
Similar Threads
-
Cannot start j2me polish in netbeans
By arnab321 in forum CLDC and MIDPReplies: 10Last Post: 09-05-2011, 11:18 AM -
Need to help to create an application using jsp, web services, ejb, mysql
By sankethm7 in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 04-22-2009, 10:06 AM -
How to create web services project
By callmevijayc in forum Web FrameworksReplies: 3Last Post: 02-20-2009, 07:18 AM -
How Start NetBeans..............
By bscs04b046 in forum NetBeansReplies: 3Last Post: 04-22-2008, 03:53 AM -
how to create java client to access web services running on https/ssl
By navneet1083 in forum NetBeansReplies: 0Last Post: 11-13-2007, 10:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks