cancel
Showing results for 
Search instead for 
Did you mean: 

Working with SAP ME WSDL

Former Member
0 Kudos

Placing the below url in the browser, I get an xml document that provides the information I am trying to obtain.  I went into the MII Workbench and created a webservice action block, inserted this url and pressed next.  There is no error message, but the workbench freezes.  I am unable to continue and I have to kill the java application.  Is there a document on setting up web service action blocks or can someone tell me if there is more I need to set up before I press next?  Thanks!!

http://<SERVER>:<PORT>/manufacturing-services/ProductionService?wsdl

Accepted Solutions (0)

Answers (3)

Answers (3)

olivier_thiry
Participant
0 Kudos

just forget the "?wsdl"

for example : http://<SERVER>:<PORT>/manufacturing-services/ProductionService

Hope it helped.

Regards

Olivier

aravinth_anandhan
Active Participant
0 Kudos

Hi,

Try the below format

http://<SERVER>:<PORT>/XMII/WSDLGen/<transaction path>

Regards,

Aravinth

aravinth_anandhan
Active Participant
0 Kudos

Hi,

Sorry, this url is for generating web service from MII

Former Member
0 Kudos

What is the url I need to use to interact with the web services in MII for ME?  I am in the SoapGui and I can see results, but I am unsure how to set MII up so I can build transactions.

aravinth_anandhan
Active Participant
0 Kudos

Hi,

In your post, you have mentioned one url

http://<SERVER>:<PORT>/manufacturing-services/ProductionService?wsdl

I hope this is your webservice url right?

Regards,

Aravinth

Former Member
0 Kudos

Yes, but I have an issue that I cannot resolve as stated in my original post.  Also, this url is the WSDL for the SAP ME application.  I am simply trying to leverage this to build transactions to communicate to SAP ME.

I went into the MII Workbench and created a webservice action block, inserted this url and pressed next.  There is no error message, but the workbench freezes.  I am unable to continue and I have to kill the java application

tim_drury
Active Participant
0 Kudos

When you entered the WSDL in soapUI, did soapUI display a login prompt?  In a couple past releases of ME, we had to secure access to the WSDL (an unfortunate side-effect of a NetWeaver issue).

HariCS23
Contributor
0 Kudos

As far i know,there is no special setup required.

If webservice works and gives wsdl ..you should be able to import proxies in to MII.

Make sure you give user name and password it the webservice requires any credentials...

Thanks

Hari

Former Member
0 Kudos

I guess my question is more how can I test the setting and getting of data of mfg wdsl?