RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-15 Thread Peter Farland





If you could send me the WSDL I could take a look. It might 
be a problem with non-qualified versus qualified wrapped document literal web 
services.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Monday, March 13, 2006 6:41 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable



Heres a doosey then  
the exact same call using Flex 1.5 works completely fine. Flex 2 I get this 
error.so either Flex 1.5 doesnt care about the WSDL problem or Flex2 changed 
something about not allowing the return of complex objects in a 
webservice.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding 
America to Better 
Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Sunday, March 12, 2006 2:42 
PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

So far when weve seen 
this its been because the namespace declaration was missing in the WSDL that 
would line up the GetCitiesResponse with the method. So go through your 
produced WSDL carefully and make sure that the namespaces match up 
correctly.

Matt





From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: Friday, March 10, 
2006 3:22 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable


Nah, its not the 
response not being there.oddly enough passing a string works fine  its a 
return type of Any (object) or Struct that blows up.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding America 
to Better Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Doug 
LowderSent: Friday, March 10, 
2006 4:08 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: WSDLResponse not 
resolvable

Looks like some kind of mismatch between 
GetCities and GetCitiesResponse in your code (although I didn't see a 
definition for 
GetCitiesResponse).Maybe try: 
mx:operation 
name="GetCities" fault="Alert.show('Error:'+event.fault.faultstring,'Error',Alert.OK)" 
result="getCitiesHandler(event)"...function 
getCitiesHandler(event: mx.rpc.events.ResultEvent) { myData = event.result;}...myRemote.GetCities(myState, 
myCityType);--- In 
flexcoders@yahoogroups.com, "Jonathan 
Miranda" [EMAIL PROTECTED] wrote: Need 
help with an error message - Working with BlueDragon (aka .Net), 
I'm attempting a WebService in Flex. Doing a "cfinvoke" works fine 
and looking at the wsdl produced from the CFC it looks 
fine...but I get 
this when I try a WebService 
call.   
   
Element http://www.newatlanta.com/bluedragon/cfc/:GetCitiesResponse 
not 
resolvable 
 
at mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/internal: 
:parseMessage() 
 
at mx.rpc.soap::WSDLOperation/parseMessages()  
at mx.rpc.soap::Operatio

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-15 Thread Peter Farland





This looks like a Flex 2 bug with the schema 
elementFormDefault="qualified" attribute not being honored for each element 
defined in the types section. I believe a work around for now is to manually add 
form="qualified" attributes to the relevant element tags for each type 
definition. I've logged a bug and will ask for this to betargeted 
for beta 3.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Peter 
FarlandSent: Wednesday, March 15, 2006 1:25 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

If you could send me the WSDL I could take a look. It might 
be a problem with non-qualified versus qualified wrapped document literal web 
services.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Monday, March 13, 2006 6:41 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable



Heres a doosey then  
the exact same call using Flex 1.5 works completely fine. Flex 2 I get this 
error.so either Flex 1.5 doesnt care about the WSDL problem or Flex2 changed 
something about not allowing the return of complex objects in a 
webservice.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding 
America to Better 
Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Sunday, March 12, 2006 2:42 
PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

So far when weve seen 
this its been because the namespace declaration was missing in the WSDL that 
would line up the GetCitiesResponse with the method. So go through your 
produced WSDL carefully and make sure that the namespaces match up 
correctly.

Matt





From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: Friday, March 10, 
2006 3:22 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable


Nah, its not the 
response not being there.oddly enough passing a string works fine  its a 
return type of Any (object) or Struct that blows up.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding America 
to Better Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Doug 
LowderSent: Friday, March 10, 
2006 4:08 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: WSDLResponse not 
resolvable

Looks like some kind of mismatch between 
GetCities and GetCitiesResponse in your code (although I didn't see a 
definition for 
GetCitiesResponse).Maybe try: 
mx:operation 
name="GetCities" fault="Alert.show('Error:'+event.fault.faultstring,'Error',Alert.OK)" 
result="getCitiesHandler(event)"...function 
getCitiesHandler(event: mx.rpc.events.ResultEvent) { myData = event.result;}...myRemote.GetCities(myState, 
myCityType);--- In 
flexcoders@ya

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-15 Thread Peter Farland





Actually, sorry, this is not the case. Your issue is a Flex 
2 Beta 1 bug that should be fixed for Beta 2.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Peter 
FarlandSent: Wednesday, March 15, 2006 2:08 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

