Re: Can a compact framework application of full framework application hit a java webservice running on apache



As long as they are using standard SOAP call this can be done. If they
aren't using SOAP you could still do a POST or GET request to the web server
and parse the results.

Eric Renken

"I_hate_coding_but_the_money_is_nice" <JamesWPierce@xxxxxxxxx> wrote in
message news:1194542003.866610.9630@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi

I want to create a .net compact framework and full framework
application that uses web services. However the web services are
created with java running on an apache server. Can this be done? Can
my .net C# applications use web services hosted on an apache server
written in java? What issues might I run into?

Thanks



.


Loading