I need to upload an XML file to a webservice via a local Java App.
What java package do I need to use for this?
Any hints?
Printable View
I need to upload an XML file to a webservice via a local Java App.
What java package do I need to use for this?
Any hints?
You'd need the XML-RPC library available in netbeans. more info from sun
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?
go to the libraries tab in the project properties and pick the "JAX-WS" library