cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc-> PI->SOAP Webservice mapping null pointer error

Former Member
0 Kudos


Hi Experts,

I am building a message mapping from IDoc to SOAP Webservice.  I couldn't pass the message mapping step.  I loaded the IDoc just fine on the left side.  But when I try to load the webservice structure on the right side, it gave me nullpointerexception error (see the attached file).  Any help would be greatly appreciated and awarded.

Thanks,

Joanna

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Did you check the wsdl? when you import it in the external definition does it show the messages?

former_member184720
Active Contributor
0 Kudos

To add further, if you have any external references xsd's defined in the wsdl, you need to import them too.

http://scn.sap.com/thread/487363

http://scn.sap.com/thread/3172167

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Joanna,

Please check if you have message define in the WSDL.

<wsdl:message name="ABCMsg">

    <wsdl:part element="tns:ABC" name="ABCParameters"/>

  </wsdl:message>

It seems the WSDL does not have message defined.

regards,

Harish

Former Member
0 Kudos

Thanks for all your reply.  The issue has been resolved. I created a simple wsdl and I was able to load it into the message mapping without error.  So I told the customer and had them send me the wsdl file, and it worked this time.  You all have a great day.

Joanna

Harish
Active Contributor
0 Kudos

Hi Joanna,

Good to hear that your problem is resolved. Please close the discussion.

regards,

Harish