|
|
compilation of C/C++ with Soap(wsdl files)
|
Posted: Oct 16, 2007 11:52 PM
|
|
|
Advertisement
|
Hi,
I have 2 wsdl files. During compilation I am using following script in Makefile.am
SIMIAS_WSDL = ../WebService/Simias.wsdl ../Discovery/DiscoveryService.wsdl . . . . $(srcdir)/libsimias.h: $(srcdir)/stdsoap2.c $(SIMIAS_WSDL) $(GSOAP_PATH)/wsdl2h -c -o $@ $(SIMIAS_WSDL)
The problem I am facing is that compiler is not picking up Simias.wsdl
Can any body suggest me how to create single .h file from 2 wsdl's.
Regards, Satyam.
|
|