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

This is a discussion on Re: Can a compact framework application of full framework application hit a java webservice running on apache - DOTNET ; 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 ...

+ Reply to Thread
Results 1 to 2 of 2

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

  1. Default 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@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
    >




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

    "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 to Thread

Similar Threads

  1. Replies: 3
    Last Post: 12-15-2007, 04:11 AM
  2. Running 3.0 Framework application on XP
    By Application Development in forum DOTNET
    Replies: 5
    Last Post: 09-08-2007, 04:38 PM
  3. Replies: 2
    Last Post: 05-21-2007, 08:35 PM
  4. Replies: 2
    Last Post: 04-05-2007, 05:38 AM
  5. Application running in Framework 2.0 ?
    By Application Development in forum DOTNET
    Replies: 2
    Last Post: 05-02-2006, 01:12 AM