cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when trying to use Google WebService with abap

Former Member
0 Kudos

Hello,

I want to call a Google webservice from abap but I can't create the proxy class.

The WSDL of this webservice is located at

[<a href="http://api.google.com/GoogleSearch.wsdl">http://api.google.com/GoogleSearch.wsdl</a>

When I try to create the proxy class with transaction SE80, I have the following error message (SPRX046) : <i>Proxy generation terminated: Message must have exactly one part

</i>

Does anyone have an idea to solve this problem (We are in ECC 6.0 NW 2004S) ?

How can we do if <message> has multiple <part> entries ?

Thanks

JLG

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you can't create a proxy for the google API because Google's webservices are <b>RPC style</b> and the proxy wizard of WAS ABAP on NW2004s supports <b>document style</b> webservices only.

Search Google for the keywords mentioned and you'll find a lot of discussions and explanations of the difference of these two styles.

regards,

anton