I honestly have no idea. What is the webservice you're trying to use?
It looks like it requires some sort of authentication and ssl?
Can you find any examples of consuming the service with php? If it
isn't something you can work out in flex perhaps you can make php do
all of the work.
John
On May 26, 2007, at 6:03 PM, pioplacz wrote:
> Ok, well tryed to talk to them but didn't get any response. But I
> will instead use the php
> proxy way, but now i've run into another problem so maybe you could
> help me out.
> In their API reference they wrote that I have to include this line
> in my application:
>
> System.setProperty("javax.net.ssl.trustStore","<Path To istcacert>");
>
> But that line is only for java apps. Is there any way to make it
> work with php or flex?
>
>
> --- In [email protected], John Robinson <[EMAIL PROTECTED]> wrote:
>>
>> First, ask the folks who provide the webservice to install a
>> crossdomain.xml file for you. If that isn't an option, you can make a
>> php/etc proxy file to do the loading for you. Google "php flash
>> proxy".
>>
>>
>> John
>>
>> John Robinson - Flash/Flex Developer at large
>> Blog: http://jrobinsonmedia.wordpress.com
>>
>>
>> On May 26, 2007, at 5:34 PM, pioplacz wrote:
>>
>>> Hi!
>>>
>>> I'm trying to create an application that loads data from a wsdl
>>> webservice the problem is that
>>> I don't have access to the hosting server and I'm not possible to
>>> upload crossdomain file on
>>> it. That's why I'm asking you all, is there any way around it? Can
>>> i do something to make it
>>> work? It's really important and I really would like to make that
>>> app in flex.
>>>
>>
>