facebook

Object Passing into Web Service Explorer

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255612 Reply

    supertaff
    Member

    Hi All,

    Carrying on from my learning of web services. I’ve moved on from the simple example to one of my own.

    In this example I’ve created a simple class with 1 method and 3 atributes.

    I’ve then taken the simple example and imported the class, and placed that into the web service parameter instead of the string, see below.

    public String receivePromoEntry(BusinessInteraction BusinessMessage) {

    return “Worked”;
    }

    It deploys ok to Tomcat and shows up in the list of available web services, but there is no place to enter a parameter anymore because of the class parameter.

    Is there a way to test this through the Web Service explorer and pass a class in or is the only way now to test this by wrting the code to consume the web service.

    Thanks for any help.

    Mark

    #255669 Reply

    Riyad Kalla
    Member

    Mark,
    You won’t be able to use the explorer anymore to test this. Your assessment is right about writing custom tester for it now.

    You have become too advanced for your own good 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Object Passing into Web Service Explorer

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