简体   繁体   中英

Consuming .NET web service in Oracle Forms

I have a web service that i need to consume in Oracle Forms. The web service is SOAP based service and was generated using Microsoft Biztalk Server. The service accepts a complex xml message as its request and returns a similar xml message as response.
I want to consume this service from within my Oracle Forms Application (Forms version 10.1.2.0.2). I followed the guidelines and added its reference from WSDL, a few java classes were generated for me but this is where I lost it.
From the generated code, i see that i might have to create a vector which consists of the complete hierarchy of xml schema that is expected by the service. But i need some advice in how to do so.
Has anybody worked on similar services before? Please share your experience or any helpful resources.
Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM