I am developing a local app that connects to a web service and it uploads a XML file.
What java package do I need to use in order to connect to the webservice?
You can use javax.xml.rpc. There are many resources on the internet for learning how to do that. Here are a few:
ONJava.com -- Creating Web Services with Apache Axis
The Java(TM) Web Services Tutorial
Get ahead with Java Web services
Im using netbeans 6.0 and I tried this import statement:
import javax.xml.rpc.*;
this import statement is giving me a 'package javax.xml.rpc does not exist' error. Do I need to download something in order for netbeans to find the package?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks