It seems that Flex is getting indeed in an infinite loop.

If I enable tracing, you could see it is re-requesting the same XSDs
with a different dynamic URL over and over again:

http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/Customer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/Customer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/Customer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/../bo/Customer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/../bo/../bo/Customer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/../bo/../bo/../bo/Customer.\
xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/../bo/../bo/../bo/../bo/Cus\
tomer.xsd
http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/ws\
dl/process/../xsd-includes/../bo/../bo/../bo/../bo/../bo/../bo/../bo/../\
bo/Customer.xsd

It thinks you get the idea :)

It seems that Flex is still buggy on the WebServices side.

Any thoughts on this one??


--- In flexcoders@yahoogroups.com, "dafox_82" <[EMAIL PROTECTED]> wrote:
>
> When I try to use the WSDL import wizard, I could see my operations
> resolved correctly, but when clicking Finish, I get the following
error:
>
> "The WSDL definition could not be parsed. The wizard cannot complete
> successfully."
>
> --- In flexcoders@yahoogroups.com, "Randy Martin" randy@ wrote:
> >
> > My suggestion is that you use FB3 beta 2 and use the WSDL wizard to
> generate
> > the classes necessary to use the webservice. I did this for two of
our
> > webservices, and I had to do only minor tweaks of the generated code
> to get
> > it to work flawlessly. Pick from the menu in FB or Eclipse, Data |
> Import
> > Web Service (WSDL) ..., then be sure you pick the SOAP 1.1 port in
the
> > wizard. The wizard does not support SOAP 1.2 yet.
> >
> > ~randy
> >
> >
> >    _____
> >
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> > Behalf Of dafox_82
> > Sent: Saturday, December 08, 2007 9:46 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [SPAM] [flexcoders] Re: Loading Web Service from WebSphere
> >
> >
> >
> > Nobody with some helpful tips?
> >
> > --- In HYPERLINK
> > "mailto:flexcoders%40yahoogroups.com"flexcoders@, "dafox_82"
> > <dafox_82@> wrote:
> > >
> > > I'm playing around with Flex and want to call a custom made Web
> Service
> > > in WebSphere.
> > >
> > > When I run my application, It seems that a lot of requests are
done to
> > > the Web Service repeatably requesting the same XSD's (complex
> types). It
> > > looks like the application is in an infinite loop, constantly
> doing the
> > > same requests.. No call the the web service is made yet at this
point.
> > >
> > > If I call the requested XSD manually in my browser, it is resolved
> > > without problems.
> > > And if I call another very simple web service, everything is
> working as
> > > expected.
> > >
> > > My Web Service definition looks like this:
> > >
> > > <mx:WebService
> > > id="CALS"
> > >
> > >
> > wsdl="HYPERLINK
> >
>
"http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExp"http\
://l
> > ocalhost:-9080/CustomerMod-uleWeb/sca/-CustomerDataServ-iceExp\
> > >
> >
>
ort/wsdl/CustomerDa-taServiceExport_-CustomerDataServ-iceHttp_Service.-w\
sdl
> > >
> > <HYPERLINK
> >
>
"http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport/w\
"htt
> >
>
p://localhost:-9080/CustomerMod-uleWeb/sca/-CustomerDataServ-iceExport/-\
w\
> > >
>
sdl/CustomerDataSer-viceExport_-CustomerDataServ-iceHttp_Service.-wsdl>
"
> > >
> > >
> > endpointURI=-"HYPERLINK
> >
>
"http://localhost:9080/CustomerModuleWeb/sca/CustomerDataSer"http://loca\
lhos
> > t:-9080/CustomerMod-uleWeb/sca/-CustomerDataSer\
> > > viceExport
> > > <HYPERLINK
> >
>
"http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport"h\
ttp:
> >
//localhost:-9080/CustomerMod-uleWeb/sca/-CustomerDataServ-iceExport>
> > > "
> > >
service="CustomerDa-taServiceExport_-CustomerDataServ-iceHttpService"
> > > port="CustomerDataS-erviceExport_-CustomerDataServ-iceHttpPort"
> > > useProxy="false"
> > > showBusyCursor=-"true"
> > > fault="Alert.-show(event.-fault.faultStrin-g), 'Error'">
> > > <mx:operation name="findAll"->
> > > <mx:request>
> > > <customerRequest>
> > > <Customer>
> > > <CustNo>16</-CustNo>
> > > <Group></Group>
> > > </Customer>
> > > </customerRequest>
> > > </mx:request>
> > > </mx:operation>
> > > </mx:WebService>
> > >
> > > I'm using Flex Builder 3, Beta (also tried Flex Builder 2,
hotfix3)
> > >
> > > What is going wrong here???
> > >
> >
> >
> >
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG.
> > Version: 7.5.503 / Virus Database: 269.16.17/1177 - Release Date:
> 12/7/2007
> > 1:11 PM
> >
>


Reply via email to