Skip to main content

Generation of client proxy fron wsdl file

  • December 14, 2018
  • 2 replies
  • 0 views

Hi guys,

we are working using MICRO FOCUS SERVER EXPRESS 5.1 for pSeries running AIX installed on the customer machine and we need to develop an application that need to interface with  a web service.

Actually running the command :

imtkmake -genclientwsdl clientwsdl=SRVGestoreSITAv02_SerMed_SRVGestoreSITAv02.wsdl defaultstringsize=500

no generation of client proxy is made and the only message from the above command simply return : The generation of the COBOL client from WSDL failed

we do not have any other message from imtkmake to understand the reason of the failure.

Someone have any suggestion on how to understand why imtkmake fail to generate the client proxy ?

Thank in advance.

 

I've attach the zipped version of the wsdl that I'm using.

WSDL_5F00_FILE.zip

2 replies

Blair McDonald
  • Moderator
  • 292 replies
  • December 14, 2018

Hi guys,

we are working using MICRO FOCUS SERVER EXPRESS 5.1 for pSeries running AIX installed on the customer machine and we need to develop an application that need to interface with  a web service.

Actually running the command :

imtkmake -genclientwsdl clientwsdl=SRVGestoreSITAv02_SerMed_SRVGestoreSITAv02.wsdl defaultstringsize=500

no generation of client proxy is made and the only message from the above command simply return : The generation of the COBOL client from WSDL failed

we do not have any other message from imtkmake to understand the reason of the failure.

Someone have any suggestion on how to understand why imtkmake fail to generate the client proxy ?

Thank in advance.

 

I've attach the zipped version of the wsdl that I'm using.

WSDL_5F00_FILE.zip

Hi pcesare,

Welcome to the Micro Focus Community Site. It looks like there may be some issue with the WSDL l file that you've provided, or that other needed WSDL files may be missing.

Have you tried inspecting the WSDL with the open source utility SOAPUI? When I try this with your WSDL file, I get an error that seems to be about a missing companion WSDL named "SRVGestoreSITAv02.wsdl". It looks like your WSDL is trying to import this WSDL file. I see this line:

<wsdl:import namespace="generali.it/.../SRVGestoreSITAv02" location="SRVGestoreSITAv02.wsdl">

Could it be that this file is not available?

  • Author
  • Rocketeer
  • 19312 replies
  • December 17, 2018

Hi guys,

we are working using MICRO FOCUS SERVER EXPRESS 5.1 for pSeries running AIX installed on the customer machine and we need to develop an application that need to interface with  a web service.

Actually running the command :

imtkmake -genclientwsdl clientwsdl=SRVGestoreSITAv02_SerMed_SRVGestoreSITAv02.wsdl defaultstringsize=500

no generation of client proxy is made and the only message from the above command simply return : The generation of the COBOL client from WSDL failed

we do not have any other message from imtkmake to understand the reason of the failure.

Someone have any suggestion on how to understand why imtkmake fail to generate the client proxy ?

Thank in advance.

 

I've attach the zipped version of the wsdl that I'm using.

WSDL_5F00_FILE.zip

Hi Blair, thank very much for the quick reply . I'm at the beginning with web service and many things are new so great suggestion is about SOAPUI. Just to understand something new about imtkmake utility : the program will expect all file available when it's running or try to make connection to generali.it/.../SRVGestoreSITAv02 to get the additional information ?