Posting XML Files to a Java web service

  • Thread starter Thread starter Andreas Kyriacou
  • Start date Start date
A

Andreas Kyriacou

Hello there!

I've written a VB.Net app that creates XML files based on an Access
database. I need to find a way to post each one of the XML files to a
Java-based web service that requires basic http authentication (this was
written by another company). I found lots of examples of passing strings to
ASP pages, but I haven't found any examples sending to Java and with
authentication.

Any ideas?

Thank you

--
Andreas Kyriacou, Senior Technical Consultant
(e-mail address removed)
=======================================================
GoldMine Certified Technician
GoldSync Certified Technician
=======================================================
Technology Platforms
276 King St. W Suite 312 Kitchener, ON N2G 1B6
Tel. (519) 584-2447 x208 Fax. (519) 584-2260
 
The java web service is expecting the HTTP header.
The header from Asp.net should be the same. HTTP Is a standard
With that being said. I would try to watch the http header that is being
sent to the java web service. To
you can create a http header with asp.net and send it to the java web
service.
 
Thanks for the response. Could someone post an example?

Thanks in advance.

--
Andreas Kyriacou, Senior Technical Consultant
(e-mail address removed)
=======================================================
GoldMine Certified Technician
GoldSync Certified Technician
=======================================================
Technology Platforms
276 King St. W Suite 312 Kitchener, ON N2G 1B6
Tel. (519) 584-2447 x208 Fax. (519) 584-2260
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top