cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Enterprise Service Provider

Former Member
0 Kudos

Hello Experts,

I am new to sap web services. I have implemented a 'Enterprise Service Provider' in our application based on a WSDL and it has 1 service.

  • I have created this wsdl based on an external XSD.
  • The wsdl schema definition types include all the required types as per the external xsd.
  • I generated all the required abap structures as per the wsdl.
  • Implemeted the method to read the request and do the necessary action in our system
  • Populated the response structure
  • Tested using sap test tool.

How do I form the URL(web address) for my implemented service , which I could give to the ABC application so that they can send the request.

I could see the following things in my Server proxies tab:

External Key:

Type: External Provider, Source: ESDL, Name: ABCService

Namespace: urn:sap-com:sprx:ep:cust:xxx-yyy

Proxy:

Proxy Name: xyz...., Prefix: ...., Description:....

Interface Attributes:

Provider Class: xxxxxxxxxx

Description: xxxxxxxxxxxxxxx

Webservice Definition: ZABCService

Communication Type: Point to Point enabled

Org. Porttype Name: ABCInformation

Org. Porttype Namesp: urn:sap-com:sprx:ep:cust:xxx-yyy

thanks in advance for the information.

regards,

Nayak

Accepted Solutions (1)

Accepted Solutions (1)

former_member182290
Participant
0 Kudos

Hi Nayak,

You need to create endpoint in transaction soamanager .

Please check below link for more information on how to create an endpoint.

http://help.sap.com/saphelp_nw73/helpdata/en/33/06820d9d174c2884576bd78ac5629d/content.htm

Thank You

Regards

Goverdhan Totawar

Former Member
0 Kudos

Hi Goverdhan,

Sorry for the delay in replying, I was in vacation.Thanks, I will try it out.

regards,

Nayak

Answers (0)