cancel
Showing results for 
Search instead for 
Did you mean: 

soap2rfc

Former Member
0 Kudos

hi experts;

when i do the scenario soap2rfc ,i meet two questions,

first , when i active the scenario in id , but in rwb it still show channer started but inactive

second , i use SOAPUI tool to test the scenario ,but there is not place to enter the user/password, so it shows ' HTTP 401 - Unauthorized'

PLZ help

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Answer -1

Channel will become active only when it receives messages(in case of SOAP Adapter)

Answer-2

I'm using the SOAP UI too. When you double click on the request , left hand side lower frame Request Properties - scroll down. You will have the place to enter Username and password.

Thanks!

Former Member
0 Kudos

HI Raj,

IS THE USER/PASSWORD

Former Member
0 Kudos

HI raj,

is the password/user enter in soapui the same with IR/ID's password/user.

justin_santhanam
Active Contributor
0 Kudos

Yes that's the place u have to enter user name and pwd.

Thanks!

justin_santhanam
Active Contributor
0 Kudos

Yes , you can give that user name and password to see if it works.

~raj.

Former Member
0 Kudos

thanks raj

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>System Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context/>

<code>RCVR_DETERMINATION.NO_RECEIVER_CASE_BE</code>

<text>No receiver could be determined</text>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

response thereu2018s error ,could you give some suggestion?

I THINK MAYBE SOME PLACE I SET WRONG

justin_santhanam
Active Contributor
0 Kudos

In the SOAP sender communication channel did you set the QOS to Best Effort?

Thanks!

Former Member
0 Kudos

YES

justin_santhanam
Active Contributor
0 Kudos

Can you explain the objects you have created.

~Raj.

Former Member
0 Kudos

thanks RAJ

NOW IS OK , I SET WRONG INTERFACE NAME IN WEB SERVICE

Former Member
0 Kudos

NOW I HAVE GET THE WRIGHT RESPONSE ,BUT IN rwb the SENDER CC STILL SHOW 'channel started but inactive' the short log .

why?

Former Member
0 Kudos

Hi,

Can u plz check 1ce whwther the Sender communication channel in the ID(Configuration) is in active mode or not, and

also refresh the cache once, then execute once more.

Let us know the result

Babu