Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Calculator

0

71
Views
Generate Java classes from XMLRPC API

I'm trying to generate Java classes with JAXB, and I need to extract .xsd schema from the call of a XMLRPC API. Is there a method for doing this? An example of a XMLRPC call is

<methodCall>
  <methodName>acquire_token</methodName>
  <params>
    <param>
      <value>
        <string>username</string>
      </value>
    </param>
    <param>
      <value>
        <string>password</string>
      </value>
    </param>
    <param>
      <value>
        <string>0978900008508</string>
      </value>
    </param>
  </params>
</methodCall>
8 months ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post job Plans Our process Sales
Legal
Terms and conditions Privacy policy
© 2023 PeakU Inc. All Rights Reserved.