cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a webservice

Former Member
0 Kudos

Hello Everyone !

Can anyone please tell me how to create a webservice in MII ?

Regards,

Vaibhav Singhania

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Anshul,

I need to know how to create a webservice and not how to consume a webservice.

Regards,

Vaibhav Singhania

Former Member
0 Kudos

Hi Vaibhav,

Have you gone through that document.

It is creating MII web service and consuming in Dot net.

Regards

Anshul

agentry_src
Active Contributor
0 Kudos

Hi Vaibhav,

I think what Anshul meant is that any transaction or query in MII may be invoked as a webservice.

The nature of MII is such that when you have created those objects, you have also created them as webservices.

Regards,

Mike

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use your transaction as web service by using url as:

http://<< your server >>/XMII/WSDLGen/<<your transaction>>

Check this link for detailed implementation

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0563b23-be97-2b10-02a0-fb8fac9ab39e

Regards

Anshul