Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Object for consuming a web service

Former Member
0 Kudos

Hello All,

To create a proxy Object for consuming a web service what are the prerequisites.

Let me know the steps / documentation to create a proxy object ( along with scree shots if possible)

Thanks,

1 ACCEPTED SOLUTION

former_member645692
Participant
0 Kudos

Hi,

To create a Proxy follow the below steps.

1. Goto SE80.(Local object or package)

2. Right Click on the Component select 'Create'

3. Choose Enterpirse Service.

4.Select the Object type as "Service Consumer".

5. Select the Service Consumer as 'Local File'

6. Select the WSDL file from the path.

7. Enter the Package and give the Prefix name starts with Z or Y.

8. On pressing 'Complete' Button the Proxy will get created.

Before creating the proxy,validate the WSDL file.

3 REPLIES 3

Former Member
0 Kudos

Hi raj008

In ECC6:

se80(under package)->create->Enterprise service / Web Service -> Proxy object->Servoce Consumer.....

Few standard steps...

At some point you will need to insert WSDL...

And that's all the story

Best Regards

Yossi Rozenberg

Former Member
0 Kudos

Hi Busam,

Try a serach on SDN for consumer proxy generation, there are many. I saw a nicely detailed blog the other day but I can't seem to find it now.

Another key pre-requsite is to ensure that the Web Service Runtime is configured. Follow SAP note 1043195 to check if WS Runtime is configured correctly & if not, the note will guide you to configure it. No-one ever mentions it but it can cause lots of problems if it's not configured.

Regards, Trevor

former_member645692
Participant
0 Kudos

Hi,

To create a Proxy follow the below steps.

1. Goto SE80.(Local object or package)

2. Right Click on the Component select 'Create'

3. Choose Enterpirse Service.

4.Select the Object type as "Service Consumer".

5. Select the Service Consumer as 'Local File'

6. Select the WSDL file from the path.

7. Enter the Package and give the Prefix name starts with Z or Y.

8. On pressing 'Complete' Button the Proxy will get created.

Before creating the proxy,validate the WSDL file.