Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Shi Jinghai
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 years ago, I'm not sure whether I can find it. Kind Regards, Shi Jinghai -邮件原件- 发件人: Alfonso Barreto

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Alfonso Barreto
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 side, just after sending. From: Paul Foxworthy To: user@ofbiz.apache.org; Alfonso Barreto

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

Re: OFBiz installation issue on windows 10

2017-02-27 Thread Ippez
Below is the stacktrace /:ofbiz --load-data Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException at org.apache.ofbiz.base.start.Start.main(Start.java:60) Caused by: java.lang.ClassNotFoundException: org.apache.commons.cli.ParseException