Consuming Web Services in Netbeans

Posted by Seven on Stack Overflow See other posts from Stack Overflow or by Seven
Published on 2010-04-30T23:43:30Z Indexed on 2010/04/30 23:47 UTC
Read the original article Hit count: 356

Filed under:
|
|
|
|

Hi. I've setup a project in Netbeans 6.5 with some web services that I've created myself and some web services that I've imported from WSDL files. I've setup a couple of desktop application through Netbeans in order to consume these web services. I'm not too sure where to go from here.

I have the GUI setup but not sure how to reference the web services so they can be consumed. I was wondering would anybody be able to guide me through this process or point me in the direction of a relevant tutorial. I'd also like to learn how to consume a web service through a JSP (also created in Netbeans) if possible.

Thanks.

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about programming