VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: alexvirtue on September 18, 2012, 13:42:27 PM

Title: Soap
Post by: alexvirtue on September 18, 2012, 13:42:27 PM
Hi,
I'd like to use virtuemart to create a e-commerce.
I searched the forum but I guest that i have not found a good answer to my follow question:
My e-commerce requires that once a payment confirmed there is a call to a web service that communicates the information.
What is the php file that knows the event "payment done" and wich i have to edit and to simply add a call soap?

Sorry for my english.
Thanks,

Alex
Title: Re: Soap
Post by: alexvirtue on September 18, 2012, 14:56:00 PM
Maybe my question is stupid, sorry for the ignorance.
Can anyone give me some input?

Thanks
Title: Re: Soap
Post by: alexvirtue on September 19, 2012, 11:24:07 AM
if i use paypal i have to edit this file:
/administrator/ components/com_virtuemart/notify.php

can i add a soap to a wsdl without problems?
Title: Re: Soap
Post by: bytelord on September 19, 2012, 12:23:02 PM
Hello,

I think you could create a plugin for that (may be extends of vmpayment plugin).
Keep in mind that Soap is supported on VM2. Take a look here: http://dev.virtuemart.net/projects/virtuemart/wiki/Webservices_usage
Also JSON is been supported.

Take a look on developer resources: http://dev.virtuemart.net/projects/virtuemart/wiki

Regards
Title: Re: Soap
Post by: edthenet on February 04, 2013, 10:37:22 AM
I've seen the information on the virtuemart deveopers site (http://dev.virtuemart.net/projects/virtuemart/wiki/Webservices_usage) but i think this feature is never implemented. I can not seem te find these .php files that the are talking about. Can somebody please help me. I want to use soap in virtuemart
Title: Re: Soap
Post by: scisteffan on February 06, 2013, 00:03:21 AM
I also am a bit confused as to how to access SOAP in VM2..
Title: Re: Soap
Post by: alexxsav on November 27, 2013, 12:46:51 PM
Hello. Now only i see way to use SOAP - http://sourceforge.net/projects/soa-virtuemart/
its work.
Title: Re: Soap
Post by: alexxsav on February 04, 2015, 14:01:05 PM
Hello.
Do you plain integrate it into virtuemart 3?