Retrieves the specified producer.
/bea/wlp/api
GET
/bea/wlp/api/wsrp/producer/details
|
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.
|
/bea/wlp/api/wsrp/producer/details?webapp=myWebApp&producer=myProducer
<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>
Copyright 2011, Oracle. All rights reserved.