My Oracle Support Banner

Problem Creating Wsdl File for Custom Opcode (Doc ID 1581696.1)

Last updated on AUGUST 24, 2023

Applies to:

Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 to 7.5.0.0.0 [Release 7.4.0 to 7.5.0]
Information in this document applies to any platform.

Symptoms

The pin_wsdl_generator failed to generate .wsdl file for input xml which is having custom tag.

See below error:

> pin_wsdl_generator -c pin_wsdl_generator.xml 

 Either Custom Tag or opcode number is missing ::: exiting the system

java.lang.NullPointerException
        at oracle.brm.WSDLGenerator.getNodeTextValue(Unknown Source)
        at oracle.brm.WSDLGenerator.readGroupInfo(Unknown Source)
        at oracle.brm.WSDLGenerator.generateWSDL(Unknown Source)
        at oracle.brm.WSDLGenerator.process(Unknown Source)
        at oracle.brm.WSDLGenerator.main(Unknown Source)
Error: In: "opcode"
Error: In: "group-info"
Error: In: "groups"
Error: In: "wsdl-generate"

Error, running WSDLGenerator, err: 4 "


However, the pin_wsdl_generator.xml file contains the custom tag and opcode number:

- <group-info name="C1" includePath="../schemas/" wsdlFileInFix="Custom1">
 <opcode name="PCM_OP_CUSTOM_OPCODE" base="false" opcodeNumber="30006" custom="yes" />  </opcode>
 </group-info>
 </groups>
- <binding-info>

    

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.