PUT method with ConnectorRequest?
I am trying to send a PUT request URL using %IntBroker.ConnectorRequest. I used the "Using the ConnectorRequest Built-In Function" example from the PeopleSoft Integration Broker Administration PeopleBook as a starting point. Instead of setting the Method connector property to "GET", I set it to "PUT". I also added an Allow property and set it to "GET, POST, PUT". I changed the URL to include necessary parameters.
I get the following message: "Integration Gateway: The specified value for field Method is not valid. Possible values include POST,GET." (This corresponds to message set 158, message number 10508.)
Is there another property that I need to set, either in my PeopleCode or on the server, to allow ConnectorRequest to use PUT? I did set IBInfo.ConnectorOverride to True, but this had no apparent effect.
I get the following message: "Integration Gateway: The specified value for field Method is not valid. Possible values include POST,GET." (This corresponds to message set 158, message number 10508.)
Is there another property that I need to set, either in my PeopleCode or on the server, to allow ConnectorRequest to use PUT? I did set IBInfo.ConnectorOverride to True, but this had no apparent effect.
0