Results 1 to 4 of 4

Thread: Upload XML to a webservice

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    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?

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    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?

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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
  •  



Click Here to Expand Forum to Full Width