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