cancel
Showing results for 
Search instead for 
Did you mean: 

publish WS to SR error. HELP!!!

Former Member
0 Kudos

T-code: WSPUBLISH

when we publish the service to SR got this error...

ok Services Registry name : SR_UDDI. Logical port : LP_WORKPLACE.

ok Services Registry version is 1.1.

ok Physical system validated successfully.

ok Classification system cache updated from Services Registry.

Error saving values for classification system .

details:

SOAP:1,001 CX_SY_CONVERSION_NO_BOOLEAN:XSLT exception.An error occurred

dur ing serialization in the simple transformation program

/1SAI/TAS926F6988982 1CFD78C43.Value f is not a valid truth value

according to the XML format fo r ABAP

sldcheck is working fine...

what's the problem....HELP!!! OTL

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

What version of SAP product do you use?

And what patch level?

It can be program error: https://service.sap.com/sap/support/notes/1296856 and https://service.sap.com/sap/support/notes/1303094

Best Regards,

Aleh

Former Member
0 Kudos

Envirement:

SAP ECC 604

EA-APPL -> 60407

Kernel 701

Oralce 10.2.0.4

Windows 64bit

as you mentioned, i look for your note for the issue.

but not help.

and i debeg the function which in the wspublish transation, find out when save the "lifecycle status" classification cause the error.

the and function name is "SAVE_ER_NON_GRP_CL_SYSTEM_V2",

best regards.

rhightower13
Participant
0 Kudos

Did you ever solve this problem?  I'm having the same issue.

Ross

Former Member
0 Kudos

Hi,

It seems that you are using "f" maybe to indicate "false".

In (ABAP) XML you need to provide 'true' or 'false' as boolean values.

Even "True" or "False" is not valid