Hi Please help me in this problem.

I want to run xml request by java code without using soap ui,
please suggest me is it possible in java?
how can i implement?

What is your request type??? Is it XML?? if yes use JAXB and create simple DTO,Set value using setters of DTO object,using JAXB there will be auto marshalling and unmarshalling of Data to XML and vice versa.Hopefully it is useful .Click here to see examples

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.