PC Review


Reply
Thread Tools Rate Thread

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

 
 
I_hate_coding_but_the_money_is_nice
Guest
Posts: n/a
 
      8th Nov 2007
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

 
Reply With Quote
 
 
 
 
Eric Renken
Guest
Posts: n/a
 
      8th Nov 2007
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" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
I_hate_coding_but_the_money_is_nice
Guest
Posts: n/a
 
      8th Nov 2007
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:(E-Mail Removed)...
>
>
>
> > 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....

 
Reply With Quote
 
Fred Chateau
Guest
Posts: n/a
 
      9th Nov 2007
"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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Compact Framework controls on Full Framework Application tecktim.khoo@gmail.com Microsoft Dot NET Compact Framework 1 31st May 2006 07:49 PM
Start another command/application from a VB .NET Compact Framework application Catharina Hellum Breivik Microsoft Dot NET Compact Framework 2 24th Oct 2005 08:13 PM
Get the full path of a process (basing on the Alex Yakhnin's article Creating a Microsoft .NET Compact Framework-based Process Manager Application) =?Utf-8?B?R2xvb215?= Microsoft Dot NET Compact Framework 0 14th May 2004 01:16 PM
How To Copy File using compact framework from Desktop to Pocket PC device when application is running on Pocket PC msnews.microsoft.com Microsoft Dot NET Compact Framework 2 10th May 2004 06:11 AM
How To Copy File using compact framework from Desktop to Pocket PC device when application is running on Pocket PC msnews.microsoft.com Microsoft Dot NET Compact Framework 0 8th May 2004 09:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:24 PM.