Bug 1937 -Cannot create new descriptors with GUI

	*Resolved the "File is not a zip file" error while editing in
	topology page of NS and VNF packages.

Change-Id: I8735d436671a6f68487b7ecbcddb90d1284b47a4
Signed-off-by: harshini.r <harshini.r@tataelxsi.co.in>
diff --git a/src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.ts b/src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.ts
index 7c3c247..55c5070 100644
--- a/src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.ts
+++ b/src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.ts
@@ -176,7 +176,7 @@
     this.identifier = this.activatedRoute.snapshot.paramMap.get('id');
     this.generateData();
     this.headers = new HttpHeaders({
-      'Content-Type': 'application/zip',
+      'Content-Type': 'application/gzip',
       Accept: 'application/json',
       'Cache-Control': 'no-cache, no-store, must-revalidate, max-age=0'
     });