XML Compression

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q29kZXJfUmFqaXY=?=

    #1

    XML Compression

    I am in the process of developing a web service which will be called from
    oracle forms. The web service will accept and return huge amount of XML data.
    So, I need to implement data compression techinique which will be efficient
    and would work on both .NET and Oracle. I know that .NET uses GZip, but I am
    not sure if oracle forms can use the same.

    Please suggest.

    Thanks,
    Rajiv
  • =?Utf-8?B?TWFyayBOZWxzb24=?=

    #2
    RE: XML Compression

    Rajiv,

    I'm not sure how Gzip can be used by the same. Did you explore on the latest
    WSE3.0 Here are the options i could think of

    1) Creating SOAP extensions for compression
    2) Explore the possibilty of using WSE's features (like DIME / MTOM)

    please have a look at the following url's
    http://msdn.microsoft.com/msdnmag/is...E/default.aspx

    http://msdn2.microsoft.com/en-us/library/ms996944.aspx

    http://msdn.microsoft.com/library/de...ff80346fa7.asp

    --
    Thanks & Regards,
    Mark Nelson


    "Coder_Raji v" wrote:
    I am in the process of developing a web service which will be called from
    oracle forms. The web service will accept and return huge amount of XML data.
    So, I need to implement data compression techinique which will be efficient
    and would work on both .NET and Oracle. I know that .NET uses GZip, but I am
    not sure if oracle forms can use the same.
    >
    Please suggest.
    >
    Thanks,
    Rajiv

    Comment

    • Radek Cerny

      #3
      Re: XML Compression

      I would use SOAP extensions to compress/decompress the payloads without
      affecting any other headers.

      "Coder_Raji v" <CoderRajiv@dis cussions.micros oft.comwrote in message
      news:E9EA9443-C54E-4C2C-AB44-D73C19CF5D11@mi crosoft.com...
      >I am in the process of developing a web service which will be called from
      oracle forms. The web service will accept and return huge amount of XML
      data.
      So, I need to implement data compression techinique which will be
      efficient
      and would work on both .NET and Oracle. I know that .NET uses GZip, but I
      am
      not sure if oracle forms can use the same.
      >
      Please suggest.
      >
      Thanks,
      Rajiv

      Comment

      • =?Utf-8?B?TWFyayBOZWxzb24=?=

        #4
        RE: XML Compression

        Rajiv,

        By the way, did you figure out any better approach for doing the XML
        Compression

        --
        Thanks & Regards,
        Mark Nelson


        "Coder_Raji v" wrote:
        I am in the process of developing a web service which will be called from
        oracle forms. The web service will accept and return huge amount of XML data.
        So, I need to implement data compression techinique which will be efficient
        and would work on both .NET and Oracle. I know that .NET uses GZip, but I am
        not sure if oracle forms can use the same.
        >
        Please suggest.
        >
        Thanks,
        Rajiv

        Comment

        Working...