This looks like a Flex 2 bug with the schema 
elementFormDefault="qualified" attribute not being honored for each element 
defined in the types section. I believe a work around for now is to manually add 
form="qualified" attributes to the relevant element tags for each type 
definition. I've logged a bug and will ask for this to betargeted 
for beta 3.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Peter 
FarlandSent: Wednesday, March 15, 2006 1:25 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

If you could send me the WSDL I could take a look. It might 
be a problem with non-qualified versus qualified wrapped document literal web 
services.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Monday, March 13, 2006 6:41 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable



Heres a doosey then  
the exact same call using Flex 1.5 works completely fine. Flex 2 I get this 
error.so either Flex 1.5 doesnt care about the WSDL problem or Flex2 changed 
something about not allowing the return of complex objects in a 
webservice.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding 
America to Better 
Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Sunday, March 12, 2006 2:42 
PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable

So far when weve seen 
this its been because the namespace declaration was missing in the WSDL that 
would line up the GetCitiesResponse with the method. So go through your 
produced WSDL carefully and make sure that the namespaces match up 
correctly.

Matt





From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: Friday, March 10, 
2006 3:22 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: WSDLResponse 
not resolvable


Nah, its not the 
response not being there.oddly enough passing a string works fine  its a 
return type of Any (object) or Struct that blows up.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding America 
to Better Healthcare
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Doug 
LowderSent: Friday, March 10, 
2006 4:08 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: WSDLResponse not 
resolvable

Looks like some kind of mismatch between 
GetCities and GetCitiesResponse in your code (although I didn't see a 
definition for 
GetCitiesResponse).M

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-14 Thread Matt Chotin










That makes it all the more likely that
theres a missing namespace. Because 1.5 was more lenient (I believe were
still investigating whether we can bring us back to being more lenient).
Basically look in your WSDL for every xmlns declaration and then go find the
GetCities elements and see what namespace prefix they use. Make sure that the
prefix is matching up as expected (and then look at the individual SOAP
response and see if the namespaces match).



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Monday, March 13, 2006 3:41
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable







Heres a doosey then  the
exact same call using Flex 1.5 works completely fine. Flex 2 I get this
error.so either Flex 1.5 doesnt care about the WSDL problem or
Flex2 changed something about not allowing the return of complex objects in a
webservice.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w
(720) 963-3832

