RE: [PHP-SOAP-DEV] [PHP-DEV] [NEW-EXTENSION]ext/soap : first play around ...
Status: Alpha
Brought to you by:
rodif_bl
From: phpsurf <ph...@if...> - 2002-04-29 19:43:07
|
ok, good to know about authentication and proxy ... I'll have a look on the wsdl too and keep you informed ... tanks -----Original Message----- From: brad lafountain [mailto:rod...@ya...] Sent: lundi 29 avril 2002 21:24 To: phpsurf; php...@li... Subject: RE: [PHP-SOAP-DEV] [PHP-DEV] [NEW-EXTENSION]ext/soap : first play around ... --- phpsurf <ph...@if...> wrote: > great ... > it looks like using the wsdl will solve some problems ! > but sometimes, specially during development, it is quite fastidious to have > to write a wsdl to make the soap implementation work properly ... because > SOAP has not been defined in the shadow of WSDL ... they are two independant > standards ! > anyway, i will have a look on the wsdl feature ... is it yet ready to use ? The wsdl "works" i guess. :) That is one of the reasons i wanted to get a release. I found myself just testing wsdls and seeing if they work. So i guess some do some wont but that is what the release is for to get out some of the problems. So try some wsdls and see if they work if they don't email me the wsdl and ill poke around. You can also bind the wsdl to a SoapServer too.. the server will read the definitions of the wsdl and try to output the data occording to the wsdl. This is usefull for interop from a non-php-client to a php-server. I do understand your consern about the testing development of servers/clients using wsdls but i am hoping that the auto generation of wsdls will ease on this type of useage. fear not if this consern is brought up by more developers then i will lookin to a good api for this type of feature. > > for my first point, I was not talking about the soap proxy, but about the > HTTP Proxy that some servers may use to connect to the internet ... this is > quite often the situation when working on a corporate server ... > for example, in my company, we can only direct connect to intranet HTTP > servers, when you need to go surfing on some web site outside the intranet, > you need to get it through the HTTP proxy ... > I was talking about the proxy to use when making the HTTP POST request to > the soap server. > do you better see what I mean ? Oh yes.... Sorry... I do plan on supporting Http proxy with authication too. Its just not implemented yet. _brad_ __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif |