Using webservices wsdl,nusoap

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
taracila
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jun 22, 2010 7:12 am
Contact:

Using webservices wsdl,nusoap

Post by taracila » Mon Jul 26, 2010 1:07 pm

Hello!

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

I will appreciate any help.

Thanks

gyniolatry
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Fri May 28, 2010 3:19 am

Re: Using webservices wsdl,nusoap

Post by gyniolatry » Mon Aug 02, 2010 8:54 am

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.
You do not have the required permissions to view the files attached to this post.

Sc0rpy
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sun Jan 25, 2009 4:28 pm

Re: Using webservices wsdl,nusoap

Post by Sc0rpy » Tue Sep 14, 2010 4:09 am

Hello,

Could you please send me the files?

jorge_bo
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Sun Aug 23, 2009 5:18 pm
Contact:

Re: Using webservices wsdl,nusoap

Post by jorge_bo » Mon Mar 21, 2011 8:57 pm

Hi,

Could you please send me the files too?

thanks Jorge

zho
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Apr 06, 2011 8:38 am

Re: Using webservices wsdl,nusoap

Post by zho » Wed Apr 06, 2011 8:49 am

can you please send me your files?

dcapeluto
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Apr 27, 2011 8:47 pm

Re: Using webservices wsdl,nusoap

Post by dcapeluto » Thu Apr 28, 2011 10:12 pm

Can someone forward the files please?

Thank you!

pbaker
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Tue May 17, 2011 8:41 am

Re: Using webservices wsdl,nusoap

Post by pbaker » Tue May 17, 2011 8:47 am

Please could someone forward me these files too please?

Thanks

mictro
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Sep 05, 2011 10:11 am

Re: Using webservices wsdl,nusoap

Post by mictro » Mon Sep 05, 2011 10:28 am

Could I also receive a copy of these files? It would be highly appreciated.... :)

Thanks in advanced,

laura_abc
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Fri Oct 21, 2011 8:48 am

Re: Using webservices wsdl,nusoap

Post by laura_abc » Fri Oct 21, 2011 2:26 pm

and for me, if it's possible!

tons of thanks :p :-[

kresimir1961
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Mar 25, 2012 2:41 pm

Re: Using webservices wsdl,nusoap

Post by kresimir1961 » Sun Mar 25, 2012 2:59 pm

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

selvakani_s
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed May 23, 2012 7:53 am

Re: Using webservices wsdl,nusoap

Post by selvakani_s » Wed May 23, 2012 11:56 am

Kindly send that file to me

ravkt
Joomla! Intern
Joomla! Intern
Posts: 74
Joined: Wed Apr 04, 2012 9:39 am

Re: Using webservices wsdl,nusoap

Post by ravkt » Wed Jul 11, 2012 6:41 am

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?.


Locked

Return to “Joomla! 1.5 Coding”