Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Hannu Krosing

Brad Clements wrote:
> 
> SOAP, WSDL and UDDI are coming in a big way. I think Zope/Python can compete
> against MS .Net Services on the server side, but it does make sense to use .Net
> components on the client, such as the webService behavior for IE.

Does it really exist (the webService behavior for IE) or is it jet
another vapor
"coming in a big way" ?

If it does exist, where can I read amout it ?

-
Hannu

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Brad Clements

I have an IE 5.5 one-page web application that manages related database tables 
exposed as ADO recordsets from a Zope/Interbase/Linux server.

I would like to use either the webservices behavior in IE5 or find an XML-RPC client 
component for IE 5.5 so I can make RPC calls into Zope in a standard, controlled 
manner without hand-coding all my calls into HTTP object PUT methods.

I'd like to send structured types (or dicts), and get back a structured response, 
errors as 
exceptions (or not).. I want to avoid re-implementing this stuff.

SOAP, WSDL and UDDI are coming in a big way. I think Zope/Python can compete 
against MS .Net Services on the server side, but it does make sense to use .Net 
components on the client, such as the webService behavior for IE.



On 5 Jun 2001, at 9:41, Adrian Hungate wrote:

> What are you actually trying to achive?
> 
> Adrian...
> 
> 
> Phil Harris wrote:
> > 
> > Brad,
> > 
> > There are a few COM/COM+ components around that do xml-rpc.
> > 
> > I use them with MS Word to write Word files directly to Zope for instance.
> > 
> > Some are better than others, but ymmv so I'll hesitate to recommend one.
> > 
> > At least one of them is listed on xmlrpc.com.
> > 
> > Having them you could script them via jscript, and basically open up the
> > connection easily.
> 


Brad Clements,[EMAIL PROTECTED]   (315)268-1000
http://www.murkworks.com  (315)268-9812 Fax
netmeeting: ils://ils.murkworks.com   AOL-IM: BKClements


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Adrian Hungate
Title: RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)





What are you actually trying to achive?


Adrian...



Phil Harris wrote:
> 
> Brad,
> 
> There are a few COM/COM+ components around that do xml-rpc.
> 
> I use them with MS Word to write Word files directly to Zope for instance.
> 
> Some are better than others, but ymmv so I'll hesitate to recommend one.
> 
> At least one of them is listed on xmlrpc.com.
> 
> Having them you could script them via jscript, and basically open up the
> connection easily.





Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-01 Thread Hannu Krosing

Phil Harris wrote:
> 
> Brad,
> 
> There are a few COM/COM+ components around that do xml-rpc.
> 
> I use them with MS Word to write Word files directly to Zope for instance.
> 
> Some are better than others, but ymmv so I'll hesitate to recommend one.
> 
> At least one of them is listed on xmlrpc.com.
> 
> Having them you could script them via jscript, and basically open up the
> connection easily.

Could you provide a small example ?

I'll probably be needing this functionality quite soon ;)

Does any of them support https ?


Hannu

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-05-30 Thread Phil Harris

Brad,

There are a few COM/COM+ components around that do xml-rpc.

I use them with MS Word to write Word files directly to Zope for instance.

Some are better than others, but ymmv so I'll hesitate to recommend one.

At least one of them is listed on xmlrpc.com.

Having them you could script them via jscript, and basically open up the
connection easily.

hth

Phil
[EMAIL PROTECTED]
- Original Message -
From: "Brad Clements" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 9:16 PM
Subject: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)


> Hate to bring this up again.
>
> 1999 Press release from DC
>
>
http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&STORY=/www/story/12-02
-1999/0001087563
>
>
> > An early 2000 Zope
> > release will include support for two protocols heavily supported by
Microsoft,
> > the Simple Object Access Protocol (SOAP) and Web Distributed Authoring
and
> > Versioning (WebDAV) protocol
>
> We have WebDav.. How's SOAP look?
>
> I'm looking for a decent RPC mechanism for MSIE 5.5 to talk to Zope. MS
has their
> webService behavior that supports SOAP. But without SDL or WSDL in Zope
it's gonna
> take a lot of code to get working.
>
> Otherwise, I could use an XML-RPC client for IE5.5, but I can't find one!
>
>
>
> Brad Clements,[EMAIL PROTECTED]   (315)268-1000
> http://www.murkworks.com  (315)268-9812 Fax
> netmeeting: ils://ils.murkworks.com   AOL-IM: BKClements
>
>
> ___
> Zope-Dev maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )