I doubt it - I've not yet seen a WSDL that needed to explicitly import the SOAP 
encoding schema for the types section. If you do end up needing it for some 
reason you'd have to establish a proxy or make a local copy of the schema to 
avoid Flash Player sandbox security restrictions. 

Pete


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of wubac1
Sent: Friday, March 20, 2009 2:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex app fails when moved to server hosting web 
services

Thanks, Pete.

If I remove the import will that import other client types (C++, Java, etc) 
negatively?

--- In flexcoders@yahoogroups.com, Peter Farland <pfarl...@...> wrote:
>
> There you go - the schema definition for SOAP 1.1 is implied for our 
> processing of WSDL, so you could remove that import.
> 
> Pete
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of wubac1
> Sent: Friday, March 20, 2009 1:57 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex app fails when moved to server hosting web 
> services
> 
> There is an import:
> 
> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"; 
> schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
> 
> 
> --- In flexcoders@yahoogroups.com, Peter Farland <pfarland@> wrote:
> >
> > Hmm, if it's not the SOAP address location, then perhaps there is a WSDL or 
> > Schema import or include? Can you look around in the <types> section?
> > 
> > Pete
> > 
> > -----Original Message-----
> > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > Behalf Of wubac1
> > Sent: Friday, March 20, 2009 1:23 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Re: Flex app fails when moved to server hosting web 
> > services
> > 
> > Also, I removed the call to the operation completely and see that the 
> > failed request for the crossdomain.xml from xmlsoap.org is generated by the 
> > loading of the WSDL:
> > 
> > ws = new WebService();
> > ws.loadWSDL(mywsdlloc);   <-- the GET is successful, but it subsequently 
> > requests http://schemas.xmlsoap.org/crossdomain.xml, which produces a 404
> > 
> > --- In flexcoders@yahoogroups.com, Peter Farland <pfarland@> wrote:
> > >
> > > I'd take a look at the <soap:address location="..." /> in the WSDL for 
> > > your service and port (typically towards the bottom of the WSDL) and note 
> > > the host that is being contacted. What location is mentioned here?
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > > Behalf Of wubac1
> > > Sent: Friday, March 20, 2009 2:29 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] Flex app fails when moved to server hosting web 
> > > services
> > > 
> > > I have a Flex application that runs fine from my desktop.  When I move 
> > > the files to a virtual machine that already hosts the web services for 
> > > the app, it no longer works as expected.  Now, when the app creates a 
> > > WebService and calls an operation, I see that the WSDL if located and 
> > > downloaded, but the operation never executes.  Via Charles, I see a "404 
> > > Not Found" for URL http://schemas.xmlsoap.org/crossdomain.xml.  While I 
> > > do not call any services at xmlsoap.org, it is part of the namespaces in 
> > > my web services.  Any suggestions as to correcting this problem on the VM?
> > >
> > 
> > 
> > 
> > 
> > ------------------------------------
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location: 
> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives: 
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> >
> 
> 
> 
> 
> ------------------------------------
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>




------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links



Reply via email to