Hi, my name is Valentim and I'm having an issue trying to retrieve some information from OTM using Oracle BPEL.
My goal is to create a BPEL process that works just like OTM Contract and Rate Management --> Contract Management --> Rate Inquiry, ie, find available service provides for a certain City, Province Code, Country, etc ...
I've created a partner link using intXMLService.wsdl, and I have a input variable and a output variable.
I use a transformation to fill the input variable of the partner link with the proper
values. I use the Transmission Body --> GLogXMLElement --> RemoteQuery -->
RiqQuery structure.
I can submit this XML to OTM with the values I need, and this works just fine.
My problem is to retrieve from OTM the service providers. The output variable of the partner link has just the TransmissionAck structure, and it does not contain any information about the service providers, just a ReferenceTransmissionNo.
Do I have to use another wsdl, with another response structure?
Thanks in advance,
Valentim
My goal is to create a BPEL process that works just like OTM Contract and Rate Management --> Contract Management --> Rate Inquiry, ie, find available service provides for a certain City, Province Code, Country, etc ...
I've created a partner link using intXMLService.wsdl, and I have a input variable and a output variable.
I use a transformation to fill the input variable of the partner link with the proper
values. I use the Transmission Body --> GLogXMLElement --> RemoteQuery -->
RiqQuery structure.
I can submit this XML to OTM with the values I need, and this works just fine.
My problem is to retrieve from OTM the service providers. The output variable of the partner link has just the TransmissionAck structure, and it does not contain any information about the service providers, just a ReferenceTransmissionNo.
Do I have to use another wsdl, with another response structure?
Thanks in advance,
Valentim
Comment