cancel
Showing results for 
Search instead for 
Did you mean: 

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

mauro_blanc3
Active Participant
0 Kudos

Im trying to generate a proxy client for a Webservice, but when generating the code I have the following error: "Interface definition missing in WSDL document (<portType> missing)". i have been looking in the forum and there was a lot of post regarding this issue, however none posted how it was solved.

The portType section does exist in the XML

 <portType name="GenLoteSoapPort">
 <operation name="Execute">
  <input message="wsdlns:GenLote.ExecuteSoapIn" /> 
  <output message="wsdlns:GenLote.ExecuteSoapOut" /> 
  </operation>
  </portType>

Any help is appreciated.

Regards, Mauro

Edited by: Mauro Blanc on Aug 31, 2011 7:30 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

mauro_blanc3
Active Participant
0 Kudos

I solved myself

0 Kudos

Hi Mauro,

I am facing the same problem.

It would be helpful if you would tell me how you solved this issue.

Thanks

Regards,

Amanda

mauro_blanc3
Active Participant
0 Kudos

solved.. thanks everyone for your "help".

mauro_blanc3
Active Participant
0 Kudos

no one knows how to solve this issue??