Answer the question
In order to leave comments, you need to log in
Parsing XML response from SOAP?
Hello.
What library would you recommend for working with XML responses received as a result of a SOAP request to the 1C server?
Response format:
<Item>value</Item>
<Item2>
<Item21>value</Item21>
<Item22>value</Item22>
</Item2>
public class MyMethod {
public String Item1;
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question