cancel
Showing results for 
Search instead for 
Did you mean: 

wsdl URL from MII transaction

former_member329434
Participant
0 Kudos

Hi Friends,

I have requirement to consume a webservice from a third party application into MII server. Third party vendor has provided us a structure and requested us to generate  a WSDL url from MII. 

I want to know how to acheive it using Transaction . Getting some confuse where to define the structure ( under which action). Can any one please guide me..

structure is :

<TEMP>

<A>

<B>

<C>

      <DATA>

                  <TEST>

                            <NAME >  </NAME>

                            <VALUE>  </VALUE>

                   <TEST>

      <DATA>

</TEMP>

any simple step by step would really help..

Thanks,

Suman

Accepted Solutions (0)

Answers (1)

Answers (1)

HariCS23
Contributor
0 Kudos

I don't know what do you mean by structure ?

What you need is a WSDL URL of target Webservice to download proxy structure to configure that in a transaction. Once you download the proxies, you can populate the payload ,execute...so on.

Thanks

Hari