‎2010 Jan 29 1:41 PM
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,
‎2010 Feb 02 6:34 AM
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.
‎2010 Jan 30 1:51 PM
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
‎2010 Feb 01 7:25 AM
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
‎2010 Feb 02 6:34 AM
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.