The Artima Developer Community
Sponsored Link

Web Services Forum
gsoap stub generation

1 reply on 1 page. Most recent reply: Jun 1, 2008 11:25 PM by vijay rayudu

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 1 reply on 1 page
Michael Sablatschan

Posts: 2
Nickname: michuz
Registered: Apr, 2007

gsoap stub generation Posted: Feb 27, 2008 1:12 AM
Reply to this message Reply
Advertisement
Hi!

I had a working web service application with stubs generated from a wsdl file with wsdl2h and soapcpp2. Then my sytem crashed and I now I had to generate the stubs again due to a small change in the wsdl interface. The new stubs differ from the old ones regarding the generation of structs respectively classes for certain elements in the wsdl. I used the same version of gsoap, 2.7.9d and also tried with 2.7.10 and I used the same commands to generate the stubs (only compile option: -I "path to stlvector.h").
Now my application is no longer working, and I do not want to change the code of my application if not absolutely neccessary.
Does anybody know this problem and could tell me how to generate structs instead of classes again?
Thanks,
Michael


vijay rayudu

Posts: 2
Nickname: vrayudu
Registered: May, 2008

Re: gsoap stub generation Posted: Jun 1, 2008 11:25 PM
Reply to this message Reply
Michael,

Have you tried the calc.dll in IIS server??

if i run the calc.dll in IIS using the URL

http://localhost/gsoap/mod_gsoap.dll?calc

Got this error:

could not create server 'C:\Inetpub\wwwroot\gsoap\calc.dll'. Check your request if it is correct. Entry Point 'soap_lookup_plugin' not found in dll 'C:\Inetpub\wwwroot\gsoap\calc.dll'.

even i got the same error while running the stand alone program.

any idea why this error is getting?

Flat View: This topic has 1 reply on 1 page
Topic: WSE2.0 and Microsoft Visual Studio 2005 Previous Topic   Next Topic Topic: gsoap example calc

Sponsored Links



Google
  Web Artima.com   

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