Stop loading images from Web Service

Using the following code I put multiple request for images to the web service:
                    var pageArray:ArrayCollection = new ArrayCollection;
                    pageArray = event.result as ArrayCollection;
                    for (var ii:int = 0; ii < pageArray.length; ii++)
                        var filePage:FilePage = (filePages.placeImagesHere.addElement(new FilePage) as FilePage);
                        filePage.load('image_'+pageArray[ii].imageID.toString());
The loading takes place as multiple images are returned fom the server. All is well until the user wants to abort the image loading to view something else. removeAllElements() is called when a Close button is pressed but the images are still returned in the background.
                     placeImagesHere.removeAllElements();
If many images are to be returned the user has to wait for this to finish before the next lot of images can be viewed. I would have expected the function removeAllElements() would stop the process but it doesn't.
Is there any was to 'flush' or stop all previous image requests?
Thanks,
Stewart.

Thanks for the reply but the for loop finishes and the asynchronous event of receiving the images still occurs.
For example, the for loop loads 500 images. The web service takes 2 or 3 mintues to process all the images and returns them into each requesting Image component. The Close button calls the removeAllElements from the Images' parent so they no longer appear on the screen. However, the browser is still receiving the images. You can see the transfering data message flick on and off in the status line al the bottom of the browser.
The web service hasn't received all the requests at this point so they are still in transit from the browser to the web service.
Using a timer to load the images just means the images requests take longer to send to the web service.
What I need to do is cancel all image load requests when the user presses the Close button.
Hope this make sense.
Stewart.

Similar Messages

  • Import/Load XML from Web Service or URL?

    Hi,
    Like many, I'm new to LCD 8.2.  I have a form with subforms and repeating rows currently bound via a schema, but that can change if need be.  I'm able to import/export file-based XML and that process works well.
    However I'd rather not subject my end-users to browsing for an XML file, and loading it, and I'd like to provide something more elegant. In short, I'd like to import XML from either a web service (returning a single value being the XML document) or by loading the XML directly from a URL by a single button click.
    Is this possible?
    Much appreciated,
    Dave

    http://blogs.adobe.com/stevex/2007/06/http_post_update.html
    http://forms.stefcameron.com/2007/05/21/connecting-to-a-web-service/
    http://www.flexlive.net/?p=70

  • Error loading entity from web services

    Hi all
    I am using Studio Edition Version 11.1.2.1.0. and I'm trying to create an entity from a web services, but but I always get the following error:
    Testing connection with proxy 10.5.5.18:9080...
    Contacting http://10.5.143.210:8010/SGI/Catalogos/LocalizacionesWS?wsdl...
    The inquiry endpoint could not be contacted. Test failed.
    BEA-382032: El mensaje debe ser una instancia de: {http://www.w3.org/2003/05/soap-envelope}Envelope
    The wsdl is :
    <?xml version="1.0" encoding="UTF-8"?>
    <WL5G3N0:definitions name="IdiomasWS" targetNamespace="http://idiomas.catalogos.sgi.icex.es/" xmlns:WL5G3N0="http://schemas.xmlsoap.org/wsdl/" xmlns:WL5G3N1="http://sgi.icex.es/servicios/catalogos/idiomas/getIdiomas" xmlns:WL5G3N2="http://idiomas.catalogos.sgi.icex.es/" xmlns:WL5G3N3="http://www.w3.org/2006/05/addressing/wsdl" xmlns:WL5G3N4="http://schemas.xmlsoap.org/wsdl/soap12/">
    <WL5G3N0:types>
    <xsd:schema xmlns:gi="http://sgi.icex.es/servicios/catalogos/idiomas/getIdiomas" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://idiomas.catalogos.sgi.icex.es/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://sgi.icex.es/servicios/catalogos/idiomas/getIdiomas" schemaLocation="http://10.5.143.210:8010/SGI/Catalogos/IdiomasWS?SCHEMA%2FCatalogos%2FRecursos%2FInterfaz%2FXSD%2FGetIdiomas_v1"/>
    </xsd:schema>
    </WL5G3N0:types>
    <WL5G3N0:message name="GetIdiomas_v1Input">
    <WL5G3N0:part element="WL5G3N1:GetIdiomasRequest_v1" name="GetIdiomasRequest_v1"/>
    </WL5G3N0:message>
    <WL5G3N0:message name="GetIdiomas_v1Output">
    <WL5G3N0:part element="WL5G3N1:GetIdiomasResponse_v1" name="GetIdiomasResponse_v1"/>
    </WL5G3N0:message>
    <WL5G3N0:portType name="IdiomasWS">
    <WL5G3N0:operation name="GetIdiomas_v1">
    <WL5G3N0:input WL5G3N3:Action="urn:IdiomasWS/GetIdiomas_v1" message="WL5G3N2:GetIdiomas_v1Input"/>
    <WL5G3N0:output WL5G3N3:Action="urn:IdiomasWS/GetIdiomas_v1Response" message="WL5G3N2:GetIdiomas_v1Output"/>
    </WL5G3N0:operation>
    </WL5G3N0:portType>
    <WL5G3N0:binding name="IdiomasWSSoapHttp" type="WL5G3N2:IdiomasWS">
    <WL5G3N4:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <WL5G3N0:operation name="GetIdiomas_v1">
    <WL5G3N4:operation soapAction="urn:IdiomasWS/GetIdiomas_v1"/>
    <WL5G3N0:input>
    <WL5G3N4:body parts="GetIdiomasRequest_v1" use="literal"/>
    </WL5G3N0:input>
    <WL5G3N0:output>
    <WL5G3N4:body parts="GetIdiomasResponse_v1" use="literal"/>
    </WL5G3N0:output>
    </WL5G3N0:operation>
    </WL5G3N0:binding>
    <WL5G3N0:service name="IdiomasWSSoapHttpQSService">
    <WL5G3N0:port binding="WL5G3N2:IdiomasWSSoapHttp" name="IdiomasWSSoapHttpQSPort">
    <WL5G3N4:address location="http://10.5.143.210:8010/SGI/Catalogos/IdiomasWS"/>
    </WL5G3N0:port>
    </WL5G3N0:service>
    </WL5G3N0:definitions>
    Can anyone help me?

    Note that ADF BC on top of Web Service is only supported for SDO exposed ADF BC services.
    You need to find out with the people who created the service if it is the case.
    If all you need to do is show the web service data in your page you can just use the ADF Web Service Data control.

  • Don't show data from web service to Cross-Tab in xcelsius

    Hi all visitors
    I have created one web service and my web service will show data like this.
    Group ___Floor ____Amount
    Member__Floor 1__1000000
    Member__Floor 2__1000000
    Member__Floor 1__1000000
    Member__Floor 2__1000000
    Member__Floor 2__2200000
    Member__Floor 1__     1000000
    Member__Floor 1__     1000000
    In my xcelsius, i have option to make it to cross-tab.
    when i use that data( data above by manual) to excel spreadsheet. The data will change to
    Group______________Floor1________________Floor2______________GrandTotal
    Member____________5000000_____________ 3200000_____________8200000           
    GrandTotal__________5000000_____________ 3200000_____________8200000
    But when i load the data from web service,It doesn't show anything.
    (when i use list view to show data from web server, i see all data)
    How can i load data from web service and show the data like manually?
    Best Regards,

    Hi Tony,
    As per your example i have used the SUMIF fucntion
    have a glance at that and let me know if you need help
    Data coming from webservice >>     Concat     Group     Floor     Amount
                                              =C7&D7     Member     Floor1     1000000
                                              =C8&D8     Member     Floor2     1000000
                                              =C9&D9     Member     Floor1     1000000
                                              =C10&D10     Member     Floor2     1000000
                                               =C11&D11     Member     Floor2     2200000
                                               =C12&D12     Member     Floor1     1000000
                                              =C13&D13     Member     Floor1     1000000
    Cross Tab >>Group     Floor1                                                                    Floor2
          Member     =SUMIF($B$7:$B$13,$H$7&I6,$E$7:$E$13)     =SUMIF($B$7:$B$13,$H$7&J6,$E$7:$E$13)
         Grand Total     =SUM(I7)                                                                     =SUM(J7)
    Original data after
    Group     Floor1     Floor2
    Member     4,000,000     4,200,000
    Grand Total     4,000,000     4,200,000
    Hope this may solve your issue.
    Ley me know if you have any other issues.
    Regards,
    AnjaniKumar C.A.

  • Can I Stop my Images from being Copied from my Web Pages

    On some websites I visit, it prevents you from right clicking on the image and saving it. A message pops up saying the image cannot be copied.
    Would any of you kind folk know of a way I can stop my images from being saved from my Dreamweaver web pages?
    Many thanks in advance for your anticipated help!

    I asked a question. Hans was kind enough to give me a solution, and for that I thank him! I have also learned a little more in the process!
    We have already established that the solution stops people right clicking on an image and saving the image (be it in Windows Explorer or not), but it has also been established that it is by no means a fool proof way of protecting images and that there are other ways of copying images from a webpage. However, it is another level of protection.
    Unfortunately, I do not want to watermark my images as I do not like looking as watermarked images myself. I also downsize my images for the web. I was just looking for another level of protection.
    Thanks for the input anyway!

  • Mail stopped loading images...

    Over the past few weeks, my mail has stopped loading images - they are there if I go to www.me.com, but not on my Powerbook. Over the same timescale, the regular Apple Hot News feeds on RSS have stopped and I cannot access iTunes store - get the message 'error-2094'. Any help....?

    When you receive email in HTML format (that is, as a web page), the message will usually contain links to images hosted on a remote server. When you display those images, the sender of the message will know that you've read his message, when you read it, who your ISP is, and approximately where you are. You may regard this as an invasion of your privacy. If the message is spam, then your address has been confirmed as valid and you've been confirmed as someone who opens spam messages. That will ensure you get even more spam.
    If you don't care about the above, select
              Mail ▹ Preferences... ▹ Viewing
    from the menu bar and check the box marked
              Display remote images in HTML messages

  • Put a image from web on indesign with quality problem....

    Hello,
    sorry my english, but I'll try...
    I need use a lot of images from web, to make a document designed on indesign, and after try with all extension or formats, I mean, tif, png, pdf, jpg, psd, with different resolutions, 72, 150, 300, and different bit depths, 8, 16, 32, and no way... always the image when I put on indesign the image appear pixelate or with bad quality...
    can you help me with that?
    Is urgent, because is for my thesis work...
    thank you..

    pablovenegas wrote:
    ...Now, it seems strange that in word, the images work better than indesign... The subject is that I want work with indesign, because I thought that this software was designed for this theme... and then, you think that there is not a solution for this problem?
    pablovenegas,
    Please realize that Microsoft Word is specifically designed for word processing application, while Adobe InDesign is specifically designed for high-quality professional-grade layout application –where InDesign outputs highest-quality output. I don't use Word app for years.
    To place images onto InDesign document, it is recommended that you place HIGHEST QUALITY of image - at least 300ppi. If you place 72ppi on InDesign, it is HOW you place that specific web-quality image on InDesign. InDesign didn't do anything wrong, it is HOW you put the web image on.
    Word of advice, do you have a permission to use all of those web images captures off the Internet without website owner, or any copyright owner's written permission. If you haven't done so, just stop doing what you are doing (web screen captures off these webistes for your own benefit or pleasure, but cannot use any of these images for commerical use). Just free two-cent advice. In closing, all I can say, be cautious and careful.
    Best of luck!

  • Unable to export image from Webi to  excel.

    Hi,
    Can any one provide solution for export image from webi to excel( 3.1 & 4.0).
    Thanks,
    Praveen

    given link(https://service.sap.com/sap/support/notes/1299111) is not working.
    the above link contain
    Symptom
    Unable to Export images from a Web Intelligence report to Microsoft Excel.
    A Web Intelligence report is created using images to denote alerts. The report works OK in Web Intelligence but when exported to Microsoft Excel, the images do not display.
      Environment  
    Business Objects Enterprise XI Release 2
    Business Objects Enterprise XI 3.1
      Reproducing the Issue  
    Create a simple Web Intelligence document.
    Add a blank cell and within that cell link it to an image. (Either set as background for the cell or Image URL.)
    Save and export to Excel. The image will not be displayed.
    Cause
    Web Intelligence export engine does not support the export of images to excel.
    Resolution
    In BI4.0, Web Intelligence export engine does support the export of images to excel.
    Workaround 1 :
    Most image formats are supported in PDF export. Users may be able to use that as an alternative.
    Workaround 2 :
    If images are required in the final Excel document, the user would need to recreate those image links manually in Excel.
    Keywords
    Export , image , excel , WRC, Webi ,XIR2, XI3.1 , BI4.0
    Header Data
    Released On
    21.10.2011 14:43:35   
    Release Status
    Released to Customer   
    Component
    BI Business intelligence solutions  
    Priority
      Normal  
    Category
      Problem  
    Product
    Product
    Product Version
    SAP BusinessObjects Business Intelligence platform
    SAP BusinessObjects Enterprise XI 3.0

  • Calling portal service from web service

    Hello,
    I'm trying to call portal service from web service. Is this possible? I'm getting an error.
    For example, code:
    IJCOClientService clientService = (IJCOClientService) PortalRuntime.getRuntimeResources().getService(IJCOClientService.KEY);
    .. is generating exception:
    java.lang.LinkageError: Class com/sapportals/portal/prt/runtime/IPortalRuntimeResources violates loader constraints
    Do anybody knows what's wrong?
    Best regards,
    Josef Motl

    Hi Josef,
    Is the IJCOClientService located on the producer side or on the consumer side?
    Amit

  • Why does my MBP15 take forever to load images from websites?

    Hello all! Well the title tells my problem. It seems like most web pages load small images and avatars very slowly....is something wrong with my computer? Anyone else have slow loading images from websites? It does not seem to matter which website I visit...all are slow.
    Anyone help? Thanks.

    Go here, test your speed and let us know what it is.
    http://www.speakeasy.net/speedtest/
    It will look something like this:
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

  • Safari stops loading images randomly

    When I'm using Safari, it will be working fine, and then for some unknown reason, it will just stop loading images, and a small blue box with a question mark will appear instead.
    This happens on all sorts of pages, it can be a page that was loading fine before, then no images will load.
    Also, the problem does eventually go away, and then images start loading again.
    I noticed tonight that it started happening when my battery was low...could it be related to battery power?
    Help! This is very annoying.

    I'd love to know why this seems to have worked...
    DNS - Domain Name System - is the system that tells your computer and web browser where to look for a domain like www.apple.com. The domain is just a name - some system has to be used to figure out where that site actually resides, so it can be loaded in a web browser.
    Basically, each ISP sends you to a DNS server that looks up a domain (e.g. www.apple.com) and figures out what that domain's IP address is (e.g. 17.149.160.49 ). Your web browser is then directed to that physical address and is able to load the web site you were looking for.
    Some DNS servers (nameservers) can be flaky, either not providing updated addresses or being slow to access. Sometimes there are problems in communication somewhere between your computer, your router, your modem, and the DNS server. Often those problems can be fixed by manually entering your ISP's nameserver addresses or by using alternate nameserver addresses. Common alternate nameservers are Verizon's DNS servers (which include the addresses 4.2.2.1 and 4.2.2.2) and the OpenDNS DNS servers (208.67.222.222 and 208.67.220.220).
    By specifying nameserver addresses in your System Preferences or in your router's settings, you are choosing to use a different system for finding web sites than the one your ISP is using and/or you might be solving any communication problems that might exist somewhere between your computer and the nameserver you're using.
    Message was edited by: Rachel R

  • Fx 31 for Mac suddenly stopped loading images does anyone have a solution to this.

    In the middle of the day Fx stopped loading images for buttons, pictures on websites etc. I can use other browsers on my Mac and they work fine. I have reset Fx and tried with no add-ons installed. I have even removed and reinstalled. No change.

    You have the QuickJava 2.0.4 extension installed and this extension allows to toggle the image setting as well.
    Quote:
    <blockquote>Allows quick enable and disable of Java, Javascript, Cookies, Image Animations, Flash, Silverlight, Images, Stylesheets and Proxy from the Toolbar. This is great for increasing security or decreasing bandwidth.</blockquote>

  • Facing problem while going to  catch return result from web-services.

    Hi everybody,
    I am new to BPEL. I am facing problem while going to catch the attributes of resultsets returning from web-services(QAS). As far as my knowledge, two types of results it should return - XML entities and another is attributes which is coming as the part of XML entitites. I am able to catch the XML entities, but can't catch the attributes under it. Even, I am not able to see whether web-services returning something within that field.
    When, I tried to catch the attribute and store to a temporary varilable using the following code:
    *<assign name="AssignQASDoGetAddress1">*
    *<copy>*
    *<from variable="InvokeQAS_DoSearch_OutputVariable"*
    part="body"
    query="/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded"/>
    *<to variable="temp"/>*
    *</copy>*
    *</assign>*
    but, I am facing the following selectionFailure errors after running it:
    *"{http://schemasxmlsoap.org/ws/2003/03/business-process/}selectionFailure" has been thrown.*
    -<selectionFailure xmlns="http://schemasxmlsoap.org/ws/2003/03/business-process/">
    -<part name="summary">
    *<summary>*
    empty variable/expression result.
    xpath variable/expression expression "bpws:getVariableData('InvokeQAS_DoSearch_OutputVariable', 'body', '/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded')" is empty at line 269, when attempting reading/copying it.
    Please make sure the variable/expression result "bpws:getVariableData('InvokeQAS_DoSearch_OutputVariable', 'body', '/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded')"is not empty.
    *</summary>*
    *</part>*
    *</selectionFailure>*
    Getting this error it seems to me that web-service is returning nothing, but, it returns something as it has been catched using a method called isPostcodeRecoded() Java Code in Oracle ADF. This method has been used as it should return boolean whereas for catching the xml entities using java code we used the method like getPostcode(), getMoniker().
    For your information, we are using Jdeveloper as the development tool for building the BPEL process.
    Am I doing any syntax error. Please consider it as urgent and provide me asolution.
    Thanks in advance.
    Chandrachur.

    Thanks Dave and Marc, for your suggestions. Actually what I found is QAS web-service is returning nothing as attributes when the attributes are set to the default value. For example, following is the part of the wsdl of the result which QAS webservice returns.
    <xs:element name="QASearchResult">
    - <xs:complexType>
    - <xs:sequence>
    <xs:element name="QAPicklist" type="qas:QAPicklistType" minOccurs="0" />
    <xs:element name="QAAddress" type="qas:QAAddressType" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="VerifyLevel" type="qas:VerifyLevelType" default="None" />
    </xs:complexType>
    </xs:element>
    <xs:complexType name="QAPicklistType">
    - <xs:sequence>
    <xs:element name="FullPicklistMoniker" type="xs:string" />
    <xs:element name="PicklistEntry" type="qas:PicklistEntryType" minOccurs="0" maxOccurs="unbounded" />
    <xs:element name="Prompt" type="xs:string" />
    <xs:element name="Total" type="xs:nonNegativeInteger" />
    </xs:sequence>
    <xs:attribute name="AutoFormatSafe" type="xs:boolean" default="false" />
    <xs:attribute name="AutoFormatPastClose" type="xs:boolean" default="false" />
    <xs:attribute name="AutoStepinSafe" type="xs:boolean" default="false" />
    <xs:attribute name="AutoStepinPastClose" type="xs:boolean" default="false" />
    <xs:attribute name="LargePotential" type="xs:boolean" default="false" />
    <xs:attribute name="MaxMatches" type="xs:boolean" default="false" />
    <xs:attribute name="MoreOtherMatches" type="xs:boolean" default="false" />
    <xs:attribute name="OverThreshold" type="xs:boolean" default="false" />
    <xs:attribute name="Timeout" type="xs:boolean" default="false" />
    </xs:complexType>
    <xs:complexType name="PicklistEntryType">
    - <xs:sequence>
    <xs:element name="Moniker" type="xs:string" />
    <xs:element name="PartialAddress" type="xs:string" />
    <xs:element name="Picklist" type="xs:string" />
    <xs:element name="Postcode" type="xs:string" />
    <xs:element name="Score" type="xs:nonNegativeInteger" />
    </xs:sequence>
    <xs:attribute name="FullAddress" type="xs:boolean" default="false" />
    <xs:attribute name="Multiples" type="xs:boolean" default="false" />
    <xs:attribute name="CanStep" type="xs:boolean" default="false" />
    <xs:attribute name="AliasMatch" type="xs:boolean" default="false" />
    <xs:attribute name="PostcodeRecoded" type="xs:boolean" default="false" />
    <xs:attribute name="CrossBorderMatch" type="xs:boolean" default="false" />
    <xs:attribute name="DummyPOBox" type="xs:boolean" default="false" />
    <xs:attribute name="Name" type="xs:boolean" default="false" />
    <xs:attribute name="Information" type="xs:boolean" default="false" />
    <xs:attribute name="WarnInformation" type="xs:boolean" default="false" />
    <xs:attribute name="IncompleteAddr" type="xs:boolean" default="false" />
    <xs:attribute name="UnresolvableRange" type="xs:boolean" default="false" />
    <xs:attribute name="PhantomPrimaryPoint" type="xs:boolean" default="false" />
    </xs:complexType>
    here the attributes like FullAddress, PostcodeRecodedare , etc. are not being return by the web-service when it is getting the default value false. But, if it gets true then , it is being displayed at the BPEL console.
    Do you have any idea how can I catch the attributes and its value even when it gets the default value which is already set. Previously, it was returning(it was not being displayed at the console).
    Thanks once again for your valuable suggestions...!!!
    Chandrachur.

  • How do i load images from a folder?

    Hello everyone,
    Please can someone help me as i am stuck.
    I am trying to research loading images from a folder called /images/unknown (unknown is a customer number and is stored in a variable called customerNo).
    I feel that i will need to load the images into an array then display them to the screen with a viewer.
    Can anybody help me.
    Thanks in advance

    Welcome to the Sun forums.
    irknappers wrote:
    ...Please can someone help me as i am stuck.You might want to be more exact in future, about what you are stuck on.
    import javax.imageio.ImageIO;
    import java.io.FileFilter;
    import java.io.File;
    import javax.swing.JFileChooser;
    class LoadImages {
        public static void main(String[] args) {
            String[] suffixes = ImageIO.getReaderFileSuffixes();
            FileFilter fileFilter = new FileFilterType(suffixes);
            File directory = null;
            if (args.length==1) {
                directory = new File( args[0] );
            } else {
                JFileChooser fileChooser = new JFileChooser();
                fileChooser.setFileSelectionMode( JFileChooser.DIRECTORIES_ONLY );
                int result = fileChooser.showOpenDialog( null );
                if ( result == JFileChooser.APPROVE_OPTION ) {
                    directory = fileChooser.getSelectedFile();
                } else {
                    System.err.println("Must select a directory to proceed, exiting.");
            File[] images = directory.listFiles( fileFilter );
            for (File file : images) {
                System.out.println(file);
            System.out.println( "The rest is left an exercise for the reader.  ;-)" );
    class FileFilterType implements FileFilter {
        String[] types;
        FileFilterType(String[] types) {
            this.types = types;
        public boolean accept(File file) {
            for (String type : types) {
                if ( file.getName().toLowerCase().endsWith( type.toLowerCase() ) ) {
                    return true;
            return false;
    }

  • Dates coming from web service

    Hi,
    I'm currently trying to consume in VC a CAF Application Service exposed as a Web Service. I'm able to retrieve what I want but I have a problem with dates format.
    The web service returns dates in the following format: YYYY-MM-DDTHH:NN:SS
    When I test my data service in VC it works fine. When I run my iview, VC swap the month and the day and compute the new date...
    It's not just a problem of formatting with DVAL and DSTR because the date is already computed.
    Example:
    Date returned from web service: 2007-09-21T00:00:01
    Date returned from test data service in VC: 21.09.2007
    Date returned at runtime: 09.09.2008
    VC understand 21.09.2007 not like DD.MM.YYYY but like MM.DD.YYYY so 21.09.2007 becomes 09.09.2008
    I also tried to check on the server Regional and Language option but it doesn't come from there.
    Have you ever faced this problem?
    Thx

    Hi,
    It is a Web Service generated by NWDS (to expose my CAF Application Service)and deployed on the server.
    The url si like http://<hostname>:<port>/mywebservice/Config1?wsdl
    The Web Service runs correctly.
    When I call a method of my web service to retrieve a list of objects (CAF Entity Services) and their attributes, it returns attributes of type String and Dates of type 'java.util.GregorianCalendar'.
    It seems that VC doesn't correctly understand this type of Date at runtime
    Regards,
    Thomas

Maybe you are looking for