in Education by
I've got a webservice which takes a RequestDTO with 6 strings in it. When testing the webservice I simply send an XML like this and it works just fine: 1 anton 4453 GG L <![CDATA[ <data>TA ]]> My problem now is that I have to create a webservice which can process a set of requests. My idea is to simply have an array of RequestDTO. This means that the new webservice takes a MultiRequestDTO which contains an array of RequestDTO's. But how should the XML look like? - When I test with SoapUI it autogenerates the request xml and this is what it says my new webservice XML looks like: ? ? How should the (which is my array) look like when sending the request? I've tried to simply copy the contents from the first XML (copied the tag ), but no luck.. Anyone able to help out? * EDIT * - Request 10 1234 singleRequest 10 789 4561814453 4453 GG <![CDATA[ <details>TA ]]> This is what I send out now.. but all the values inside arent recieved and the object in the array just contains null values. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
? ? ? ? ? ? Your XML request suppose to look like this if you want to trigger more than one java:request

Related questions

0 votes
    I'm trying to access my .xml file in the ClientBin with no success. code: WebClient xmlClient = ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I need to pull item quantity from a DB2 database from an aspx page and then update after the quantity ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
0 votes
    I've got a problem with exposing a DTO class through SOAP WebService. My class looks like TKontrahent = ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    I've got a problem with exposing a DTO class through SOAP WebService. My class looks like TKontrahent = ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    How can you expose an Apex class as a REST WebService in Salesforce?...
asked Nov 11, 2020 in Technology by JackTerrance
0 votes
    In __________, each external request is tagged with a unique identifier which is passed to all services involved ... . Distributed tracing C. Application logging D. Audit logging...
asked Jan 11, 2023 in Education by JackTerrance
0 votes
    I am new to jmeter. I have been experimenting on creating a jmeter script manually by inspecting the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    first of all,i am fairly new with spring mvc so .. how springmvc find the right class to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    When dealing with mobile clients it is very common to have multisecond delays during the transmission of HTTP ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    I am using the following function to load a PlayList of Songs from 'PlayListJSON.aspx' but somethings seems ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    In CGI, process starts with each request and will initiate OS level process. (a) True (b) False This question ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    I want to send the following JSON text {"Email":"[email protected]","Password":"123456"} to a web ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Can you help me out with this program? I am unable to run this code. varx http = require('http'); exports.handler ... + eventa.url); } Select the correct answer from above options...
asked Jan 24, 2022 in Education by JackTerrance
0 votes
0 votes
    Which of the following property is associated with the Request event? (a) requestStart (b) requestEnd (c) ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
...