# -*- Mirae -*- # # Copyright 2003-2004 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # # @author Damitha Kumarage (damitha@hsenid.lk, damitha@opensource.lk) # # This folder contains functional tests. What I mean by functional tests here is for any wsdl in wsdls folder, provided that client is pre-created and put into appropriate place and appropriate entry added into this build.file then this will build the stubs, client and run against the desired service. I explain below what you need to do to add a test yourself 1) Put your wsdl into wsdl folder 2) Create a folder in client folder, Say "myclient" and write your client midlet in it, say MyClient.java 3) copy the sample build.xml_client_sample file in this folder there and rename it to build.xml and customize it. ie. You need to changed the places where it is indicated by 4) in the build.xml file in this folder add following entries(after appropriate changes in your entry) in generate-sources tag add in standard tag add Now run ant from the root folder and test whether your test work fine