Announcement

Collapse
No announcement yet.

How To Retrieve Service Provider Info from OTM using BPEL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How To Retrieve Service Provider Info from OTM using BPEL?

    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

  • #2
    Re: How To Retrieve Service Provider Info from OTM using BPEL?

    I would suggest looking into using the GLogXML.wsdl - there are three options provided. But the option for GLogServiceQueryResponseMessage should work in your case.

    Let me know how it goes.

    Comment

    Working...
    X