Page 1 of 1

Using webservices wsdl,nusoap

Posted: Mon Jul 26, 2010 1:07 pm
by taracila
Hello!

I'm trying to find information/examples/tutorials about integration joomla with web-services using nuSoap.

I will appreciate any help.

Thanks

Re: Using webservices wsdl,nusoap

Posted: Mon Aug 02, 2010 8:54 am
by gyniolatry
Hi taracila,

My first (useful) module, displays listings from RIEWA's (Real Estate Institute of WA)
WSDL service, using nuSoap and simpleXML.

Attached is a php.txt version for easier reading.

This was tested at first by pasting the entire code into a mod_php module with some static variables.

I 'Modulised' it after reading http://docs.joomla.org/How_to_create_a_module
and looking at the structure of a couple of pre-installed modules.

-soap files were then included in the mod_relm/lib/soap folder
-added some params to collect some info required to pass to RIEWA's site. ie agency number, search_type.
- loaded into page with {loadposition relm}
-A separate search module was then created so It could be placed in a different position on the page and post variables to the mod_relm

Can send all files if you want to look.

Re: Using webservices wsdl,nusoap

Posted: Tue Sep 14, 2010 4:09 am
by Sc0rpy
Hello,

Could you please send me the files?

Re: Using webservices wsdl,nusoap

Posted: Mon Mar 21, 2011 8:57 pm
by jorge_bo
Hi,

Could you please send me the files too?

thanks Jorge

Re: Using webservices wsdl,nusoap

Posted: Wed Apr 06, 2011 8:49 am
by zho
can you please send me your files?

Re: Using webservices wsdl,nusoap

Posted: Thu Apr 28, 2011 10:12 pm
by dcapeluto
Can someone forward the files please?

Thank you!

Re: Using webservices wsdl,nusoap

Posted: Tue May 17, 2011 8:47 am
by pbaker
Please could someone forward me these files too please?

Thanks

Re: Using webservices wsdl,nusoap

Posted: Mon Sep 05, 2011 10:28 am
by mictro
Could I also receive a copy of these files? It would be highly appreciated.... :)

Thanks in advanced,

Re: Using webservices wsdl,nusoap

Posted: Fri Oct 21, 2011 2:26 pm
by laura_abc
and for me, if it's possible!

tons of thanks :p :-[

Re: Using webservices wsdl,nusoap

Posted: Sun Mar 25, 2012 2:59 pm
by kresimir1961
Hi,
i also trying to discover using SOAP function under JOOMLA.
So please can someone of you send me this files for testing purpose?

Thanks,
Kresimir

Re: Using webservices wsdl,nusoap

Posted: Wed May 23, 2012 11:56 am
by selvakani_s
Kindly send that file to me

Re: Using webservices wsdl,nusoap

Posted: Wed Jul 11, 2012 6:41 am
by ravkt
gyniolatry wrote:Hi taracila,

My first (useful) module, displays listings from RIEWA's (Real Estate Institute of WA)
WSDL service, using nuSoap and simpleXML.

Attached is a php.txt version for easier reading.

This was tested at first by pasting the entire code into a mod_php module with some static variables.

I 'Modulised' it after reading http://docs.joomla.org/How_to_create_a_module
and looking at the structure of a couple of pre-installed modules.

-soap files were then included in the mod_relm/lib/soap folder
-added some params to collect some info required to pass to RIEWA's site. ie agency number, search_type.
- loaded into page with {loadposition relm}
-A separate search module was then created so It could be placed in a different position on the page and post variables to the mod_relm

Can send all files if you want to look.

hi gyniolatry

i want to integrate java web services to joomla1.5

can you please suggest me how to integrate?.