facebook

API with XML Requests and Responses

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316500 Reply

    Bill Fly
    Member

    I have a web service (API) that accepts XML requests and creates XML responses. Can I use ME4S to convert the example XML requests and responses to XML schema, then Spring Beans, then use ME4S to generate code to consume the web service?

    #316733 Reply

    jayperkins
    Member

    Hi,

    You can import the web service which will generate the code needed to consume the web service.

    Check out this tutorial about importing web services:

    http://www.myeclipseide.com/documentation/quickstarts/ME4STutorialImportWS/webservicearticle.html

    This should generate the code necessary to call the web service, although you will have to add code to make the calls. The tutorial provides an example of calling the web service with classes generated by importing the web service.

    Let me know if this does not answer your question.

    Jay

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: API with XML Requests and Responses

You must be logged in to post in the forum log in