cancel
Showing results for 
Search instead for 
Did you mean: 

URL WSDL for ME 6.0

Former Member
0 Kudos

Hello,

has the wsdl been changed in ME 6.0?

5.2:

http://<<server>>:50000/manufacturing-services/ProductionServiceService?wsdl

Regards

Sebastian

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Sebastian,

WSDLs in ME 6.0 have remained under manufacturing-services context as in ME 5.2. Please note that the User must have 'SAP ME Administrators' role assigned in NWA to access manufacturing-services context.

Regards,

Alex.

Former Member
0 Kudos

Hello Alexander,

I am working on ME 6.0, even though my userID has 'Sap ME Administrator' Role assigned, I couldnt access http://<server><port>/manufacturing-services/ProductionService .

It shows me the message "Method not Allowed". Can u plz help me.

Thanks

Anudeep KM

0 Kudos

Hi,

Your user should have SAP_ME_INTEGRATOR role - please consult SAP ME Security Guide available at SMP.

Regards,

Sergiy

Former Member
0 Kudos

HI Sergiy,

I have referred the Security Guide, here the user is assigned with both SAP_ME_ADMINISTRATOR and SAP_ME_INTEGRATOR roles.

For the SAP_ME_INTEGRATOR role I find two assigned actions

  • Me.Integrator.Webservices
  • Me.Integrator.LegacyInterfaces

Even though the same problem persists.

Thanks

Anudeep KM

0 Kudos

Andeep KM,

What does it mean that you cannot access the URL? Are you trying to add a WDSL from the following URL in your soapUI project and then receive that error?

http://server:port/manufacturing-services/ProductionService?wsdl

Regards,

Sergiy

Former Member
0 Kudos

HI Sergiy,

Yes. This is what I am exactly trying to do.

Thanks,

Anudeep KM

0 Kudos

That's strange because to create a project with WSDL in soapUI you should not be asked for any credentails, at least I was not asked. But the credentails with SAP_ME_INTEGRAOR are needed to send the actual WS requests to ME. So I guess you need to describe your issue with more details, step by step, with a screen shot of the error.

Regards,

Sergiy

Former Member
0 Kudos

Hi Sergiy,

Sorry for belated response from me. I have been following the WebServices Guide SAP ME 6.0, in which we have SAP Netweaver Configuration and its given that we can access the services at
_http://<AS_Java_HTTP_host>:<AS_Java_HTTP_port>/manufacturing-services/<ServiceName> where servicename is 21 of the listed.

But I could see the message as 405 Method not allowed while trying to access it.

I have integrator role assigned to my userID too.

In NWA--> Single Service Administration: Service Definitions-->Browse Tab-->Software Components-->sap.com/VISIPRISEMFG-->sap.com/me~WS , I could see the list of all the available services

As SAP NWA provides a convenient utility for calling web services- WS Navigator, i tried to check with that too and i could get the xml file.Please find the attached screen shots.

Why couldnt I access the services in the above mentioned link?

0 Kudos

Andeep KM,

In that document, 2 lines under the 21-st servicename there is an example of how you should use the URL.

You are using it like this:

http://server:port/manufacturing-services/WorkInstructionService

As result you get 405 error message - I replicated this locally.

However, you should have used it like this:

http://server:port/manufacturing-services/WorkInstructionService?wsdl

And this works fine on my side.

Regards,

Sergiy

Former Member
0 Kudos

Thanks Sergiy, It works at my end now.