Closed Thread
Results 1 to 3 of 3

Thread: Upload a XML file to a web service

  1. #1
    xxarmoxx's Avatar
    xxarmoxx is offline Newbie
    Join Date
    Apr 2007
    Location
    San Francisco
    Posts
    10
    Rep Power
    0

    Upload a XML file to a web service

    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?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    monkey_instinct's Avatar
    monkey_instinct is offline Learning Programmer
    Join Date
    Dec 2007
    Posts
    88
    Rep Power
    16
    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

  4. #3
    xxarmoxx's Avatar
    xxarmoxx is offline Newbie
    Join Date
    Apr 2007
    Location
    San Francisco
    Posts
    10
    Rep Power
    0
    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?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Upload file error.
    By bleastan in forum PHP Development
    Replies: 2
    Last Post: 07-20-2010, 12:28 AM
  2. upload file
    By leeyo in forum JavaScript and CSS
    Replies: 4
    Last Post: 07-19-2010, 10:03 AM
  3. Upload multiple file
    By claudiu in forum PHP Development
    Replies: 6
    Last Post: 01-23-2010, 07:20 AM
  4. Upload a file
    By jacobronniegeorge in forum Visual Basic Programming
    Replies: 1
    Last Post: 09-11-2007, 06:40 AM
  5. How to add upload file
    By Kleopatra in forum HTML Programming
    Replies: 3
    Last Post: 07-23-2007, 06:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts