CA Service Management

 View Only
  • 1.  Sending ArrayOfString

    Posted Aug 17, 2014 11:12 AM

    Question about r12.6 web services

     

    I'm creating a mobile application of R12 for android , I need to use doselect web service method to retrieve information about a specific ticket and of course it requires me to pass an ArrayOfString as attributes element has a complex datatype of ArrayOfString

     

    By following the instruction provided by the java folder, I've managed to create the java classes and files (ArrayOfString.java, ArrayOfString.class, USD_webservice.java ...etc)

    My Question is, HOW can I use those files in eclipse and use do select successfully??

    PLease help me



  • 2.  Re: Sending ArrayOfString
    Best Answer

    Broadcom Employee
    Posted Aug 19, 2014 05:13 PM

    You should be able to add those files (ArrayOfString.java, etc...) to a folder and then in Eclipse, add that to your class or build path in your project.

    one hint would be to check this file:

    NX_ROOT\samples\sdk\websvc\java\run_java_test_bat.txt

    Note the %CP% it builds.  Include those same files/folders in your project's class path/build path.

     

    Also, you may create a class to do the login() and doSelect().