Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Get Producer

Retrieves the specified producer.

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/wsrp/producer/details

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The consumer webapp name.
format
String
The format of the results.
xml
json
xml
producer (required)
String
The producer handle.

Input Example

/bea/wlp/api/wsrp/producer/details?webapp=myWebApp&producer=myProducer

Return Example

<rsp>
    <handle>myProducerHandle</handle>
    <vendor>Oracle</vendor>
    <description>Description for my producer</description>
    <webapp>myWebapp</webapp>
    <wsdlUrl>http://myServer:8080/myProducer/wsrp-2.0/markup?WSDL</wsdlUrl>
    <enabled>true</enabled>
    <requiresRegistration>false</requiresRegistration>
    <storeRegistrationProperties>false</storeRegistrationProperties>
    <cookieProtocol>perGroup</cookieProtocol>
    <portletManagementSupported>false</portletManagementSupported>
    <registrationSupported>false</registrationSupported>
</rsp>
Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Copyright 2011, Oracle. All rights reserved.