Unable to create a service from a process definition which has a valid input/output mapping.

Unable to create a service from a process definition which has a valid input/output mapping.

book

Article ID: KB0090814

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
User is unable to create a service from a process definition which has a valid input/output mapping.
Symptoms:
Generate web service--> From Process option is disabled.
Cause:
This is caused by an invalid namespace declaration in the associated process input/output schema.

Example:

Missing xmlns and targetNamespace in schema namespace declaration.

xmlns="http://www.tibco.com/schemas/soapJms/Schema1.xsd"
targetNamespace="http://www.tibco.com/schemas/soapJms/Schema1.xsd"

Issue/Introduction

Unable to create a service from a process definition which has a valid input/output mapping.

Resolution

Add a proper namespace to all associated schemas.