The Artima Developer Community
Sponsored Link

Web Services Forum
compilation of C/C++ with Soap(wsdl files)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Satya Narayana

Posts: 1
Nickname: satyam90
Registered: Oct, 2007

compilation of C/C++ with Soap(wsdl files) Posted: Oct 16, 2007 11:52 PM
Reply to this message Reply
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.

Topic: Ploblem in deploying Axis1.3 document based web service over HTTPS Previous Topic   Next Topic Topic: Soap encoding vs Literal encoding

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use