|
-
Jan 25th, 2008, 07:34 PM
#1
Thread Starter
Hyperactive Member
Upload XML to a webservice
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?
-
Jan 26th, 2008, 04:21 PM
#2
Re: Upload XML to a webservice
You'd need the XML-RPC library available in netbeans. more info from sun
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jan 28th, 2008, 06:21 PM
#3
Thread Starter
Hyperactive Member
Re: Upload XML to a webservice
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?
-
Jan 29th, 2008, 01:56 AM
#4
Re: Upload XML to a webservice
go to the libraries tab in the project properties and pick the "JAX-WS" library
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|