Re: Posting XML Files to a Java web service
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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.
"Andreas Kyriacou" <akyriacou@xxxxxxxxxxxxxxxxx> wrote in message
news:eDSfSjqwFHA.3556@xxxxxxxxxxxxxxxxxxxxxxx
> 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
> akyriacou@xxxxxxxxxxxxxxxxx
> =======================================================
> 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
>
>
>
.
Relevant Pages
- Setting HTTP Header Attributes
... I am writing an application that makes a number of web service calls ... to a variety of sources and aggregates the data back on a web page. ... information isn't passed in either the soap header or the http header. ... The rest of the message looks correct, but since the credentials ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: How can I verify US mailing address in Java?
... >I have Java web application and I need to verify customer entered ... I found a web service that can ... it uses for address validation. ... list of zip code/state pairs. ... (comp.lang.java.softwaretools) - Re: Setting HTTP Header Attributes
... > I am writing an application that makes a number of web service calls ... > information isn't passed in either the soap header or the http header. ... > The rest of the message looks correct, but since the credentials ... > Private Sub btnGo_Click(ByVal sender As System.Object, ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Action header and WSE 2.0
... One of the potential client’s of the web service is a Java client using Sun JWSDP 1.5. ... The problem is that the java client gets the error “Server did not recognize the value of HTTP Header SOAPAction:”, and when I look at the trace the error is: WSE841: An error occured processing an outgoing fault response. ... (microsoft.public.dotnet.framework.webservices) - Re: sending soap over http
... I've been told by the folks that developed this web service that they are ... I've used the soap toolkit in the past with VB 6.0 and it was very easy. ... That is why i'm trying to understand how to write a soap message manually. ... > set that HTTP header before sending your request. ... (microsoft.public.dotnet.xml) |
|