Re: SOAP: Cannot locate service by name

2009-11-03 Thread Beula
SOAP_WSDL( $wsdlurl); $proxy = $wsdl-getProxy(); $params = array('orderId' = 1); $resp = $proxy-getOrderStatus($params); ? /roberto -- View this message in context: http://n4.nabble.com/SOAP-Cannot-locate-service-by-name-tp152137p360954.html Sent from the OFBiz - User mailing list archive

Re[2]: SOAP: Cannot locate service by name

2009-11-03 Thread Петр Богданов
--- Исходное сообщение --- От кого: Beula jbeula.an...@gmail.com Кому: user@ofbiz.apache.org Дата: Nov 03, 2009 12:02:23 Тема: Re: SOAP: Cannot locate service by name Hi Roberto, I am facing the same problem when I run the service using a PHP client. It cannot locate the service

SOAP: Cannot locate service by name

2008-04-01 Thread Roberto Cosenza
Hello. I'm trying to run a simple webservice test using a php client. The method I want to run is getOrderStatus but i get Request SOAPService caused an error with the following message: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Cannot locate service by name