Test webapp

adriani.webapp.axis
Class MyServiceSkeleton

java.lang.Object
  extended by adriani.webapp.axis.MyServiceSkeleton

public class MyServiceSkeleton
extends java.lang.Object

Main class representing the Java Web Service. The methods offered by this class should be listed when asking for the descriptor WSDL document at the URL:

http://localhost:8080/axis2/services/myService?wsdl


Field Summary
protected  java.lang.String leadingName
          The leading name of each message logged on the standard output.
 
Constructor Summary
MyServiceSkeleton()
           
 
Method Summary
 Element_2 Operation_01(Element_1 element_1)
          Main method invoked each time the service is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leadingName

protected java.lang.String leadingName
The leading name of each message logged on the standard output.

Constructor Detail

MyServiceSkeleton

public MyServiceSkeleton()
Method Detail

Operation_01

public Element_2 Operation_01(Element_1 element_1)
Main method invoked each time the service is called. Actual implementation just echos the input message, for instance, if the input messagge is "foo" the returned element will contain the text message "Echo foo".

Parameters:
element_1 - a valid instance of the Element_1 class
Element_2 - a valid instance of the Element_2 class

Build 10/01/2013

Morpheus Quality Technologies - making the Zion software
Copyright © 2009-2013 Stefano Adriani. All Rights Reserved