Problem in consuming XML/SOAP based BizTalk webservice in Oracle Forms 10g
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 from http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html and added a few java classes were generated from WSDL link 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.