[flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-05-02 Thread nehavyas13
Hi, I am getting the same error as this post says which is shown below. I do not know webservices, I am just trying to access a WSDL file from flex. Can you please let me know why Flex shows this error? On which element is it expecting a namespace. The WSDL file I am using already has a targetName

Re: [flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-06 Thread Peeyush Tuli
Its a wild guess but there I think the flex version you are using expects a particular attribute namespace on the root definitions element in your wsdl. This is required to associate the elements in the wsdl to a particular namespace. Usually there is a default attribute namespace or targetnamesp

[flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-06 Thread essuark
Also the .NET side, is your basic skeleton webservice the IDE generates. So NO changes to .NET and I made sure the WS works by calling it with a C# application. Are there any new attributes one needs to add to C#? thanks Ralph --- In flexcoders@yahoogroups.com, "essuark" <[EMAIL PROTECTED]> wro

[flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-06 Thread essuark
Interesting... I thought it happened when I called the webservice but it is actually happening when the mx:webservice class is initialize and I assuming the wsdl being called. So I get the error BEFORE I call the webmethod. I am using the latest beta, we are in the middle of a build so we can upgra

Re: [flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-05 Thread Peeyush Tuli
flex 2 and .Net 2 webservices mix pretty well. What's your flex version? Are you getting the error at the time of loading the wsdl itself , i.e without invoking any webmethod? Are your request response message types defined in a particular namespace in the xsd? ~Peeyush On Thu, Mar 6, 2008 at 2

RE: [flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-05 Thread Tracy Spratt
Yes, so maybe my experience will not help you. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of essuark Sent: Wednesday, March 05, 2008 3:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: mx:webservice and .NET 2.0

[flexcoders] Re: mx:webservice and .NET 2.0 webservices

2008-03-05 Thread essuark
I am using Visual Studio 2005 that creates everything in .NET 2.0 - are you using Visual Studio 2008 and .NET 3.x? thanks r --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Yes, I am successfully using .Net 2.0 webservice, though since I am > using VS 8, maybe it i