Re: Problem consuming ofbiz soap services from PHP

2017-03-08 Thread Jacques Le Roux
ind it. Kind Regards, Shi Jinghai -邮件原件- 发件人: Alfonso Barreto [mailto:ab...@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 wo

Re: Problem consuming ofbiz soap services from PHP

2017-03-01 Thread Alfonso Barreto
java:328:INFO ] [[[SOAPService] Request Done- total:0.193,since last([SOAPService] Req...):0.193]] From: Shi Jinghai To: "user@ofbiz.apache.org" Sent: Tuesday, February 28, 2017 12:32 AM Subject: Re: Problem consuming ofbiz soap services from PHP Hi Alfonso, Perhaps yo

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 To: "user@ofbiz.apache.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 direc

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Shi Jinghai
[mailto:ab...@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

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Alfonso Barreto
: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 syntax to create an associative array: array(    key

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 => valu

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 r