cancel
Showing results for 
Search instead for 
Did you mean: 

Interface definition missing in WSDL document (<portType> missing)

Former Member
0 Kudos

hi all,

I m gettin below error while proxy creation in SE80.

Interface definition missing in WSDL document (<portType> missing)

Please help me.

Thanks,

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member463616
Contributor
0 Kudos

Hi Amit,

Please see the below link, it might be useful to you.

[CreateProxy|http://www.sapdev.co.uk/sap-webapps/sap-webservices/ws_abapproxy.htm]

[Link_2|http://wiki.sdn.sap.com/wiki/display/Snippets/WebServiceconsumerusingABAP-PROXY]

Regards,

P.Rajesh

Edited by: Rajesh_1113 on Aug 9, 2011 3:04 PM

Former Member
0 Kudos

Hi All,

The eror still continues to appear applying these suggestions also.

Is there anythng else to applied here to avoid this error?

Thanks,

Amit

stefan_grube
Active Contributor
0 Kudos

Where do you get the WSDL from?

It is not complete, the tag "port_type" is missing.

Ask for a complete WSDL.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Yes your WSDL Is not complete one. WSDL should have the following tags mandatory..

<wsdl:types>, <wsdl:message>, <wsdl:portType>, <wsdl:binding> and <wsdl:service>

former_member472138
Active Contributor
0 Kudos

Use SPROXY Tcode for Proxy generation and implementing the same.

Regards

Pothana

Former Member
0 Kudos

Hi ,

We have to consume proxy directly from ABAP not through from PI.

so we are creating consumer proxy using SE 80.

while doing it we are getting error

Interface definition missing in WSDL document (<portType> missing).

Thanks,

Amit

former_member472138
Active Contributor
0 Kudos

Just check if this two steps are ok.

1) Go to NWA --> SOA Management --> Application and Scenario

Communication --> Single Service Administration.

2) On the window that opens, choose the Consumer Proxies tab. Type

Service in the u201CFindu201D input field and choose u201CGou201D. In the results table that is

shown, locate the port type with name ServicesRegistrySi.

Former Member
0 Kudos

Hi All,

Stil the error continues to appear showing same message.

Any suggestions guys to resolve this.

Thanks,

Amit