-
When I am using <spring-cloud.version>Hoxton.SR5</spring-cloud.version> in my spring boot application it is returning me an XML format HTTP response by …
- 445 views
- 0 answers
- 0 votes
-
I have a very huge data to be updated but i’m stuck while modifying XML. i need to use modify(replace …
- 451 views
- 2 answers
- 0 votes
-
I’m new to the XSLT.. I’m doing xml to json conversion in that I’m using map function to display in …
- 425 views
- 1 answers
- 0 votes
-
I have a json input, it has both interger and string values. { "name":"jj", "id":123 } I’m performing json to …
- 420 views
- 1 answers
- 0 votes
-
I was using XSLT mediator inside WSO2 EI/ESB version 6.5.0. I need to transform json to json , for that …
- 418 views
- 1 answers
- 0 votes
-
Goal is to convert XML response to JSON. I am hitting an API endpoint which returns XML data. I recieve …
- 480 views
- 1 answers
- 0 votes
-
{"users": { "report": { "sub": "eng", "score": 30 }, "user": { "name": "test1", "age": 20 } }} my code is: …
- 429 views
- 2 answers
- 0 votes
-
- 401 views
- 1 answers
- 0 votes
-
I’m new to the XSLT How to set null in the xslt value. <string key= "Worker"> <xsl:text></xsl:text> </string> Output:- { …
- 433 views
- 1 answers
- 0 votes
-
I have a dotnet core API in which i have a model that looks something like this: class A { …
- 423 views
- 0 answers
- 0 votes