473,597 Members | 2,459 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP SOAP toolkits

Ben
I am looking into deploying web services with PHP and would like to get on a
'good horse' to start. I am aware of NuSoap and PEAR:SOAP. Does anyone
have any experience, good and/or bad with the following packages?

Thanks,
Ben
Jul 17 '05 #1
2 3521
Den Fri, 17 Oct 2003 14:31:10 -0700. skrev Ben:
I am looking into deploying web services with PHP and would like to get on
a 'good horse' to start. I am aware of NuSoap and PEAR:SOAP. Does anyone
have any experience, good and/or bad with the following packages?

I have tried Pear::Soap; it works quite good. I have some exsamples you
can look at here: ftp://tomcat.edu.brock.dk/php/freedb.tar.gz
All the required packages can be downloaded here:
ftp://tomcat.edu.brock.dk/pear-soap
And precompiled packages of php4.3.2 for Redhat 7.3 and 9 and Debian
Unstable which have all required included for developing soap webservices,
can be found here: ftp://tomcat.edu.brock.dk/php4

--
Hilsen/Sincerely, Michael Rasmussen

En windows admin er en person, for hvem den største bedrift er, at
lave konfiguration af serveren med trial and error via en gui.

Jul 17 '05 #2
Ben
I went ahead and downloaded the latest version from the PEAR site. As it
turns out, Dietrich Ayala, who wrote NuSoap, is listed as the original
author of PEAR::SOAP!! Well, you could say it's one big happy family;-)

It does not look like NuSoap is actively maintained, but PEAR::SOAP is. So,
it makes sense to go with PEAR::SOAP.

Thanks for your quick input.

Ben

"Michael Rasmussen" <mi*@datanom.ne t> wrote in message
news:pa******** *************** *****@datanom.n et...
Den Fri, 17 Oct 2003 14:31:10 -0700. skrev Ben:
I am looking into deploying web services with PHP and would like to get on a 'good horse' to start. I am aware of NuSoap and PEAR:SOAP. Does anyone have any experience, good and/or bad with the following packages?

I have tried Pear::Soap; it works quite good. I have some exsamples you
can look at here: ftp://tomcat.edu.brock.dk/php/freedb.tar.gz
All the required packages can be downloaded here:
ftp://tomcat.edu.brock.dk/pear-soap
And precompiled packages of php4.3.2 for Redhat 7.3 and 9 and Debian
Unstable which have all required included for developing soap webservices,
can be found here: ftp://tomcat.edu.brock.dk/php4

--
Hilsen/Sincerely, Michael Rasmussen

En windows admin er en person, for hvem den største bedrift er, at
lave konfiguration af serveren med trial and error via en gui.

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1965
by: Ivan Voras | last post by:
Is anybody using SOAP with Python "seriously"? It seems there's a number of implementations out there, but most aren't developed any more. Specifically, I hadn't found a library that supports "sessions" with SOAP, implemented with HTTP cookies to achieve server-object persistance. Have I missed something? I'm from the "SOAP is bad and ugly" camp, but I must use it in a
0
1619
by: Meh-Lit Kim | last post by:
Hi All, I'd like to use SOAP 1.2 messaging in a document-centric fashion. Does anyone know - 1. What to do to validate an incoming SOAP message ? Do people write an XML schema for their application's SOAP messages which necessarily needs to reference the SOAP XML Schemas and then
0
1331
by: RedHat_79 | last post by:
Hello everybody, I have already found a fair bit of information regarding on this group however I wouldn't mind expanding that a bit if possible. :) I am at the moment weighing my options in regards to developing a distributed system. Some of the key characteristics are: a) The server, apart from listening for client RPC's, must also listen to a database demon which informs it about any updates. The server then must notify the client...
2
1195
by: Armin | last post by:
Hey everyone, I am trying to write a web app. that connects to flickr using SOAP. The book 'Dive into python' says I need to have a WSDL file to connect, while the only useful soap related url flickr api (flickr.com/services/api) provides is the following: The SOAP Server Endpoint URL is http://www.flickr.com/services/soap/ What am I supposed to do here? Help is very much appreciated at this
2
15432
by: Paul Hale | last post by:
I have a vb.net web service and client that are both working fine. If someone wanted to consume our web service using .NET, no problem. Im a little confused on how non .NET clients would use the web service though. Question 1: Does Java etc have some kind of SOAP tool kit developers could use to access our web service? Question 2: .NET conveniently shows what the serialized xml looks like and what the web service expects (Please see...
1
1392
by: Joe H | last post by:
What should I download to have SOAP on my computer?
9
2854
by: Jaroslaw Zabiello | last post by:
I try to connect to web services (written in C#/.NET) with latest ZSI 2.0rc3 library. It just does not work. from ZSI.ServiceProxy import ServiceProxy wsdl = 'http://192.168.0.103/NewWebServices/TemplateInsert.asmx?wsdl' print ServiceProxy(wsdl, tracefile=sys.stdout) "C:\opt\Python25\lib\site-packages\zsi-2.0_rc3-py2.5.egg\ZSI\wstools\WSDLTools.py", line 1116, in getAddressBinding WSDLError: No address binding found in port.
59
2500
by: Kevin Walzer | last post by:
From the introduction to PyObjC, the Python-Objective-C bridge on Mac OS X: "As described in Objective-C for PyObjC users the creation of Objective-C objects is a two-stage process. To initialize objects, first call a class method to allocate the memory (typically alloc), and then call an initializer (typically starts with init). Some classes have class methods which perform this behind the scenes, especially classes that create cached,...
2
6752
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also definitely getting a hit when I use a browser to get to my hibye.cgi server (well, a blank page rather than a 404). However, when I run my hibye.pl client, I receive a 503 Service Unavailable at H:\scripts\hibye.pl line 25. It works when I...
0
7971
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7893
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8276
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8040
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6698
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5847
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5436
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3889
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3932
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.