Consultor Eletrônico



Kbase P125970: How to consume web services that use the JAXB framework?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/09/2007
Status: Unverified

GOAL:

How to consume web services that use the JAXB framework?

GOAL:

How to invoke a web service operation that uses JAXB in ABL?

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

FIX:

In this environment, only the web service uses JAXB because it is written in Java, and JAXB provides a Java framework for accessing the document data being sent during invocation by the OpenEdge client. Thus, there is no need for implementing JAXB within the ABL application. Sending/receiving web service requests/responses in should be done using XML documents that conforms to an XML schema (.xsd file) supplied by the web service provider.