thepeac1 Posted November 14, 2012 Share Posted November 14, 2012 Hi, how can i call my own developed web service (asmx) from ordering module? Thanks in advance. Link to comment Share on other sites More sharing options...
math_php Posted November 14, 2012 Share Posted November 14, 2012 Hi, You can use an order hook to call your webservice. Choose your hook better than you choose forum section Link to comment Share on other sites More sharing options...
bellini13 Posted November 14, 2012 Share Posted November 14, 2012 if you mean that you would to invoke your external webservice upon the receipt of a new order, then you would create a module that registers the newOrder hook. Then create a function hookNewOrder that does what you need. Link to comment Share on other sites More sharing options...
thepeac1 Posted November 15, 2012 Author Share Posted November 15, 2012 Hi, You can use an order hook to call your webservice. Choose your hook better than you choose forum section Thanks, can I have a more details that how shall i do it? if you mean that you would to invoke your external webservice upon the receipt of a new order, then you would create a module that registers the newOrder hook. Then create a function hookNewOrder that does what you need. Thanks, can I have a more details that how shall i do it? Link to comment Share on other sites More sharing options...
math_php Posted November 15, 2012 Share Posted November 15, 2012 Thanks, can I have a more details that how shall i do it? To choose the good forum section is easy. : If you ask for free help do not post in 'Paid ...' section If you asked for hook then answer is : Your module can use hooks like public function hookPaymentReturn($params) { ... or public function hookNewOrder($params) { But to get the answer you want, we do not have enough information to help you. What do you want to make ? Launch a mail for each order ? Link to comment Share on other sites More sharing options...
bellini13 Posted November 15, 2012 Share Posted November 15, 2012 what kind of help are you looking for? are you asking for someone to do this for you? are you familiar with php coding? do you know how to invoke an external webservice using the php soap lib? i can provide tips and answer specific questions, but if you are looking for someone to actually code this or walk you through line by line, that is not something I can provide via a forum thread. if you are looking for a paid service, since you did post in the "paid" forum, then you can send me a PM with specific details and I can provide you a paid service. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now