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 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 side?
<soapenv:Envelope
xmlns:soapenv= <http://schemas.xmlsoap.org/soap/envelope/>
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ser=
<http://ecomstaging.purityapps.com/webtools/control/SOAPService/> "
http://localhost/webtools/control/SOAPService/
<http://localhost/webtools/control/SOAPService/%22> ">
  <soapenv:Header/>
  <soapenv:Body>
     <ser:getOrderStatus>
        <map-Map>
           <map-Entry>
              <map-Key>
                <std-String value="orderId"/>
              </map-Key>
              <map-Value>
                <std-String value="1234"/>
              </map-Value>
           </map-Entry>
        </map-Map>
     </ser:getOrderStatus>
  </soapenv:Body>
</soapenv:Envelope>

Thank You
Len Shein
 <mailto:lsh...@salmonllc.com> lsh...@salmonllc.com

 <mailto:lsh...@verizon.net> lsh...@verizon.net

Office:  516.742.7888 ext. 225

Office:  732.333.4303




Reply via email to