Forum Discussion

theprophet's avatar
theprophet
Occasional Contributor
16 years ago

Exception while importing wsdl

Hi All,

I am getting the following exception while importing a WSDL in SoapUI.

Fri Jun 19 18:28:10 CEST 2009:DEBUG:Getting wsdl component from [http://xxx/abc.wsdl]
Fri Jun 19 18:28:13 CEST 2009:INFO:Initializing SSL

Fri Jun 19 18:28:13 CEST 2009:DEBUG:Getting wsdl component from [http://xxx/wsdl_0.wsdl]
Fri Jun 19 18:28:13 CEST 2009:DEBUG:Getting wsdl component from [http://xxx/xsd1.xsd]
Fri Jun 19 18:28:13 CEST 2009:DEBUG:Getting wsdl component from [http://xxx/xsd2.xsd]
Fri Jun 19 18:28:14 CEST 2009:DEBUG:Getting wsdl component from [http://xxx/xsd3.xsd]
Fri Jun 19 18:28:14 CEST 2009:ERROR:Failed to load url [http://xxx/xsd3.xsd]
Fri Jun 19 18:28:14 CEST 2009:ERROR:Loading of definition failed for [http://xxx/abc.wsdl]; org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
Fri Jun 19 18:28:14 CEST 2009:ERROR:An error occured [error: Unexpected element: CDATA], see error log for details

From the error logs

Fri Jun 19 18:28:14 CEST 2009:ERROR:org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
  org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3476)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1275)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1262)
  at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
  at org.apache.xmlbeans.XmlObject$Factory.parse(XmlObject.java:722)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:106)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:469)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:507)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:481)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:460)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:176)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:207)
  at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
  at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
  at java.lang.Thread.run(Thread.java:619)
  Caused by: org.xml.sax.SAXParseException: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3444)
  ... 14 more
Fri Jun 19 18:28:14 CEST 2009:ERROR:org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
  org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3476)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1275)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1262)
  at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
  at org.apache.xmlbeans.XmlObject$Factory.parse(XmlObject.java:722)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:106)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:469)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:507)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:481)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:460)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:176)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:207)
  at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
  at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
  at java.lang.Thread.run(Thread.java:619)
  Caused by: org.xml.sax.SAXParseException: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3444)
  ... 14 more
Fri Jun 19 18:28:14 CEST 2009:ERROR:com.eviware.soapui.support.SoapUIException: Error importing wsdl
  com.eviware.soapui.support.SoapUIException: Error importing wsdl
  at com.eviware.soapui.impl.wsdl.WsdlProject.importWsdl(WsdlProject.java:567)
  at com.eviware.soapui.impl.wsdl.WsdlProject.importWsdl(WsdlProject.java:544)
  at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:87)
  at com.eviware.soapui.impl.actions.NewWsdlProjectAction.perform(NewWsdlProjectAction.java:36)
  at com.eviware.soapui.SoapUI$NewWsdlProjectActionDelegate.actionPerformed(SoapUI.java:934)
  at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
  at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
  at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
  at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
  at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
  at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
  at java.awt.Component.processMouseEvent(Component.java:6041)
  at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
  at java.awt.Component.processEvent(Component.java:5806)
  at java.awt.Container.processEvent(Container.java:2058)
  at java.awt.Component.dispatchEventImpl(Component.java:4413)
  at java.awt.Container.dispatchEventImpl(Container.java:2116)
  at java.awt.Component.dispatchEvent(Component.java:4243)
  at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
  at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
  at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
  at java.awt.Container.dispatchEventImpl(Container.java:2102)
  at java.awt.Window.dispatchEventImpl(Window.java:2440)
  at java.awt.Component.dispatchEvent(Component.java:4243)
  at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
  at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
  Caused by: org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3476)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1275)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1262)
  at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
  at org.apache.xmlbeans.XmlObject$Factory.parse(XmlObject.java:722)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:106)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:469)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:507)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:481)
  at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:460)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:176)
  at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:207)
  at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
  at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
  at java.lang.Thread.run(Thread.java:619)
  Caused by: org.xml.sax.SAXParseException: Unexpected element: CDATA
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3444)
  ... 14 more



The xsd3.xsd is as follows and is generated by Axis2. It is deployed correctly at http://xxx/xsd3.xsd

It is also getting validated in XMLSpy.


















The MSISDN associated with the account




The CMS related elements that are needed for creating a case










The MSISDN associated with the account




The CMS related elements that are needed for creating a case










The MSISDN associated with the account




The CMS related elements that are needed for creating a case












uniquely identifies a message




Name of the Client/consumer applications ex:rm-ivr






Billing Account ID definition - PNI Account code (legacy code)














This will be the reference number for the interfacing application. 
The data in this field should be constructed as follows: XXX-NNNNNNNNNN, where XXX (Char)
is the indicator of the application, and NNNNNNNNNN (number) is the unique identifier of this update
within the interfacing application





Different parameters used to form a case ex: may be self service or standard













The current status for the Case, allowed values Resolved, Pending















The number of calls it took to resolve the issue




The resolution taken for the issue









Please let me know what could be causing this issue. Seems pretty bizzare to me.

