to be honest I dont know.
The test portal has a button and when i use that it screws up. At least it
did untill I changed the namespace to thier web site. Then again the
GetAirportseason didnt even work on that, yet at least one other in the
group has managed to use it on thier apache/java web service. I dont know
where to go next. It seems to work just fine, then again so did the VFP one.
Thanks loads for trying Steve.
Allen 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Stephen Russell
Sent: 07 December 2007 18:28
To: [EMAIL PROTECTED]
Subject: Re: Webservice 2nd attempt

On Dec 7, 2007 10:52 AM, Allen <[EMAIL PROTECTED]> wrote:

> the cs file is a c# class I think. At least thats what VS2005 has created.
> I can get it working on 2003 and others can see it but Im having a 
> problem with the web site that is supposed to see it.
> thats why I went the vs2005 route and c#. Not that it made any odds as 
> they still cant see it.
> have you made a virtual server on IIS ? and set the application to 
> scripts (I have scripts and applications) did you set the wsdl file to 
> mssoap3.dll in the documents settings on iis can you see the wsdl file 
> from the web what happens if you try to make the createobject in VFP 
> on the server.
> runtimes on the server ?
> If I think of anything else I will post again
>
> Allen-----Original Message-----
>


What is not working?
I made a reference to your WS, called it airport.  I made a form / button
and textbox for this test:

private void button1_Click(object sender, EventArgs e)
        {
            airports.ocsweb ws = new airports.ocsweb();
            string lc = ws.GetAirportSeasons(); // GetVersion();
            this.textBox1.Text = lc;

        }

My textbox shows this:
not today thank you



So what is not working?


--- StripMime Report -- processed MIME parts --- multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to