I am currently working on a scenario SOAP to idoc using PI 7.11 ep0. I have generated the WSDL, imported it into SOAPUI for testing and I am receiving the error below.
HTTP/1.1 500 Internal Server Error
server: SAP NetWeaver Application Server 7.11 / AS Java 7.11
transfer-encoding: chunked
content-type: text/xml; charset=utf-8
content-encoding: gzip
date: Mon, 07 Mar 2011 15:01:50 GMT
set-cookie: saplb_*=(erplab-nwpi70_PC2_00)2615750; Version=1; Path=/
set-cookie: JSESSIONID=GQ9Gyi8sENqRDRjN4rAYLmOQpBaqqdaQLgHG6ScA_SAP; Version=1; Path=/
<?xml version='1.0'?>
<!-- see the documentation -->
<SOAP:Body>
<SOAP:Fault>
<faultcode>SOAP:Server</faultcode>
<faultstring>Server Error</faultstring>
<detail>
<context>XIAdapter</context>
<code>ADAPTER.JAVA_EXCEPTION</code>
<text><![CDATA[
java.lang.NullPointerException
at com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageOperator.getQualityOfServiceAsString(XMBMessageOperator.java:2109)
at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:943)
at sun.reflect.GeneratedMethodAccessor467.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
Any help in resolving this issue will result in points being awarded and great appreciation being heaped on you.
Thanks in advance,
Terri