BUG: Enrich Data by Webservice - Web Mining : Does not pass 'request properties'

kludikovskykludikovsky MemberPosts:30Maven
edited September 2019 inHelp

I am trying to access the MailChimp "Enrich Data by Webservice".
After reading tons of Documentation I tried to check what is actually sent to compare it to a working Chrome REST extension test.
There it shows that the request properties are not sent to the server. Therefore no authentican can work, nor any other instructions.

This will also explain most of the similar discussions here in the forum.
This is the process: (Copies and pasted from the canvas)









< =“query_type”价值=参数的关键"Regular Expression"/>















http://us16.api.mailchimp.com/3.0/lists/"/>










Neither the 'authorization' nor the 'xyz' are in the request as can be seen in the Wireshark trace:

Hypertext Transfer Protocol
GET /3.0/lists/ HTTP/1.1\r\n
[Expert Info (Chat/Sequence): GET /3.0/lists/ HTTP/1.1\r\n]
[GET /3.0/lists/ HTTP/1.1\r\n]
[Severity level: Chat]
[Group: Sequence]
Request Method: GET
Request URI: /3.0/lists/
Request Version: HTTP/1.1
User-Agent: Java/1.8.0_141\r\n
Host: us16.api.mailchimp.com\r\n
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\r\n
Connection: keep-alive\r\n
\r\n
[Full request URI:http://us16.api.mailchimp.com/3.0/lists/]
[HTTP request 1/1]
[Response in frame: 1989]


I am currently using RM 7.6.001

Answers

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn

    This XML appears malformed and doesn't render---can you try reposting the XML using these instructions:

    Start by copying the full XML from the "XML" tab in RapidMiner into your post using the code insert tool.Need help?Read this KB articleto learn more. Do NOT just copy and paste the operators from the Process canvas!

    Then others will actually able to look at your process and offer comments.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager

    it's been sorted out@Telcontar120- there are four duplicates of this post. Thx.


    Scott

  • kludikovskykludikovsky MemberPosts:30Maven

    @Telcontar120here it is.

    but you can also take the above and copy and paste it into the canvas. Should work as well.

Sign InorRegisterto comment.