PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Can a compact framework application of full framework application hit a java webservice running on apache
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Can a compact framework application of full framework application hit a java webservice running on apache
![]() |
Can a compact framework application of full framework application hit a java webservice running on apache |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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@gmail.com> wrote in message news:1194542003.866610.9630@z24g2000prh.googlegroups.com... > 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 > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
On Nov 8, 1:40 pm, "Eric Renken" <EricRen...@newsgroup.nospam> wrote:
> 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" <JamesWPie...@gmail.com> wrote in > messagenews:1194542003.866610.9630@z24g2000prh.googlegroups.com... > > > > > 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- Hide quoted text - > > - Show quoted text - Thanks eric... I have another question that may seem a bit odd. As an alternative to the previous question can I have both an apache and iis server on the same server box (same virtual directory) and use the iis server to host the webservices that touch the java objects? Weird questions I know.... |
|
|
|
#4 |
|
Guest
Posts: n/a
|
"I_hate_coding_but_the_money_is_nice" wrote ...
> Thanks eric... I have another question that may seem a bit odd. > As an alternative to the previous question can I have both an apache > and iis server on the same server box (same virtual directory) and use > the iis server to host the webservices that touch the java objects? My guess is yes. You can set up IIS to access directories being used for the Apache server as virtual directories. Not sure why you would want to do that. If the Java code is accessing a database, it would seem more efficient to access the database directly. -- Regards, Fred Chateau fchateauAtComcastDotNet |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

