cancel
Showing results for 
Search instead for 
Did you mean: 

using SOAP

Former Member
0 Kudos

Hello,

I am using SOAP adapter as sender and receiver.

I have WS in A machine. I download wsdl from A and imported that wsdl in XI.

Both sides are syncronous calls. is it possible that my client and WS provider are same. I am giving A machine WS URL in receiver CC.

Is this scenario works?

A Syncrounous call----> XI -


Sync call --->A(my WS)

And MY A machine is NW WEBAS JAVA machine.

Thanks,

Srinivas.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes Srinivas,

ur scenario should work.It doesnot matter if u r treating System A as sender as well as receiver.I guess u r created a outbound interface and from that u have created the client WSDL.And for reciver side u r already having a WSDL.

so ur scenario is SOAP<->XI<->SOAP.

now u can send ur request by any SOAP editor like XML SPY/SOAPUi.

and if ur configuration is correct u should get the response.

regards

biplab

Answers (3)

Answers (3)

Former Member
0 Kudos

-->Both sides are syncronous calls. is it possible that my client and WS provider are same

I should,I don't see any issue here..

Regards,

Former Member
0 Kudos

Hello Amir,

I defined MTs and outbound interface and call this interface from A system.

This is not the same webservice. I have done mapping between interfaces.

Both are sync calls.

Hope you got it. Hope it is fine..

Thanks,

Srinivas.

Former Member
0 Kudos

ok so here is what you have,

system A(Java system) calls XI which in turn calls a webservice on system A(Java system),right?

if yes,then yes its possible,you can have same sender or receiver system.

Thanx

Aamir

Former Member
0 Kudos

who is the sender and how is it calling XI?

is it via same webservice as you are using on receiver side or some other webservice?

Thanx

Aamir