Finally I was able to see the SOAP message being sent to JBoss. I think this 
should provide a clue to what is going on here.

  | <?xml version="1.0" encoding="UTF-8"?>
  | <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  |  <soapenv:Body>
  |   <concat xmlns="http://sidcomtest.com";>
  |    <SidInput_1 xsi:type="ns1:Concat" 
xmlns:ns1="http://sidcomtestclient.com"; xmlns="">
  |     <sidInput_1 xsi:nil="true"/>
  |    </SidInput_1>
  |   </concat>
  |  </soapenv:Body>
  | </soapenv:Envelope>
  | 


The exception received from JBoss is :


  | 12:38:12,027 INFO  [AxisServlet] java.lang.IllegalArgumentException: 
Namespace URI cannot be null
  | 12:38:12,027 ERROR [Engine] StandardWrapperValve[SidStringBean]: 
Servlet.service() for servlet SidSt
  | ringBean threw exception
  | java.lang.NullPointerException
  |         at 
org.apache.axis.encoding.DeserializationContextImpl.getTypeMapping(DeserializationContext
  | Impl.java:604)
  |         at 
org.apache.axis.encoding.DeserializationContextImpl.getDeserializer(DeserializationContex
  | tImpl.java:564)
  |         at 
org.apache.axis.encoding.DeserializationContextImpl.getDeserializerForType(Deserializatio
  | nContextImpl.java:596)
  |         at 
org.apache.axis.message.SOAPFaultBuilder.onStartChild(SOAPFaultBuilder.java:370)
  |         at 
org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextIm
  | pl.java:1166)
  |         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
  |         at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(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 javax.xml.parsers.SAXParser.parse(Unknown Source)
  |         at 
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java
  | 

There is more stacktrace after this but I think this should provide a clue.
Please assist,
Thanks, Sid.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875810#3875810

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875810


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to