GET Request in webservices

Hi !!

I was trying to get a response from web services in my bot but I am getting this message [OjectObject] could you please help me out.

Hi Amit,

the response is of JSONObject type and BOT/Java script doesnot have ability to deserialise it for the printing purpose . Only Primitive types are allowed .

Please convert it to stringified JSON format , using
JSON.stringify(). and print it.

Hey thanks bro it really helped…

I am trying to connect one post webservices which is working fine in SOAPUI but when I am running it in Kore I am getting this

“An HTTP POST request with a SOAP request in the body was send to a WSDL URL. To call the web service use the service URL instead of the WSDL URL. To access the WSDL use an HTTP GET request or send the request with an empty HTTP body.”

Could anyone please help me out

Hi Amit,

Could you please let me know if anything helped you on this one? I’m stuck on the same problem.