cancel
Showing results for 
Search instead for 
Did you mean: 

Publish web service from a BAPI

Former Member
0 Kudos

Hi all,

I'm trying to publish a WebService from the BAPI_MATERIAL_AVAILABILITY and followed the steps listed bellow:

  1. Create a web service definition from the BAPI through Utilities menu.
  2. Enter into SOAMANAGER transaction.
  3. Select Service Administration -> Web Service Configuration option.
  4. Select my service definition then push the Create Service button.
  5. Set the name for the service and the binding.
  6. Set the provider security parameters.
  7. And when I click on finish I get the error: Error: Getting Service Definition '<service definition name>' for registry 'SR_LOCAL' failed: Application Error: Application not registered with Application Key 00215AC855101ED49D8954A1A60166BF

Does anybody knows what am I missing?

Best regards,

Gregory.

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Hello Gregory,

I am not sure about creating WS from standard BAPIs/FMs.

From error it seems some access key issue for WS definition.

Are you able to see the service created in SE84?

Can you try with a wrapper FM and create ws for wrapper FM ?

Former Member
0 Kudos

Hi Jitendra, thanks for your answer.

I can see/modify the service through SE84.

I tried with a wrapper Z FM but I got the same error with exactly the same application key 00215AC855101ED49D8954A1A60166BF no matter the service was created with a different name and with a different FM.

Best regards,

Gregory.