1 Reply Latest reply on Oct 12, 2007 1:23 PM by asoldano

    Troble Connecting a client to web service

    sameergijare

      Hi
      I have a web service deployed in jboss-4.0.5GA and I am using JbossWS 1.0.4.I have a WSDL file from corresonding weblogic Deployment.The same WSDL I have used for Jboss also.But when I call the web service using the ready weblogic client it is giving me following Exception


      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Neither fromValue(java.lang.String p) nor fromValue(java.lang.String p1, javax.xml.namespace.NamespaceContext p2) were found in interface com.covad.xsd.smo.vendororder.AreaCode
      at org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtUtil.invokeUnmarshalMethod(RtUtil.java:350)
      at org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtCharactersHandler.unmarshal(RtCharactersHandler.java:104)
      at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.endElement(SundayContentHandler.java:872)
      at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.endElement(SundayContentHandler.java:160)
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.endElement(SaxJBossXBParser.java:295)
      at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
      at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
      at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
      at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:174)
      ... 34 more

      The AreaCode class it is referring is a variable is WSDL and generated from XMLBeans in Weblogic 8.1.
      Can anybody please help me with this?I am using jdk1.4.2_07.
      Thanks and Regards
      -Sameer Gijare


        • 1. Re: Troble Connecting a client to web service
          asoldano

          Hi,
          could you please provide us some more details (wsdl, SEI, etc).
          Generally speaking, I would suggest you to upgrade to jbossws 2.0.1.GA and use the jaxws tools to create the SEI and in/out classes that correctly fit the wsdl contract I think you need to remain unchanged.