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

Re: OFBiz SOAP web service integration: List of GenericValue

2015-10-07 Thread Jacques Le Roux
Thanks for this confirmation Morten Jacques Le 06/10/2015 17:23, Morten Jensen a écrit : Hi Pierre, I just went with Apache Wink (now 1.4); it works fine and web.xml configuration and Application set-up is straightforward. Thanks. Morten On Tue, Oct 6, 2015 at 3:26 PM, Pierre Smits

Re: OFBiz SOAP web service integration: List of GenericValue

2015-10-06 Thread Morten Jensen
Hi Pierre, I just went with Apache Wink (now 1.4); it works fine and web.xml configuration and Application set-up is straightforward. Thanks. Morten On Tue, Oct 6, 2015 at 3:26 PM, Pierre Smits wrote: > Hi Morten, > > Thanks for the explanation. As you said that you

Re: OFBiz SOAP web service integration: List of GenericValue

2015-10-06 Thread Pierre Smits
Hi Morten, Thanks for the explanation. As you said that you followed the https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST as a guideline, did you also use the suggested Apache Wink solution or did you go with the integrated Axis2 functionalities in OFBiz? Or did you use

Re: OFBiz SOAP web service integration: List of GenericValue

2015-10-06 Thread Morten Jensen
Hi Pierre, Thanks for your response, much appreciated. I did find and look at this example prior to sending out my question originally - I also looked at the XMLRPC and SOAP examples. However, none of them seemed to offer a way to bridge/exchange "GenericValue" (or list thereof) for in/output

Re: OFBiz SOAP web service integration: List of GenericValue

2015-10-06 Thread Pierre Smits
Hi Morten, The following document in our wiki might be of some help. https://cwiki.apache.org/confluence/display/OFBIZ/Calling+OFBiz+services+from+Liferay+using+SOAP Best regards, Pierre Smits *OFBiz Extensions Marketplace* http://oem.ofbizci.net/oci-2/ On Wed, Sep 23, 2015 at 12:53 PM,

OFBiz SOAP web service integration: List of GenericValue

2015-09-23 Thread Morten Jensen
Hi, I'm currently running a proof of concept on OFBiz web service integration in order to be able to: create party group, party person, create orders, register payments etc from external services (acting as clients to OFBiz). I am using Apache CXF (JAXB) and am exposing the various services as

Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
Hi guys i m using apache-ofbiz-11.04.01 i using Pentaho kettle community edition, to calls SOAP service of createProduct However, the IN parameters valued are not passed to the Request Message. Hence, the product are not created Does anyone had any success in using ofbiz SOAP services

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Jacques Le Roux
service of createProduct However, the IN parameters valued are not passed to the Request Message. Hence, the product are not created Does anyone had any success in using ofbiz SOAP services ? Thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
SOAP with multi tenancy ? Thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP-services-with-Pentaho-tp4639735p4639741.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Hans Bakker
is it to tells the SOAP services operation to applied to which tenant ? The WDSL generated doesnt have any IN parameters to tells the tenant ID How to cater SOAP with multi tenancy ? Thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP-services-with-Pentaho

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
parameter found: [createProduct.delegator] Am i been configuring wrong Regards -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP-services-with-Pentaho-tp4639735p4639744.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
Hi, I found this in the forum http://ofbiz.135035.n4.nabble.com/How-to-set-delegator-based-on-tenantId-passed-via-web-service-td3673046.html Does anyone had any success implementing this ? Thanks. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP-services

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Jacques Le Roux
-to-set-delegator-based-on-tenantId-passed-via-web-service-td3673046.html Does anyone had any success implementing this ? Thanks. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-SOAP-services-with-Pentaho-tp4639735p4639746.html Sent from the OFBiz - User

ofbiz-soap

2011-07-05 Thread prasanth r
hi, Is there any brief doc about making soap call. do we need to do anything in ofbiz side apart from making service settings as export. Please if anything let me know. thanks prasath rajan

Re: ofbiz-soap

2011-07-05 Thread Jacques Le Roux
Have a look for soap into FAQ Also you already participated to this recent thread http://markmail.org/message/obxwfbmcc6gujopl Jacques From: prasanth r prasanth.sunr...@gmail.com hi, Is there any brief doc about making soap call. do we need to do anything in ofbiz side apart from making

