• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

gSOAP running standalone server errors

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello ,
I am Amit Tare I am using gSOAP(c++ web service) in my Project
which is on c++ server.
I am facing some problems in the deploy web services file(.wsdl) to localhost.

*in the header file mu service namespace is---------
gsoap ns service namespace: http://localhost:8080/calc.wsdl


*when i run the server at localhost it shows some error like---------
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>HTTP GET method not implemented</faultstring>


is there any problem with implementing http plugin at server side....???
can any one tell me how the http get plugin will downloaded.
i have plugin folder in gsoap directory and "httpget.h" file is there....
what is next step..??


thanks
please reply


Amit tare
Amit.tare@hotmail.com
incredible India(अतुल्य भारत)

 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Just to inform you: This is a forum for web services which are implemented using Java (at least mostly).
I think your chances of obtaining a reply is better in some forum discussing web services implemented using gSOAP/C++.
Best wishes!
 
I've never won anything before. Not even a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic