Index
2001-12-04 08:59Russell, Stephen : RE: SOAP/WSDL help
2001-12-04 09:20Ed Leafe : SOAP/WSDL help
2001-12-04 09:23Crooks, David L. : RE: SOAP/WSDL help
2001-12-04 10:12Crooks, David L. : RE: SOAP/WSDL help
2001-12-04 10:23Ed Leafe : Re: SOAP/WSDL help
2001-12-04 10:26Ed Leafe : Re: SOAP/WSDL help
2001-12-04 20:08Bob Lee : Re: SOAP/WSDL help
2001-12-04 21:37Ed Leafe : Re: SOAP/WSDL help
2001-12-06 10:47Bob Lee : Re: SOAP/WSDL help
Back to top
RE: SOAP/WSDL help

Author: Russell, Stephen

Posted: 2001-12-04 08:59:31   Link

from my experience with xmethods.net VFP only works with a M$ server. I am

also looking for a workaround but have not found any. Are you behind a

firewall? Here at the hospital you will timeout with even a M$ server.

__Stephen

-----Original Message-----

From: Ed Leafe [mailto:ed@leafe.com]

Sent: Tuesday, December 04, 2001 8:21 AM

To: Multiple recipients of ProFox

Subject: SOAP/WSDL help

Does anyone out there have experience with SOAP beyond the

Microsoft SOAP toolkit? I'm trying to create a WSDL file for a web

service on my server, and although it seems to me that I've followed the

spec, I can't register the service in VFP. Since the server is not a

.NET server or even a Windows server, the SOAP toolkit can't help.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Russell, Stephen
Back to top
SOAP/WSDL help

Author: Ed Leafe

Posted: 2001-12-04 09:20:58   Link

Does anyone out there have experience with SOAP beyond the

Microsoft SOAP toolkit? I'm trying to create a WSDL file for a web

service on my server, and although it seems to me that I've followed the

spec, I can't register the service in VFP. Since the server is not a

.NET server or even a Windows server, the SOAP toolkit can't help.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Ed Leafe
Back to top
RE: SOAP/WSDL help

Author: Crooks, David L.

Posted: 2001-12-04 09:23:01   Link

I was just on the Universal Thread (http://www.universalthread.com) and in

their magazine there is an article by Alexanre Palma called Web Services for

the common VFP Developer. HTH!

-----Original Message-----

From: Ed Leafe [mailto:ed@leafe.com]

Sent: Tuesday, December 04, 2001 9:21 AM

To: Multiple recipients of ProFox

Subject: SOAP/WSDL help

Does anyone out there have experience with SOAP beyond the

Microsoft SOAP toolkit? I'm trying to create a WSDL file for a web

service on my server, and although it seems to me that I've followed the

spec, I can't register the service in VFP. Since the server is not a

.NET server or even a Windows server, the SOAP toolkit can't help.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Crooks, David L.
Back to top
RE: SOAP/WSDL help

Author: Crooks, David L.

Posted: 2001-12-04 10:12:21   Link

I assume you using an Apple. So, I did search with Google.com for soap and

apple and actually found web sites that pertain to this subject. 8-)

-----Original Message-----

From: Ed Leafe [mailto:ed@leafe.com]

Sent: Tuesday, December 04, 2001 9:38 AM

To: Multiple recipients of ProFox

Subject: Re: SOAP/WSDL help

On Tuesday, December 4, 2001, at 09:23 AM, Crooks, David L. wrote:

> I was just on the Universal Thread (http://www.universalthread.com) and

> in

> their magazine there is an article by Alexanre Palma called Web

> Services for

> the common VFP Developer. HTH!

Thanks, but VFP web services uses the Windows SOAP toolkit. I need

something more platform-independent.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Crooks, David L.
Back to top
Re: SOAP/WSDL help

Author: Ed Leafe

Posted: 2001-12-04 10:23:37   Link

On Tuesday, December 4, 2001, at 09:59 AM, Russell, Stephen wrote:

> from my experience with xmethods.net VFP only works with a M$ server.

> I am

> also looking for a workaround but have not found any. Are you behind a

> firewall? Here at the hospital you will timeout with even a M$ server.

The firewall isn't an issue, as I've copied the WSDL to the local

machine, and it still doesn't like it.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Ed Leafe
Back to top
Re: SOAP/WSDL help

Author: Ed Leafe

Posted: 2001-12-04 10:26:01   Link

On Tuesday, December 4, 2001, at 10:12 AM, Crooks, David L. wrote:

> I assume you using an Apple. So, I did search with Google.com for soap

> and

> apple and actually found web sites that pertain to this subject. 8-)

There are plenty of Mac-based SOAP solutions; in fact, SOAP was

first developed from XML-RPC on the Mac by a company called UserLand. I

use an old version of their product to run my website, and this doesn't

have SOAP capabilities built-in. Think of trying to run a VFP-based web

service using VFP 5.0 - you can do it, but you'll have to code

everything yourself.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Ed Leafe
Back to top
Re: SOAP/WSDL help

Author: Bob Lee

Posted: 2001-12-04 20:08:50   Link

Ed

Did you happen to see this ?

http://www.w3.org/TR/wsdl#_wsdl

or this

http://www.soapclient.com/SoapMsg.html

http://www.soapclient.com/soapclient.com/soaptest.html

Bob Lee

----- Original Message -----

From: "Ed Leafe" <ed@leafe.com>

To: "Multiple recipients of ProFox" <profox@leafe.com>

Sent: Tuesday, December 04, 2001 9:20 AM

Subject: SOAP/WSDL help

> Does anyone out there have experience with SOAP beyond the

> Microsoft SOAP toolkit? I'm trying to create a WSDL file for a web

> service on my server, and although it seems to me that I've followed the

> spec, I can't register the service in VFP. Since the server is not a

> .NET server or even a Windows server, the SOAP toolkit can't help.

>

> ___/

> /

> __/

> /

> ____/

> Ed Leafe

> http://leafe.com/

>

>

©2001 Bob Lee
Back to top
Re: SOAP/WSDL help

Author: Ed Leafe

Posted: 2001-12-04 21:37:27   Link

On Tuesday, December 4, 2001, at 08:08 PM, Bob Lee wrote:

> Did you happen to see this ?

> http://www.w3.org/TR/wsdl#_wsdl

>

> or this

>

> http://www.soapclient.com/SoapMsg.html

>

> http://www.soapclient.com/soapclient.com/soaptest.html

I saw the first two, but missed the last. That looks promising for

debugging; I hope it will help me to get it to work with VFP 7.0 web

services.

___/

/

__/

/

____/

Ed Leafe

http://leafe.com/

©2001 Ed Leafe
Back to top
Re: SOAP/WSDL help

Author: Bob Lee

Posted: 2001-12-06 10:47:10   Link

Ed

If or when you get a handle on the basics (without the M$ wizards being

required ) I am sure that I am not the only one who would love to see some

same / white paper , outline of what is really envolved.

To me ...this whole wsdl stuff, is a realy mystry (but then again CSS's were

that way to me a few years ago)

Bob Lee

----- Original Message -----

From: "Ed Leafe" <ed@leafe.com>

To: "Multiple recipients of ProFox" <profox@leafe.com>

Sent: Tuesday, December 04, 2001 9:37 PM

Subject: Re: SOAP/WSDL help

> On Tuesday, December 4, 2001, at 08:08 PM, Bob Lee wrote:

>

> > Did you happen to see this ?

> > http://www.w3.org/TR/wsdl#_wsdl

> >

> > or this

> >

> > http://www.soapclient.com/SoapMsg.html

> >

> > http://www.soapclient.com/soapclient.com/soaptest.html

>

> I saw the first two, but missed the last. That looks promising for

> debugging; I hope it will help me to get it to work with VFP 7.0 web

> services.

>

>

> ___/

> /

> __/

> /

> ____/

> Ed Leafe

> http://leafe.com/

>

>

©2001 Bob Lee