c
(707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt
 Chotin
Sent: Sunday, March 12, 2006 2:42
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable





So far when weve seen this
its been because the namespace declaration was missing in the WSDL that
would line up the GetCitiesResponse with the method. So go through your
produced WSDL carefully and make sure that the namespaces match up correctly.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Friday, March 10, 2006 3:22
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable







Nah, its not the response not being
there.oddly enough passing a string works fine  its a
return type of Any (object) or Struct that blows up.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w
(720) 963-3832

c
(707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Lowder
Sent: Friday, March 10, 2006 4:08
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
WSDLResponse not resolvable





Looks like some kind of
mismatch between GetCities and 
GetCitiesResponse in your code (although I didn't
see a definition 
for GetCitiesResponse).

Maybe try: 

mx:operation name=GetCities
fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)

result=getCitiesHandler(event)

...

function getCitiesHandler(event:
mx.rpc.events.ResultEvent) {
 myData = event.result;
}

...

myRemote.GetCities(myState, myCityType);


--- In flexcoders@yahoogroups.com,
Jonathan Miranda [EMAIL PROTECTED] 
wrote:

 Need help with an error message - Working
with BlueDragon 
(aka .Net),
 I'm attempting a WebService in Flex. Doing a
cfinvoke works fine 
and
 looking at the wsdl produced from the CFC it
looks fine...but I 
get this
 when I try

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-13 Thread Jonathan Miranda












Heres a doosey then  the
exact same call using Flex 1.5 works completely fine. Flex 2 I get this error.so
either Flex 1.5 doesnt care about the WSDL problem or Flex2 changed
something about not allowing the return of complex objects in a webservice.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin
Sent: Sunday, March 12, 2006 2:42
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable





So far when weve seen this
its been because the namespace declaration was missing in the WSDL that
would line up the GetCitiesResponse with the method. So go through your
produced WSDL carefully and make sure that the namespaces match up correctly.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Friday, March 10, 2006 3:22
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable







Nah, its not the response not being
there.oddly enough passing a string works fine  its a
return type of Any (object) or Struct that blows up.

_

Jonathan Miranda

Flexible Master of the Web

Try not to
become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w
(720) 963-3832

c
(707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Lowder
Sent: Friday, March 10, 2006 4:08
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: WSDLResponse
not resolvable





Looks like some kind of
mismatch between GetCities and 
GetCitiesResponse in your code (although I didn't
see a definition 
for GetCitiesResponse).

Maybe try: 

mx:operation name=GetCities
fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)

result=getCitiesHandler(event)

...

function getCitiesHandler(event:
mx.rpc.events.ResultEvent) {
 myData = event.result;
}

...

myRemote.GetCities(myState, myCityType);


--- In flexcoders@yahoogroups.com,
Jonathan Miranda [EMAIL PROTECTED] 
wrote:

 Need help with an error message - Working
with BlueDragon 
(aka .Net),
 I'm attempting a WebService in Flex. Doing a
cfinvoke works fine 
and
 looking at the wsdl produced from the CFC it
looks fine...but I 
get this
 when I try a WebService call.
 
 
 
 
 
 Element 
http://www.newatlanta.com/bluedragon/cfc/:GetCitiesResponse
not
 resolvable
 

at
 
mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/intern
al:
 :parseMessage()
 

at mx.rpc.soap::WSDLOperation/parseMessages()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokePendingCall()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokeAllPending()
 

at

mx.rpc.soap::WebService/mx.rpc.soap:WebService::unEnqueueCalls()
 

at
 
mx.rpc.soap::WebService/http://www.macromedia.com/2005/flex/mx/intern
al:
 :wsdlHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at mx.rpc.soap::WSDLParser

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-12 Thread Matt Chotin










So far when weve seen this its
been because the namespace declaration was missing in the WSDL that would line
up the GetCitiesResponse with the method. So go through your produced WSDL
carefully and make sure that the namespaces match up correctly.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Friday, March 10, 2006 3:22
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
WSDLResponse not resolvable







Nah, its not the response not being
there.oddly enough passing a string works fine  its a
return type of Any (object) or Struct that blows up.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w
(720) 963-3832

c
(707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Lowder
Sent: Friday, March 10, 2006 4:08
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
WSDLResponse not resolvable





Looks like some kind of
mismatch between GetCities and 
GetCitiesResponse in your code (although I didn't
see a definition 
for GetCitiesResponse).

Maybe try: 

mx:operation name=GetCities
fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)

result=getCitiesHandler(event)

...

function getCitiesHandler(event:
mx.rpc.events.ResultEvent) {
 myData = event.result;
}

...

myRemote.GetCities(myState, myCityType);


--- In flexcoders@yahoogroups.com,
Jonathan Miranda [EMAIL PROTECTED] 
wrote:

 Need help with an error message - Working
with BlueDragon 
(aka .Net),
 I'm attempting a WebService in Flex. Doing a
cfinvoke works fine 
and
 looking at the wsdl produced from the CFC it
looks fine...but I 
get this
 when I try a WebService call.
 
 
 
 
 
 Element 
http://www.newatlanta.com/bluedragon/cfc/:GetCitiesResponse
not
 resolvable
 

at
 
mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/intern
al:
 :parseMessage()
 

at mx.rpc.soap::WSDLOperation/parseMessages()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokePendingCall()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokeAllPending()
 

at

mx.rpc.soap::WebService/mx.rpc.soap:WebService::unEnqueueCalls()
 

at
 
mx.rpc.soap::WebService/http://www.macromedia.com/2005/flex/mx/intern
al:
 :wsdlHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at mx.rpc.soap::WSDLParser/dispatchEvent()
 

at

mx.rpc.soap::WSDLParser/mx.rpc.soap:WSDLParser::parseCompleted()
 

at
 
mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/intern
al:
 :httpResultHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at
 
mx.rpc::AbstractInvoker/http://www.macromedia.com/2005/flex/mx/intern
al:
 :dispatchRpcEvent()
 

at
 
mx.rpc::AbstractInvoker/http://www.macromedia.com/2005/flex/mx/intern
al:
 :resultHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at mx.rpc::Producer/acknowledge()
 

at

C:\dev\enterprise_beta1\frameworks\libs\framework.swc
(mx/validators/Vali

dator)$132::DirectHTTPMessageResponder/completeHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at flash.net::URLLoader/flash.net:URLLoader::onComplete
()
 
 Here's the code:
 
 mx:WebService id=myRemote
 wsdl=http://SomeSecretGateway/qrsInterface.cfc?wsdl

useProxy=false
 

mx:operation name=GetCities
 fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)
 

mx:request
 

stateCA/state
 

cityTypeH/cityType
 

/mx:request
 

/mx:operation
 

/mx:WebService
 
 
 
 
 
 _
 
 Jonathan Miranda
 
 Flexible Master of the Web
 
 Try not to become a man of success, but
a man of value. - Albert
 Einstein
 
 HealthGrades http://www.healthgrades.com/ :
