• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
[email protected]
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!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic