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 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?
 


http://schemas.xmlsoap.org/soap/envelope/>
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ser=
 "
http://localhost/webtools/control/SOAPService/
 ">
  
  
 

   
  

  
  

  
   

 
  


 

 


Thank You
 


Len Shein
 


  lsh...@salmonllc.com

  lsh...@verizon.net

 


Office:  516.742.7888 ext. 225

Office:  732.333.4303

 

 



  






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

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ser="http://ofbiz.apache.org/service/";>

  
  
 

   
  
 
  
  
 
  
   

 
  



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? 

 


http://schemas.xmlsoap.org/soap/envelope/>
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ser=
 "
http://localhost/webtools/control/SOAPService/
 ">
  
  
 

   
  

  
  

  
   

 
  


 

 

Thank You 

 

Len Shein 

 


  lsh...@salmonllc.com

  lsh...@verizon.net

 


Office:  516.742.7888 ext. 225

Office:  732.333.4303

 

 



  




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 side? 

 

http://schemas.xmlsoap.org/soap/envelope/>
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ser=
 "
http://localhost/webtools/control/SOAPService/
 ">
  
  
 

   
  

  
  

  
   

 
  


 

 

Thank You 

 

Len Shein 

 

  lsh...@salmonllc.com

  lsh...@verizon.net

 

Office:  516.742.7888 ext. 225

Office:  732.333.4303