<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>

	<channel rdf:about="http://flugr.shared.prisma-hosting.com/">
	
		<title>FLUGR Forums: Java integration</title>
		<description>Forum : Java integration : Flex - Java integration</description>
	
	<link>http://flugr.shared.prisma-hosting.com/</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=90826DF6-1676-3929-A9DC91A70E4D9DBA&amp;r=1" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=9039B4D5-1676-3929-A9D84B8483A75544&amp;r=2" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=902B1137-1676-3929-A9788725BD326A82&amp;r=3" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B440A3-1676-3929-A95A11EE1C8C3929&amp;r=4" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B31DDD-1676-3929-A9F400974034F9BB&amp;r=5" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=61BB4620-1676-3929-A9DA72B5EFD43EF0&amp;r=6" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=5946B75B-1676-3929-A9C92D140496FC19&amp;r=7" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=58E52D72-1676-3929-A9C4741E28098213&amp;r=8" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=F44FB33C-1676-3929-A98C6E07B0AD4406&amp;r=9" />
			
		</rdf:Seq>
	</items>
	
	</channel>

	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=90826DF6-1676-3929-A9DC91A70E4D9DBA&amp;r=1">
		<title>RE: WebServices</title>
		<description>Ok, I&apos;m glad it&apos;s working.

Mark</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=90826DF6-1676-3929-A9DC91A70E4D9DBA&amp;r=1</link>
		<dc:date>2008-06-16T08:34:04--02:00</dc:date>
		<dc:subject>WebServices</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=9039B4D5-1676-3929-A9D84B8483A75544&amp;r=2">
		<title>RE: WebServices</title>
		<description>Thank you for your response.

Yesterday I managed to get my application to work.
It turned out I needed to specify my port in the crossdomain file, because by default it used port 80.

After configuring it to use an other port everything started to work.

Have fun,
Raymond</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=9039B4D5-1676-3929-A9D84B8483A75544&amp;r=2</link>
		<dc:date>2008-06-16T07:14:38--02:00</dc:date>
		<dc:subject>WebServices</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=902B1137-1676-3929-A9788725BD326A82&amp;r=3">
		<title>RE: WebServices</title>
		<description>A few questions to start with.
Did you put your crossdomain file in the root of your domain?
Is the url accessible from the IP address you are calling it from, so the client using the application.
And a last question what Error do you get if you try to import your webservice inside FlexBuilder 3.

Mark</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=902B1137-1676-3929-A9788725BD326A82&amp;r=3</link>
		<dc:date>2008-06-16T06:58:39--02:00</dc:date>
		<dc:subject>WebServices</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B440A3-1676-3929-A95A11EE1C8C3929&amp;r=4">
		<title>RE: WebServices</title>
		<description>Oops, forgot the error I&apos;m getting:

[RPC Fault faultString=&quot;Security error accessing url&quot; faultCode=&quot;Channel.Security.Error&quot; faultDetail=&quot;Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://s01.domingo.nl:8080/axis2/services/Version?wsdl)&quot;]
	at mx.rpc.wsdl::WSDLLoader/faultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\wsdl\WSDLLoader.as:98]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:168]
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:220]
	at mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49]
	at mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]
	at DirectHTTPMessageResponder/securityErrorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:368]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at flash.net::URLLoader/redirectEvent()</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B440A3-1676-3929-A95A11EE1C8C3929&amp;r=4</link>
		<dc:date>2008-06-14T20:11:31--02:00</dc:date>
		<dc:subject>WebServices</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B31DDD-1676-3929-A9F400974034F9BB&amp;r=5">
		<title>WebServices</title>
		<description>Hello,