Guiding America to 
Better
 Healthcare(tm)
 
 NASDAQ: HGRD
 
 w (720) 963-3832
 
 c (707) 761-0868
 
 [EMAIL PROTECTED] 
 
 _
 
 The message contains confidential and/or
legally

RE: [flexcoders] Re: WSDLResponse not resolvable

2006-03-10 Thread Jonathan Miranda












Nah, its not the response not being
there.oddly enough passing a string works fine  its a
return type of Any (object) or Struct that blows up.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or incomplete,
or contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message which arise as a result of
e-mail transmission. If verification is required please request a hard-copy
version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Lowder
Sent: Friday, March 10, 2006 4:08
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
WSDLResponse not resolvable





Looks like some kind of
mismatch between GetCities and 
GetCitiesResponse in your code (although I didn't
see a definition 
for GetCitiesResponse).

Maybe try: 

mx:operation name=GetCities
fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)

result=getCitiesHandler(event)

...

function getCitiesHandler(event:
mx.rpc.events.ResultEvent) {
 myData = event.result;
}

...

myRemote.GetCities(myState, myCityType);


--- In flexcoders@yahoogroups.com,
Jonathan Miranda [EMAIL PROTECTED] 
wrote:

 Need help with an error message - Working
with BlueDragon 
(aka .Net),
 I'm attempting a WebService in Flex. Doing a
cfinvoke works fine 
and
 looking at the wsdl produced from the CFC it
looks fine...but I 
get this
 when I try a WebService call.
 
 
 
 
 
 Element 
http://www.newatlanta.com/bluedragon/cfc/:GetCitiesResponse
not
 resolvable
 

at
 
mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/intern
al:
 :parseMessage()
 

at mx.rpc.soap::WSDLOperation/parseMessages()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokePendingCall()
 

at
 
mx.rpc.soap::Operation/http://www.macromedia.com/2005/flex/mx/interna
l::
 invokeAllPending()
 

at

mx.rpc.soap::WebService/mx.rpc.soap:WebService::unEnqueueCalls()
 

at
 
mx.rpc.soap::WebService/http://www.macromedia.com/2005/flex/mx/intern
al:
 :wsdlHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at mx.rpc.soap::WSDLParser/dispatchEvent()
 

at
 mx.rpc.soap::WSDLParser/mx.rpc.soap:WSDLParser::parseCompleted()
 

at
 
mx.rpc.soap::WSDLParser/http://www.macromedia.com/2005/flex/mx/intern
al:
 :httpResultHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at
 
mx.rpc::AbstractInvoker/http://www.macromedia.com/2005/flex/mx/intern
al:
 :dispatchRpcEvent()
 

at
 
mx.rpc::AbstractInvoker/http://www.macromedia.com/2005/flex/mx/intern
al:
 :resultHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at mx.rpc::Producer/acknowledge()
 

at

C:\dev\enterprise_beta1\frameworks\libs\framework.swc
(mx/validators/Vali

dator)$132::DirectHTTPMessageResponder/completeHandler()
 

at flash.events::EventDispatcher/dispatchEvent()
 

at flash.net::URLLoader/flash.net:URLLoader::onComplete
()
 
 Here's the code:
 
 mx:WebService id=myRemote
 wsdl=http://SomeSecretGateway/qrsInterface.cfc?wsdl

useProxy=false
 

mx:operation name=GetCities
 fault=Alert.show
('Error:'+event.fault.faultstring,'Error',Alert.OK)
 

mx:request
 

stateCA/state
 

cityTypeH/cityType
 

/mx:request
 

/mx:operation
 

/mx:WebService
 
 
 
 
 
 _
 
 Jonathan Miranda
 
 Flexible Master of the Web
 
 Try not to become a man of success, but
a man of value. - Albert
 Einstein
 
 HealthGrades http://www.healthgrades.com/ :
Guiding America to 
Better
 Healthcare(tm)
 
 NASDAQ: HGRD
 
 w (720) 963-3832
 
 c (707) 761-0868
 
 [EMAIL PROTECTED] 
 
 _
 
 The message contains confidential and/or
legally privileged 
information
 and is intended for use only by the indicated
addressee. If you 
are not
 the named addressee you should not
disseminate, distribute, or 
copy this
 e-mail. Please notify the sender immediately
by e-mail if you have
 received this e-mail by mistake and delete
this e-mail from your 
system.
 E-mail transmissions cannot be guaranteed to
be secure or error-
free as
 information could be intercepted, corrupted,
lost, 
destroyed,arrive late
 or incomplete, or contain viruses