Re: Problem consuming ofbiz soap services from PHP

2017-03-08 Thread Jacques Le Roux
pache.org> Sent: Tuesday, February 28, 2017 12:32 AM Subject: Re: Problem consuming ofbiz soap services from PHP Hi Alfonso, Perhaps you can try axis2 directly to see whether it's worked well. If yes, you can add axis2 to OFBiz as a plugin. I built an axis2 component several year

Re: Problem consuming ofbiz soap services from PHP

2017-03-01 Thread Alfonso Barreto
] [[[SOAPService] Request Done- total:0.193,since last([SOAPService] Req...):0.193]] From: Shi Jinghai <huaru...@hotmail.com> To: "user@ofbiz.apache.org" <user@ofbiz.apache.org> Sent: Tuesday, February 28, 2017 12:32 AM Subject: Re: Problem consuming ofbiz soap servi

Re: Problem consuming ofbiz soap services from PHP

2017-02-28 Thread Alfonso Barreto
Shi, many thanks, excelent idea, will explore than option. Best regards From: Shi Jinghai <huaru...@hotmail.com> To: "user@ofbiz.apache.org" <user@ofbiz.apache.org> Sent: Tuesday, February 28, 2017 12:32 AM Subject: Re: Problem consuming ofbiz soap services f

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Shi Jinghai
...@yahoo.com.INVALID] 发送时间: 2017年2月28日 8:54 收件人: Paul Foxworthy; user@ofbiz.apache.org 主题: Re: Problem consuming ofbiz soap services from PHP Thanks Paul, I tryed that syntax too, but apparently the one that works better is the one I show, with the one you say it generates an exception on the client

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Alfonso Barreto
yahoo.com> Sent: Monday, February 27, 2017 6:51 PM Subject: Re: Problem consuming ofbiz soap services from PHP Hi Alfonso, The log suggests to me that the parameters are not being *sent*: OFBiz is just receiving an empty map: A map entry has a key and a value. Try using the PHP synt

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Paul Foxworthy
Hi Alfonso, The log suggests to me that the parameters are not being *sent*: OFBiz is just receiving an empty map: < /map-Entry>< map-Entry> A map entry has a key and a value. Try using the PHP syntax to create an associative array: array( key => value, key2 => value2, key3 =>

Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Alfonso Barreto
Been trying to find and updated reference for this, but still haven't found it. I try to consume the soap  testing services that comes on ofbiz, but for some reason, the parameters are not readed on the server part. This is the code Iam using on PHP, tryed several combinations but cant find the