I&apos;m trying to create my first flex client app which connects to a webservice. It looks like it can connect to several webservices on the net, but NOT to my own :(

For example working is:
- http://www.webservicex.net/WeatherForecast.asmx?WSDL

But I can&apos;t call for example the default getVersion service of axis. 
- http://s01.domingo.nl:8080/axis2/services/Version?wsdl

What can be the problem ??

My client code:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;&gt;

	&lt;mx:WebService 
		id=&quot;versionService&quot; 
		wsdl=&quot;http://s01.domingo.nl:8080/axis2/services/Version?wsdl&quot;
		useProxy=&quot;false&quot;&gt;
		&lt;mx:operation name=&quot;getVersion&quot;&gt;
		&lt;/mx:operation&gt;
	&lt;/mx:WebService&gt;
	
	&lt;mx:Button click=&quot;versionService.getVersion.send()&quot; label=&quot;getVersion&quot;&gt;&lt;/mx:Button&gt;
	&lt;mx:Label text=&quot;Version:&quot;&gt;&lt;/mx:Label&gt;
	&lt;mx:TextArea text=&quot;{versionService.getVersion.lastResult}&quot;&gt;&lt;/mx:TextArea&gt;
	
	&lt;mx:HRule&gt;&lt;/mx:HRule&gt;
	
	&lt;mx:WebService id=&quot;WS&quot; 
      wsdl=&quot;http://www.webservicex.net/WeatherForecast.asmx?WSDL&quot; 
      useProxy=&quot;false&quot;&gt;
  
    &lt;mx:operation name=&quot;GetWeatherByZipCode&quot; resultFormat=&quot;e4x&quot; &gt;
      &lt;mx:request&gt;
        &lt;ZipCode&gt;30117&lt;/ZipCode&gt;
      &lt;/mx:request&gt;
    &lt;/mx:operation&gt;
  &lt;/mx:WebService&gt;
  &lt;mx:Button click=&quot;WS.GetWeatherByZipCode.send()&quot; label=&quot;getWeather&quot;&gt;&lt;/mx:Button&gt;
   &lt;mx:TextArea text=&quot;{WS.GetWeatherByZipCode.lastResult}&quot;&gt;&lt;/mx:TextArea&gt;
	
  
  
&lt;/mx:Application&gt;

My crossdomain xml:
&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;cross-domain-policy&gt;
    &lt;allow-access-from domain=&quot;*&quot;/&gt;
&lt;/cross-domain-policy&gt;


Please give me some tips.</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=88B31DDD-1676-3929-A9F400974034F9BB&amp;r=5</link>
		<dc:date>2008-06-14T20:10:17--02:00</dc:date>
		<dc:subject>WebServices</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=61BB4620-1676-3929-A9DA72B5EFD43EF0&amp;r=6">
		<title>RE: GraniteDS anyone?</title>
		<description>If you don&apos;t want to use Blaze it is a good alternative, it still lacks some of the features in Blaze in the latest stable release, but it is a good alternative, next to Granite there are a number more that you can use for server communication or communication to other server side software like php.

Mark</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=61BB4620-1676-3929-A9DA72B5EFD43EF0&amp;r=6</link>
		<dc:date>2008-04-18T13:31:13--02:00</dc:date>
		<dc:subject>GraniteDS anyone?</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=5946B75B-1676-3929-A9C92D140496FC19&amp;r=7">
		<title>RE: GraniteDS anyone?</title>
		<description>To be honest I don&apos;t know much about it, but I agree it looks promising. Hope some more replies will follow on this subject.</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=5946B75B-1676-3929-A9C92D140496FC19&amp;r=7</link>
		<dc:date>2008-04-16T22:06:56--02:00</dc:date>
		<dc:subject>GraniteDS anyone?</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=58E52D72-1676-3929-A9C4741E28098213&amp;r=8">
		<title>GraniteDS anyone?</title>
		<description>Does anyone have experience with GraniteDS?

[url]http://www.graniteds.org/[/url] 

It looks promising if you look at the flex / java integration.

They say that they do kinda the same thing as BlaseDS but with already java / spring / acegi integration in there.

I would like to here more about the experiences of others...</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=58E52D72-1676-3929-A9C4741E28098213&amp;r=8</link>
		<dc:date>2008-04-16T20:20:24--02:00</dc:date>
		<dc:subject>GraniteDS anyone?</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=F44FB33C-1676-3929-A98C6E07B0AD4406&amp;r=9">
		<title>Tutorial on Flex and Spring integration</title>
		<description>A while ago I wrote an article on integration of Spring an Flex. I have gotten many positive responses on this. 
That is why I repost this and hope to get more feedback on the article and incorporate it.

[url]http://www.wowww.nl/wordpress/?p=58[/url]

Kind regards,

Marc</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=F44FB33C-1676-3929-A98C6E07B0AD4406&amp;r=9</link>
		<dc:date>2008-03-28T07:35:06--02:00</dc:date>
		<dc:subject>Tutorial on Flex and Spring integration</dc:subject>
		</item>
	
	
</rdf:RDF>

