Question

Facing issues while trying to pull data from soapAPI.


 

Hi,

  We are trying  to connect to Oracle UCM server  using HTTP Client Plugin in Streamsets with  SOAP API endpoint. Facing issue while connecting via http client. Please help to resolve the issue.

error message :: 415 unsupported media type

API config Details:

auth type is Basic authorization

Method :: POST

url :: WSDL detailts

Request Body:: Soap Request

content type :: application/xml

authentication :: Basic Auth

data format     ::Text/XML


3 replies

Userlevel 2
Badge +1

Hi @suresh_sukumaran,

Can you try below configuration

 

Resource URL: url

output Field : /output

add header -  SOAPAction: ""

content type: text/xml;charset=UTF-8

HTTP Method : POST

BODY:  <soap body>

 

 

Thanks @wilsonshamim . Will try it.

Userlevel 5
Badge +1

@wilsonshamim 

 

I tried the above configuration but still getting the issue.

Reply