WebService to Check - in with metadata only

Hello

I want to check in the new metadata only document in WCC by WebService.

I tried using "createPrimaryMetaFile" but it doesn't work.

< chec:property >

< chec:name > createPrimaryMetaFile < / chec:name >

true < failure: value > < / failure: value >

< / chec:property >

Only metadata option is enabled in the configuration and when the user perform check-in to check in the page with metadata only checked it works perfectly.

How can I do the same thing in a WebService call?

Thank you.

I think that the fundamental error here is that the parameter is added to the application filed in Soap UI manually or according to the IDE you use.

You must do the following steps:

1. open the Console of the AAU and navigate to Administration - Soap WSDL - CheckIn - Edit - CheckinUniversal - Edit - from the top of the menu page drop down select request update settings

2. now, under the application the following must be true:

Name: createPrimaryMetaFile

Type: area: boolean

Leave the rest of the fields as-is.

3 update

4. Select WSDL in the upper left corner

5. under Actions - select Generate WSDL and confirm that it shows "the WSDL files have been generated successfully."

6. now download the CheckinWSDL from the Complutense University of Madrid

7 import in the IDE and recreate the request

8. here you will see the createPrimaryMetaFile option (by default it is like this:)

?

9. change the '? ' to 1 and run the query.

Confirm if it works well or not.

I gave these steps in the event that it has not been done, if done then just re - confirm the steps.

I even tested on my internal test environment, it worked fine.

I hope this helps.

Thank you

Srinath

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for