Hi All, Thanks for the reply.
Here is my manifest file - Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Service_Name Created-By: 1.7.0_40 (Oracle Corporation) Bundle-SymbolicName: com.abc.xyz Bundle-Version: 1.0.3 Bundle-Activator: com.abc.xyz.Activator Bundle-Vendor: Abhilash B Bundle-Localization: plugin Import-Package: org.osgi.framework,org.apache.camel, org.apache.camel.impl,org.apache.camel.builder,org.apache.camel.builder.xml, org.apache.camel.model,org.apache.camel.component,org.apache.camel.component.http,org.apache.camel.core.osgi,org.apache.camel.spi,org.apache.xerces.jaxp,org.apache.xerces.parsers,org.xml.sax,org.xml.sax.helpers,org.apache.xerces.impl.dv.dtd,org.apache.xerces.impl.dv.xs,org.apache.commons.httpclient,org.apache.commons.httpclient.auth,org.w3c.dom,javax.xml.parsers I installed the httpclient in karaf with the below cmd - install -s mvn:org.apache.httpcomponents/httpclient/4.5.2 *--- P.S ->>> Http Get works, but not Http Put* So, What am i missing? Regards, Abhilash/Chandan. -- View this message in context: http://karaf.922171.n3.nabble.com/HttpPUT-is-not-working-in-karaf-tp4046346p4046354.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
