Alex O'Ree created JUDDI-776:
--------------------------------
Summary: WSDL/WADL2UDDI truncate or split up long descriptions
Key: JUDDI-776
URL: https://issues.apache.org/jira/browse/JUDDI-776
Project: jUDDI
Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam
Fix For: 3.2
I pointed WSDL2UDDI at this
http://svn.apache.org/repos/asf/juddi/trunk/uddi-ws/src/main/resources/juddi_api_v1.wsdl
And since we have wsdl documentation now (golf claps), it is longer than what
UDDI allows. We either need to truncate it or chop it up into multiple
description elements
javax.xml.ws.soap.SOAPFaultException: The field 'description' must be less than
256 characters
at
com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
at
com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:119)
at
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108)
at
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:135)
at com.sun.proxy.$Proxy56.saveService(Unknown Source)
at org.apache.juddi.samples.WsdlImport.Fire(WsdlImport.java:205)
at org.apache.juddi.samples.EntryPoint.processInput(EntryPoint.java:214)
at org.apache.juddi.samples.EntryPoint.main(EntryPoint.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:283)
at java.lang.Thread.run(Thread.java:744)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)