cancel
Showing results for 
Search instead for 
Did you mean: 

webservice process

Former Member
0 Kudos

hello friends

some one help me using SOAP adapter.

we are trying to do test scenario using SOAP and WS.

ex. partner send the request to, needs to send response back. we are using a BAPI. here we dont have any WEBSERVICE. how to get create a .XSD.

regards

sri

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184619
Active Contributor
0 Kudos

Hi Rao,

Chk this link for SOAP adapter

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Sachin

justin_santhanam
Active Contributor
0 Kudos

Sri,

Can u tell the exact scenario? Why u want to create .XSD. Please be more specific.

Best regards,

raj.

Former Member
0 Kudos

> Can u tell the exact scenario? Why u want to create

> .XSD. Please be more specific.

raj

Well, we are doing it for test purpose to use SOAP adapter, ex. partner sends request for KUNNR(1234) response back with NAME and LAND. using ZBAPI_SOLDTO.

here my question is how the request will come? do I need any WS to create Message Interface. Please guide me through the process.

Regards

Sri

Former Member
0 Kudos

Hi Sri,

in IR you will import this BAPI from R/3 in imported objects -> RFC......then in this BAPI, you will have a request msg and a BAPI.response msg.........you can take the BAPI request msg as the msg interface.....

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi;

Go through this

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Mudit