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 [email protected], "Randy Martin" <[EMAIL PROTECTED]> 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: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of dafox_82 > Sent: Saturday, December 08, 2007 9:46 AM > To: [email protected] > Subject: [SPAM] [flexcoders] Re: Loading Web Service from WebSphere > > > > Nobody with some helpful tips? > > --- In HYPERLINK > "mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED], "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.-wsdl > > > <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://localhos > t:-9080/CustomerMod-uleWeb/sca/-CustomerDataSer\ > > viceExport > > <HYPERLINK > "http://localhost:9080/CustomerModuleWeb/sca/CustomerDataServiceExport"http: > //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 > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

