Forum Discussion

jonjsilver's avatar
jonjsilver
New Member
6 years ago

Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml - curl

Ok, ok this may not be the totally right place to ask this, but I've speant all day looking everywhere else and I cannot find anything or figure out how to resolve, so maybe someone here .... ?

 

I have a soap request to a vendor's website that works fine in SOAPUI.

When I try to use curl for that same request, I get " enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml" as the response frm the vendor site. 

 

I'm guessing that soapUI does something that curl does not. Does anyone have any suggestions how I go about resolving this. I've tried all combinations and permustation of the following parameters 

      -X POST / GET..

       --header "Content-Type: application/xml;charset=UTF-8"

       --header "SOAPAction:urn:getAction"

       --data[-binary] @Request.xml  https://te.....

No RepliesBe the first to reply