cancel
Showing results for 
Search instead for 
Did you mean: 

BPM To SOAP Error

Former Member
0 Kudos

Hi All,

I am getting an error while communicating from BPM to SOAP.

The Error is:

<SAP:Code area="UNKNOWN">ModuleUnknownException</SAP:Code>

AND in the Additional text area the following info is displayed:

DeliveryException: XIAdapter:ADAPTER.SOAP_EXCEPTION:soap fault: Error during XML => ABAP conversion

Please help me out with this

Regards,

Abhishek.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member200962
Active Contributor
0 Kudos

Hi,

I went through these blogs but could not find any clue.

In my scenario i am sending a request from FILE to BPM to SOAP.

SO while configuring the receiver SOAP channel(BPM>SOAP) i gave a target URL in which we need to mention the sender service and message interface, so please tell me what will be the sender service(FILE OR BPM). And also the message interface, will it be the FILE->BPM interface OR BPM-->SOAP interface.

Please guide.

Thanks,

Abhishek.

Former Member
0 Kudos

Abhishek,

Sender service is your BPM.

Where is your Web-Service deployed, is it on WAS or any other server?

Gaurav Jain

samiullah_qureshi
Active Contributor
0 Kudos

Hi

In this scenario you need two receiver determination to pick up a file and then call a webservice. You may need more than two receiver determination in case you want to send or receive message to or from other systems.

In first ur business system or business service will be sender and ur BPM will receiver BPM and in other BPM will sender and webservice will receiver to call webservice.

Regards

Sami

Reward points if helpful.

vijay_b4
Active Contributor
0 Kudos

Hi Abishek,

Please visit the weblog , and see the following details in the weblog this is the reason u r getting error :

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

"At my first try i used the messages getDistanceRequest and getDistanceResponse in my mapping but later found out that it wasnt the message structure that the webservice expected."

This is the problem you have to make some changes to ur scenario accordingly

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

Hi,

Kinldy check the links which is useful to you.

Are you able to communicate to webservice with a SOAP tool like XML Spy.

If you can , then please check the mapping whether you are creating the same message out of

it. It looks to be a problem with mapping

Thanks,

Ramesh

Former Member
0 Kudos

Are you able to communicate to webservice with a SOAP tool like XML Spy?

verify your SOAP URL.

Gaurav Jain