phpsoaptoolkit-development Mailing List for PHP Soap (Page 3)
Status: Alpha
Brought to you by:
rodif_bl
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(21) |
May
(55) |
Jun
(6) |
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2004 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
(7) |
Oct
(7) |
Nov
(26) |
Dec
(32) |
2009 |
Jan
(9) |
Feb
(13) |
Mar
(14) |
Apr
(20) |
May
(39) |
Jun
(21) |
Jul
(26) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
2010 |
Jan
(10) |
Feb
(9) |
Mar
|
Apr
|
May
(3) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: <ka...@ga...> - 2006-01-16 21:58:44
|
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman">I am using SOAP and receiving a response back.<SPAN style="mso-spacerun: yes"> </SPAN>The response is inside of the soap envelope headers.<SPAN style="mso-spacerun: yes"> </SPAN>How can I extract just the XML withouth the SOAP headers?<o:p></o:p></FONT></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Karla<o:p></o:p></SPAN></P> |
From: Samo D. <sa...@de...> - 2005-09-11 19:31:32
|
Hello, I amn struggling to install the php_soap.dll to a Windows installation and would need some assistance. I have all of my extensions running and have tried including all of the dll's in the Windows binary package to /extensions and /dlls dirs respectively. I am running PHP 4.4. I get the "Unable to load dynamic module php_soap" message. Can anyone help me? Also, I can help out with the documentation / installation manual by following to the mailing list and testing the product on windows and linux platforms. Yours, Samo Dekleva |
From: temujin j. <tju...@ya...> - 2005-09-08 13:03:43
|
Nice. But it would be better if there is a Win32 version and you do away with compiling stuff. I think its going to be better than the other soap implementation as its major strenght is its ability to call remote methods like 'real' methods. ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ |
From: Yuri P. <in...@al...> - 2005-08-03 16:57:50
|
do I have to do any includes before using the class? I have this error: Fatal error: Cannot instantiate non-existent class: soapobject in = /var/www/https/wv/soap.php on line 14 |
From: Yovanis S. <yov...@ya...> - 2005-03-06 13:08:40
|
I need an example of an utilities of SOAP - PHP; an webservice that return data of an query, i can see the examples in the web, but nothigs of this. please --------------------------------- Do You Yahoo!? Todo lo que quieres saber de Estados Unidos, América Latina y el resto del Mundo. Visíta Yahoo! Noticias. |
From: Enver A. <ea...@pa...> - 2004-09-30 12:45:22
|
Hi, I belive the very same functionality could be achieved by a PHP class library too. What was the real reason to build a SOAP library as a PHP extension, while the other way around is easier to install and maintain? PS: Please CC replies to me, as I'm off the list. Thanks, --=20 Enver ALTIN | http://skyblue.gen.tr/ Software developer @ Parkyeri | http://www.parkyeri.com/ |
From: <Jak...@se...> - 2004-09-27 18:35:14
|
Thanx _____ avast! Antivirus <http://www.avast.com> : Odchozi zprava cista. Virova databaze (VPS): 0439-2, 24.09.2004 Testovano: 27.9.2004 20:34:48 avast! - copyright (c) 2000-2003 ALWIL Software. |
From: <ab...@li...> - 2004-09-17 22:17:48
|
Hello I have somr question , I develop web service with axis (java) and I want to invoke this service with php program like this: client.php <? $hello = new SoapObject("http://localhost:8080/service.jws"); echo $hello->hello_soap(); ?> I installed easyphp 1.7 (PHP 4.3.3 ) and I download php-soap_0.1.2 and I dont what I must do. thank you for your answer Best regards Lylia |
From: Tiago F. <tfi...@in...> - 2004-08-11 22:25:24
|
Hi! I've been trying to install php-soap 0.1.2 in PHP 4.3.7 but I = haven't success yet. I have followed the steps described in php-soap = site, but they doesn't work in my case. When I run ./buildconf, I get the following =20 linux:~/php-4.3.7 # ./buildconf --force Forcing buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: libtool version 1.5.8 (ok) After that, I run the PHP configure options with '--enable-soap'. But... the PHP Makefile file doesn't change with this option. I = briefly saw the php-soap directory, in special, the Makefile file and I = could notice it some mistakes, such as static paths in 'top_srcdir', = 'top_builddir', etc. variables. There is a 'include dynlib.mk' also. = But, dynlib.mk file doesn't exist in php 4.3.7 source tree. Could anybody help me? Thanks in advance, Tiago Fioreze |
From: Donnelly, C. <zkl...@at...> - 2004-03-02 12:36:02
|
<BODY> <font SIZE=3D1 stYLE=3D'fOnt-size:1px'>eft stereo suave penchant armenian = drowsy throes regurgitate rayleigh incurrer banach optoelectronic stamen d= issuade ferroelectric gosling death proton baton coda bronx web inkling fo= b chaperone intransigent bifurcate fain circulatory laundry=20</font><BR> <a HReF=3D"htTp://www.onlineincest.net/?id=3D1084" Alt=3D"_blank"><b><Font= siZE=3D"5"><fOnT sizE=3D1 sTYle=3D'Font-size:1px'>vlk</FOnT>I<fONT sIze=3D= 1 STyLE=3D'fONt-size:1px'>856</fOnT>N<Font Size=3D1 sTyLe=3D'fOnt-size:1px= '>931</FonT>C<foNt SizE=3D1 sTYLE=3D'fONT-size:1px'>757</fOnt>E<FoNT SiZe=3D= 1 StYLE=3D'FONt-size:1px'>rvy</fonT>S<FoNt SizE=3D1 sTylE=3D'Font-size:1px= '>393</FONT>T<fonT SIze=3D1 styLe=3D'fonT-size:1px'>ttp</fONT> <B><FoNt si= zE=3D1 STyle=3D'FONT-size:1px'>bry</fONT>o<FoNT SIzE=3D1 STYLe=3D'FONt-siz= e:1px'>463</fONT>r<font SIze=3D1 StYle=3D'fONT-size:1px'>mnl</FOnt>g<fOnT = SiZe=3D1 STYLe=3D'foNt-size:1px'>oqb</fONt>i<fOnT siZe=3D1 Style=3D'FONT-s= ize:1px'>vbh</FONt>e<FOnT sIze=3D1 STYlE=3D'fONT-size:1px'>rcc</foNt>s<Fon= t sIZE=3D1 StyLE=3D'fOnT-size:1px'>zdp</fOnT></b> <fOnT SizE=3D1 sTYle=3D'= foNt-size:1px'>pft</FONt>F<foNT size=3D1 stYlE=3D'FoNt-size:1px'>893</FOnT= >R<FONt sIZe=3D1 sTYle=3D'FONT-size:1px'>822</fonT>O<FOnt sIzE=3D1 StYLE=3D= 'font-size:1px'>209</FonT>M<FONt Size=3D1 sTYlE=3D'foNt-size:1px'>ham</foN= t> <b><fONT SIzE=3D1 sTyle=3D'fonT-size:1px'>gjc</fONt>r<Font siZE=3D1 STy= le=3D'foNT-size:1px'>mdg</FONt>u<fOnT size=3D1 stYlE=3D'foNT-size:1px'>zzh= </foNt>s<Font sIzE=3D1 Style=3D'FonT-size:1px'>rjq</FonT>s<fOnT size=3D1 s= TYlE=3D'fonT-size:1px'>165</fOnT>i<foNT siZe=3D1 StyLe=3D'FOnT-size:1px'>i= cs</foNT>a<fOnT sIZe=3D1 STYle=3D'fONT-size:1px'>118</FOnt></b> <foNT SiZE= =3D1 sTYLE=3D'fOnT-size:1px'>mgl</FOnt>O<fOnt sIZE=3D1 styLe=3D'Font-size:= 1px'>839</FoNt>N<FoNT sIzE=3D1 stylE=3D'FOnt-size:1px'>884</FOnt>L<fOnt SI= Ze=3D1 StYle=3D'fONt-size:1px'>tiy</Font>I<fOnT SiZe=3D1 stYLE=3D'FONT-siz= e:1px'>kbs</foNt>N<FOnt Size=3D1 sTyle=3D'fOnT-size:1px'>542</FOnT>E<foNt = SiZE=3D1 Style=3D'fONT-size:1px'>779</FOnt></Font></a><br> <FoNT SIZE=3D1 StYLE=3D'FONT-siZE:1px'>wilhelm celebrate inscribe aerate r= egiment coherent pitiable avaricious peep backpack crucifixion mortgagor s= ealant anhydrite taxpaying buena benedict salt forbear=20</fONt><br> <A hREF=3D"HtTP://www.onlineincest.net/?id=3D1084" aLt=3D"_blank"><b><FOnT= size=3D"5" Color=3D"#000000"><fOnt SiZE=3D1 sTyLe=3D'FoNT-size:1px'>cok</= FOnt>C<FOnT SIZe=3D1 sTYlE=3D'fonT-size:1px'>hcw</fonT>L<FONt SIZE=3D1 sTy= lE=3D'FOnT-size:1px'>812</Font>I<FoNt SizE=3D1 stYle=3D'font-size:1px'>779= </FonT>C<fONT siZE=3D1 sTylE=3D'FONT-size:1px'>oaj</Font>K<foNT SIZe=3D1 S= tyLE=3D'font-size:1px'>oae</foNt> for <foNT siZe=3D1 STYlE=3D'FONT-size:1p= x'>cel</font>F<FOnT sIzE=3D1 STylE=3D'FOnT-size:1px'>590</fOnt>R<FONt SIze= =3D1 STYLE=3D'foNt-size:1px'>vrb</FONt>E<fOnT SizE=3D1 stylE=3D'fonT-size:= 1px'>793</FoNt>E<foNt siZe=3D1 StYLE=3D'FonT-size:1px'>601</fONT> tour</fo= nt></B></a><Br> <font SIze=3D1 STYLE=3D'FONt-size:1px'>ewe palladium caine acme decedent b= arge therapy decontrol clergyman chaplain stanch cannister kovacs coke cle= veland shrimp bronchial compote trudge acceptor database angus congressmen= graceful demitting bedtime devisee lucy=20</fonT><BR> <A HREf=3D"mailto:zkl...@at...?subject=3DRemove:phpsoa= pto...@li..." ALt=3D"_blank"><FOnT siZe=3D"1= " COlor=3D"#000000">Unsubscribe from maillist</FOnT><A/><Br> <FoNt sIze=3D1 StyLe=3D'Font-SIze:1px'>conscript dagger exact albanian hel= d oat sucrose useful fitzgerald alvin aaron itinerary always sputter davis= proverbial expire medicate trapezoid ducat waldo broadside govern hagstro= m kohlrabi hypothyroid bridge=20</fONt> </boDY> |
From: Mohamed <el...@t-...> - 2004-02-15 01:21:13
|
<img src="cid:818713D9.06C39C5D.C63ACCD7.D13C8CC2_csseditor"> |
From: Christopher H. <ch...@ha...> - 2003-11-07 00:02:31
|
Hi. Wondering if PHP-SOAP currently has support for attachments...if not, how difficult might it be to implement (ie, to gain access to the attachemnt)? Any thoughts? Thanks. Chris |
From: <nic...@gm...> - 2003-06-24 13:28:53
|
<html> <head> <meta http-equiv=3D"Content-Language" content=3D"it"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-= 1252"> <meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4.0"> <meta name=3D"ProgId" content=3D"FrontPage.Editor.Document"> <title>Nuova pagina 1</title> </head> <body bgcolor=3D"#FF0000" text=3D"#FFFFFF" link=3D"#FFFF00" vlink=3D"#00FF= FF" alink=3D"#FFFFFF"> <div align=3D"center"> <center> <table border=3D"0" cellpadding=3D"3" cellspacing=3D"3"> <tr> <td> <p align=3D"center"><a href=3D"http://www.geocities.com/jeffrey943= 73/"> <img border=3D"0" src=3D"http://www.geocities.com/solange58968/t05= jpg"></a><br> <font face=3D"Arial Black" size=3D"2"><b><a href=3D"http://www.geo= cities.com/woodwind21734/"><font color=3D"#FFFF00"> FOR YOU ONLY</font></a></b></font></td> <td><p><font face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFF= FF">Hello friends,<br> </font></b></font><b><font face=3D"Arial Black" color=3D"#FFFFFF" = size=3D"2">I do it just to satisfate my pleasure, not for money!</font></b><fon= t face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFFFF"><br> ASK ME ANYTHING YOU LIKE! THERE IS NO LIMIT!<br> <a href=3D"http://www.geocities.com/tentation20094/"> TRY IF I AM ON LINE<br> </a>Meet me on line when you have time!</font></b></font><b><font = face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2"><br> Giusy85</font></b></p> </td> </tr> </table> </center> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><b><font face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2">Are you not = interested?<br> </font><a href=3D"mailto:dzo...@gm..."><font face=3D"Arial Black" = color=3D"#FFFFFF" size=3D"1"> Leave</font></a></b></p> <p><b><font face=3D"Arial Black"><br> </font></b></p> <p> </p> <p> </p> </body> </html>si r gzhnhkktefw |
From: Tory M. <p9f...@br...> - 2003-05-30 10:31:39
|
<p>Told ya I would do it!! <a href=3D"http://sc...@ww.../crammink"></p> <p><img src=3D"http://st...@ww.../byot/tn4790/sierra.jpg= ?electrician"> </a></p> <br> <br> <br>I got more.. if you are daring :) <br> <br> <br> <a href=3D"http://mo...@ww.../crammink/r.php">beam me of= f scotty</a></font></td> pkeblhxfv cb dxth q d jxxf ae ekowmkvgbyojfp ty pj |
From: arun kv <ar...@li...> - 2002-11-13 09:52:56
|
hello, I am new to SOAP but know php.For some project I need SOAP-PHP interface.Can anybody suggest me how to go about,what are the files i have to download and how to make php support SOAP. Thanks, Arun |
From: <sc...@br...> - 2002-10-19 01:41:05
|
Is this extension still being developed? I've seen talk that the extension will ultimately be migrated into PHP as the standard soap extension but do not see development heading in that direction. I have spent a good deal of time trying to work with the currently version and would like to help in the advancement of development however possible. I currently have numerous PHP environments configured including linux/win32 running both the 4.2 branches and cvshead (4.30-dev). The only configuration I can currently get working on windows seems to be 0.1.2 with the latest 4.3.0 dev custom compiled (since the distribution on sourceforge seems to only contain a *debug* mode binary). The basic functionality seems to be working however setting persistence is segfaulting apache on both win32 and linux. Lucas Nealan http://v2.brainkrash.com/ |
From: <ma...@ch...> - 2002-10-14 04:20:14
|
I have php 4.1.1. I downloaded the php-soap win32 binaries from = http://easynews.dl.sourceforge.net/sourceforge/phpsoaptoolkit/php-soap_0.= 1.2.win32.zip. Put the php-soap.dll into my extensions dir, and update = the iconv.dll and libxml2.dll and php_domxml.dll(this also into = extensions_dir); but php says it does not find these extensions(both = php_domxml and php_soap). Do I have to do something special? Manu. |
From: <Ale...@al...> - 2002-10-03 11:37:47
|
Hello, what are your benchmark against nusoap ? Regards Alexandre Courgnaud |
From: Michael R. <h25...@rz...> - 2002-09-20 14:28:30
|
Hello php soap team, could you put a downloadable file which contains the complete documentation and sample files of php soap. Also a small Installation explanation for windows version would be helpfull. thx Michael Ribeiro |
From: Niklas F. <nik...@i3...> - 2002-08-05 17:18:22
|
Thanks for an excellent job on the module. / Niklas Fondberg |
From: Reuben J. R. <ra...@k2...> - 2002-07-31 10:59:24
|
Would there be an extension of the phpsoaptoolkit to accomodate the specific formats of ebXML? since ebXML is also adopting SOAP. Reuben J. Ravago ------------------------------------------------------------------------ -------- The purpose of a business firm is not simply to make a profit, but is to be found in its very existence as a community of persons who in various ways are endeavoring to satisfy their basic needs and who form a particular group at the service of the whole society. Profit is a regulator of the life of a business, but it is not the only one; other human and moral factors must also be considered, which in the long term are at least equally important for the life of the business. -- Pope J. Paul II in "The Hundredth Year: an Essay" |
From: Lay P. <la...@te...> - 2002-07-31 03:05:53
|
Hi, I am trying to learn more about interfacing php modules from javabean, and am currently playing around with php-soap. The object sample that you have on the site doesn;t seem to work. I got either no display or the browser will said something like it has received unrecognise response/character. Is the sample tested working? I have also tried writing my own module and it works. The only thing is that I can't display anything from my class function. Is that the way it works i.e. you cannot use echo or print from the php soap client? Thanks and best regards, Lay Peng |
From: <jo...@ox...> - 2002-07-10 13:56:32
|
From: Dominik P. <dp...@as...> - 2002-06-27 11:04:06
|
Hello Please send me a PHP-SOAP Documentation. Thank's! Regards, Dominik Picek |
From: Serge S. <se...@gf...> - 2002-06-18 04:53:31
|
I have found and fixed what was wrong with the installation process. Turns out that when I ran './buildconf' it allowed for older versions of autoconf and automake to go through. However, I have found (thanks to my Sun box having a newer versions of these tools), that the following is needed for buildconf to properly re-create the configuration file:=20 automake 1.6 autoconf 2.52 Prior to installing those packages, I had the following: automake 1.4-p4 autoconf 2.50 This was on a Slackware 8.0 box, the Sun box is running Solaris 8 on a Sparc CPU and also compiled PHP SOAP without a problem. Just thought I should note that. Best regards, Serge Stepanov Enterprise Architect & CTO VisualCaf=E9 Studios -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of ahristov Sent: Monday, June 17, 2002 4:12 PM To: web...@gf... Cc: php...@li... Subject: RE: [PHP-SOAP-DEV] Compilation Problem Hi Serge, this is some kind weird. I don't know what is the cure but I will to this. Unpack php 4.2.1 in new place. get into the main dir - mv configure configure-- After then I will unpack php-soap_0.1.2.tar.gz. In no time I will run ./buildconf After it finishes I will grep the output of ./configure --help ./configure --help | grep soap If there is --enable-soap everything is good if not I cannot help. Best regards, Andrey Hristov ------------------------------------------------------------------------ ---- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Phpsoaptoolkit-development mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpsoaptoolkit-development |