[flexcoders] web service problem

2007-05-31 Thread Cholakyan, Marina
Hello! I am trying to call web service created in OFBiz framework(it uses axis java web services). I am having two problems 1) Here is my flex client code mx:WebService id=ws wsdl=http://localhost:8080/webtools/control/SOAPService/getOrderInforma tion?wsdl showBusyCursor=true

Re: [flexcoders] web service problem

2006-06-26 Thread Tom Chiverton
On Friday 23 June 2006 23:01, slangeberg wrote: I'm trying to set up webservice call in Cairngorm, but . mx:WebService id=studentDelegate Why aren't you using the serviceLocator then ? -- Tom Chiverton This email is sent for and on

Re: [flexcoders] web service problem

2006-06-26 Thread Tom Chiverton
On Monday 26 June 2006 10:51, Tom Chiverton wrote: Why aren't you using the serviceLocator then ? Or alternatively, where is the rest of the code ? Which Flex version ? -- Tom Chiverton This email is sent for and on behalf of Halliwells

Re: [flexcoders] web service problem

2006-06-26 Thread slangeberg
Sorry. Flex 2 Beta 3. It only works if I remove the parameters from the request tag. However, I'm not sure how to pass parameters in, otherwise. I believe this all worked fine for me, when using only AS: ?xml version=1.0 encoding=utf-8?cairngorm:ServiceLocator

Re: [flexcoders] web service problem

2006-06-26 Thread Tom Chiverton
On Monday 26 June 2006 15:08, slangeberg wrote: It only works if I remove the parameters from the request tag. However, Normally you'd write serviceName.method(param1=value1,...), but I've only played with remoteing, rather than web services. -- Tom Chiverton

[flexcoders] web service problem

2006-06-23 Thread slangeberg
I'm trying to set up webservice call in Cairngorm, but getting null pointer runtime error. Any ideas?:?xml version=1.0 encoding=utf-8?cairngorm:ServiceLocator xmlns:mx= http://www.adobe.com/2006/mxml xmlns:cairngorm=org.nevis.cairngorm.business.* !--mx:HTTPService id=studentDelegate url=""