6 Replies

  • Hi!

    the error indicates that soapUI is getting some kind of error page instead of the XSD, can you check the contents of the http log in soapUI to see what it is actually getting when requesting the xsd?

    regards!

    /Ole
    eviware.com
  • theprophet's avatar
    theprophet
    Occasional Contributor
    The log is bigger than your character limit so am posting it in two parts

    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "GET /FacadeCMS/services/CTL-CMSCASE-1.0-Service/CTL-CMSCASE-1.0-Service.wsdl HTTP/1.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.0.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "Host: zone-azd-dt32:26123[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "HTTP/1.1 200 OK[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Date: Mon, 22 Jun 2009 07:59:41 GMT[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Transfer-Encoding: chunked[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Content-Type: text/xml[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "X-Powered-By: Servlet/2.4 JSP/2.0[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "f"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "e"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "1"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "2"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "teral"/>[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
  • theprophet's avatar
    theprophet
    Occasional Contributor
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "GET /FacadeCMS/services/CTL-CMSCASE-1.0-Service/wsdl_0.wsdl HTTP/1.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.0.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "Host: zone-azd-dt32:26123[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "HTTP/1.1 200 OK[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Date: Mon, 22 Jun 2009 07:59:41 GMT[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Transfer-Encoding: chunked[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Content-Type: text/xml[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "X-Powered-By: Servlet/2.4 JSP/2.0[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "f"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "e"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
  • theprophet's avatar
    theprophet
    Occasional Contributor
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "3"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "d"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "4"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "essage">[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "      [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "GET /FacadeCMS/services/CTL-CMSCASE-1.0-Service/xsd1.xsd HTTP/1.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.0.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "Host: zone-azd-dt32:26123[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "HTTP/1.1 200 OK[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Date: Mon, 22 Jun 2009 07:59:41 GMT[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Transfer-Encoding: chunked[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Content-Type: text/xml[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "X-Powered-By: Servlet/2.4 JSP/2.0[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "7"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "e"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "9"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    An unique identifier for the failing component. pattern to follow APPLICATIONNAME:COMPONENTNAME:HOSTNAME:ETC at least the APPLICATIONNAME should be mentioned[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    AMF Correlation Id If not known, it will not be filled in max 40 Characters ! Will be used to realize a end 2 end tracing of the service request[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    Error message :small description of error occured[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    Free text fields to add more detailed descriptions of occured error[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "GET /FacadeCMS/services/CTL-CMSCASE-1.0-Service/xsd2.xsd HTTP/1.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.0.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "Host: zone-azd-dt32:26123[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "HTTP/1.1 200 OK[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Date: Mon, 22 Jun 2009 07:59:41 GMT[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Transfer-Encoding: chunked[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Content-Type: text/xml[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "X-Powered-By: Servlet/2.4 JSP/2.0[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "3"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    An unique identifier for the failing component. pattern to follow APPLICATIONNAME:COMPONENTNAME:HOSTNAME:ETC at least tje APPLICATIONNAME should be mentioned[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]AMF Correlation Id If not known, it will not be filled in max 40 Characters ![\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]Will be used to realize a end 2 end tracing of the service request[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9]
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]Error message :small description of error occured [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9]      
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9][0x9][0x9]Free text fields to add more detailed descriptions of occured error[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9]
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "
    [\r][\n]"
  • theprophet's avatar
    theprophet
    Occasional Contributor
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "GET /FacadeCMS/services/CTL-CMSCASE-1.0-Service/xsd3.xsd HTTP/1.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.0.1[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "Host: zone-azd-dt32:26123[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:>> "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "HTTP/1.1 200 OK[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Date: Mon, 22 Jun 2009 07:59:41 GMT[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Transfer-Encoding: chunked[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "Content-Type: text/xml[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "X-Powered-By: Servlet/2.4 JSP/2.0[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "f"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "e"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The MSISDN associated with the account[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The CMS related elements that are needed for creating a case[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The MSISDN associated with the account[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The CMS related elements that are needed for creating a case[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The MSISDN associated with the account[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The CMS related elements that are needed for creating a case[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "f"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "e"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "8"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "erType">[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    uniquely identifies a message[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    Name of the Client/consumer applications ex:rm-ivr[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            Billing Account ID definition - PNI Account code (legacy code)[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    This will be the reference number for the interfacing application.  [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9]The data in this field should be constructed as follows: XXX-NNNNNNNNNN, where XXX (Char) [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9]is the indicator of the application, and NNNNNNNNNN (number) is the unique identifier of this update [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[0x9][0x9][0x9][0x9][0x9][0x9]within the interfacing application
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    Different parameters used to form a case ex: may be self service or standard [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The current status for the Case, allowed values Resolved, Pending[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                        [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The number of calls it took to resolve the issue[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "                    The resolution taken for the issue[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "               
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "           
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "            [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "       
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "3"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "1"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< ":sequence>[\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "   
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "
    [\r][\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "0"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\r]"
    Mon Jun 22 10:00:03 CEST 2009:DEBUG:<< "[\n]"


    I think the issue is caused by the hex mark 0x0031

    Please let me know if you require more information. The WSDL seems to work fine from the eclipse web explorer test tool.
  • Hi,

    I'm sorry, I can't see anything wrong here (although the last chunk with a size of 0 looks a bit suspicious), can you put the WSDL and its xsds on a public server or just zip them up and attach them here or mail them to support@eviware.com so I can try to provoke this locally?

    regards!

    /Ole
    eviware.com