Hi. 
auth=true means that your service needs authentication. 
Try to add the login.username and login.password parameters in the call to the 
service. 
In my call to the web service I simply added the following, and it seems to 
work 
call.addParameter(login.username, org.apache.axis.Constants.XSD_STRING, 
javax.xml.rpc.ParameterMode.IN); 
call.addParameter(login.password, org.apache.axis.Constants.XSD_STRING, 
javax.xml.rpc.ParameterMode.IN); 
Regards. 
Louis Engelbrecht 
>>Hi, 
  
>>I have changed the existing service 
>>changeOrderStatus(applications\order\servicedef\services.xml) to add 
>>export=true 
  
>>   <service name=changeOrderStatus engine=java auth=true 
>>           location=org.ofbiz.order.order.OrderServices invoke=setOrderStatus 
>> export=true> 


-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail 
legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at 
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.

Reply via email to