Questions tagged [staff-wsf]

WSF Staff is Web Service Framework for C++, AJAX, and J2ME that is based on Apache Axis2/C.

Introduction Staff is a complete solution for building and deploying Web services.

Details Staff is Web Service Framework for C++/JavaScript based on Apache Axis2/C.

Together with the support of all functions of Apache Axis2/C, WSF Staff provides additional features:

  • web services and clients implementation in C++/JavaScript;
  • service-component implementation;
  • C++ (server, client-side) and JavaScript(client-side) SDK, including extensible code generator for for fast and easy development of
    SOA-applications;
  • webapp toolkit. Webapp is a toolkit written on JavasScript/Ajax for
    creating web-applications. Webapp includes Javascript SDK based on
    YahooUI!, Prototype, WS.JS libraries and simple web-application
    example. Webapp is the easiest way to develop the application from
    scratch
  • security support (users, groups support, access to components,
    services, operations, widgets, and more);

Staff supports the deployment of services in the form of shared libraries, and in the form of executable files.

7 questions
3
votes
1 answer

Staff Web Service Framework

How does Staff web service framework compare to others for c++?
asawilliams
  • 2,908
  • 2
  • 30
  • 54
2
votes
1 answer

Why does 'WSF Staff' web service library explicitly mention "stateful" services?

I am using the Staff Library built on top of the Apache Axis2c library to implement a service, which I intend to be stateless. As I understand it, whether a service is stateful or not (i.e. "whether the interaction of client and server involves the…
balajeerc
  • 3,998
  • 7
  • 35
  • 51
1
vote
0 answers

Staff-WSF Axis2C built-in service

How to pack a staff-wsf service component directly into the axis_http_server executable, so you don't have it in a separate shared library?
Velkan
  • 7,067
  • 6
  • 43
  • 87
0
votes
1 answer

Axis2C Staff REST login service

I'm using Axis2/C unofficial with the Staff project to simply expone a set of methods to return a dataset with the REST paradigm. Now I need to authenticate users and I want to use the "staff.Login" built in service of Staff, always in REST…
AndreaGrnd
  • 88
  • 2
  • 8
0
votes
1 answer

Staff-WSF Axis2C SOAP load service component on startup

*Impl.h file of a service component has these functions: virtual void OnCreate(); virtual void OnDestroy(); OnCreate is called only when the client makes a call to the service. I'd like to have it when the server axis2_http_server is launched.…
Velkan
  • 7,067
  • 6
  • 43
  • 87
0
votes
1 answer

Sending Large Responses using Staff Webservice

I have been using Staff Webservices library for implementing webservices with much success in my current application. However, I have run into a problem. I am returning image data as a byte64 encoded std::string in one of my services. Whenever the…
balajeerc
  • 3,998
  • 7
  • 35
  • 51
-1
votes
1 answer

How these to platforms compare in performance namely staff-wsf and wt?

How these to c++ web service framworks compare in performance namely staff-wsf and witty?
twid
  • 6,368
  • 4
  • 32
  • 50