Skip to main content
Question

Facing issues while trying to pull data from soapAPI.


suresh_sukumaran
Fan

 

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

wilsonshamim
StreamSets Employee
Forum|alt.badge.img+1
  • StreamSets Employee
  • 25 replies
  • July 22, 2022

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>

 

 


suresh_sukumaran
Fan

Thanks @wilsonshamim . Will try it.


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • July 24, 2022

@wilsonshamim 

 

I tried the above configuration but still getting the issue.


Reply