Re: Calling Ofbiz SOAP service

2010-03-15 Thread Bilgin Ibryam
Hi Len, I tried with soapUI (a very good web service client) and it worked correct. Here is the soap request I used Bilgin soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:ser=http://ofbiz.apache.org/service/; soapenv:Header/ soapenv:Body

Re: Calling Ofbiz SOAP service

2010-03-15 Thread Christopher Snow
I had quite a few problems with the SOAP implementation. I did manage to get working with an axis client using AXIOM: http://cwiki.apache.org/confluence/x/b4KV I am using the following client XML to call the getOrderStatus service as a SOAP service. The Ofbiz getOrderStatus service takes

Calling Ofbiz SOAP service

2010-03-08 Thread Len
I am using the following client XML to call the getOrderStatus service as a SOAP service. The Ofbiz getOrderStatus service takes in a string ordered param and returns a string statusId. The response packet contains only a '\r\n' in the body; Does anyone have any experience on the calling client

Re: Ofbiz SOAP

2008-01-30 Thread Florin Popa
Thanks a lot for the reply. The first link could help on complex type but I haven't found any clue regarding arrays. Could someone send me such details? A second issue I already asked for, it is also important: would it be possible to deploy a service having more than one single method

Re: Ofbiz SOAP

2008-01-30 Thread Florin Popa
Hello, From: Florin Popa [EMAIL PROTECTED] Thanks a lot for the reply. The first link could help on complex type but I haven't found any clue regarding arrays. Could someone send me such details? Try axis array on google. You may be interested notably by

Re: Ofbiz SOAP

2008-01-30 Thread Jacques Le Roux
From: Florin Popa [EMAIL PROTECTED] Thanks a lot for the reply. The first link could help on complex type but I haven't found any clue regarding arrays. Could someone send me such details? Try axis array on google. You may be interested notably by

Ofbiz SOAP

2008-01-28 Thread Florin Popa
Hello all, How can I use SOAP within Ofbiz? Is it possible to have complex OUT params like String[] or int[] or MyOwnClass[] ? [it only worked for a basic String as IN/OUT] Additionally I would need to have more methods deployed within the same web service. Is this possible? Thanks in

Re: Ofbiz SOAP

2008-01-28 Thread Jacques Le Roux
If you want to use complex types you will need to use Axis. This may help http://www.nabble.com/Using-SOAP-complex-types-with-OfBiz-tp9180865p9180865.html at large http://www.nabble.com/forum/Search.jtp?query=soap+axislocal=yforum=2740daterange=0startdate=enddate= Jacques From: Florin Popa

Using OFBiz SOAP with .NET 2.0

2007-04-24 Thread Vinay Agarwal
Hello, After spending way too much time trying to fix WSDL generated code (in .NET) to access OFBiz SOAP services, I ended up writing a rather simple low-level driver for it. The driver takes input map of parameters (Dictionary in NET) and returns a map from the output of the service

Re: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-22 Thread Jacques Le Roux
Please have a look at http://tinyurl.com/yqsqro Jacques I am trying to figure out how to use OFBiz web services through SOAP using C# (.NET 2.0 Visual Studio 2005). I was wondering if this is a know issue? Any kind of direction on how I can fix this will be great? There are several things I

Re: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-22 Thread Cameron Smith
I had very similar problems connecting .NET and OFBiz SOAP exported services. Someone (I forget who), explained that OFBiz SOAP support is very primitive at the moment, and does not support complex types. However even when I tried it with simple types it did not work! There was a discussion

RE: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity=Solution

2007-03-22 Thread Cholakyan, Marina
Hi, Thanks for quick responses! I found a quick solution, since I am newbie in the whole SOAP, WSDL, Web Services stuff probably not the best solution, but here it is... When I used WSE in .NET 2.0 and tried to add Web Reference (where you specify the Web Service url) and Visual Studio

.NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-21 Thread Cholakyan, Marina
Hello, I am trying to figure out how to use OFBiz web services through SOAP using C# (.NET 2.0 Visual Studio 2005). I was wondering if this is a know issue? Any kind of direction on how I can fix this will be great? There are several things I tried to do unsuccessfully. I created a