On Dec 7, 2007 11:27 AM, Stephen Russell <[EMAIL PROTECTED]> wrote:
>
>
> 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?
>
>
Maybe it is the namespace that got added to your WS?
"airports.ocsweb ws = new airports.ocsweb();"
I am referring to the .ocsweb
HTH.
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
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.