Requirements  Defining the login method

Chapter 3: Developing Applications

Complex Web service types

WSDL documents can use the <types> element as a container for datatype definitions that are relevant for exchanged Web services messages. For maximum interoperability and platform neutrality, WSDL uses the XML Schema Definition (XSD) language for datatype definitions. For example:

<definitions .... >
     <types>
          <xsd:schema .... />*
     </types>
</definitions>

Unwired Accelerator can parse all WSDL files that use the complexType datatype and other compound datatypes using the format that complies with WC3 XML Schema specification.

NoteParsing WSDL takes longer the first time the WSDL is accessed.

You can define these datatypes within the <types> element to represent all or part of input or output messages. When you create Web services applications and elements, you must provide inputs to these fields to generate input messages for the Web service’s invocation.

NoteVerify that the Java compiler command (javac) is available from the UA server process (Tomcat or EAServer).





Copyright © 2005. Sybase Inc. All rights reserved. Defining the login method

View this book as PDF