MrLoick / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Generate wsdl file and xsd file error #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.The user.h as follow:
#include "schedule.h"
namespace cspws
{
namespace csp
{
namespace user
{
  ......
}
}
}
//////////////////////////////////////
The schedule.h as follow:
namespace cspws
{
namespace csp
{
namespace common
{
  .......
}
}
}
////////////////////////////////////////////////
The user_service.h as follow:
#include "user.h"

namespace cspws
{
    class CspUserService: public staff::IService
    {
    public:

    };
}

2.staff_codegen -u -twsdl -cinclude user_service.h
Generating include\cspws.user_service.wsdl
Generating include\cspws.csp.common.user.xsd
Generating include\cspws.csp.common.schedule.xsd

The cspws.csp.common.user.xsd file namespace is cspws.csp.common  

What is the expected output? What do you see instead?

The cspws.csp.common.user.xsd file name => cspws.csp.user.user.xsd 
The namespace as cspws.csp.user

What version of the product are you using? On what operating system?

revision r699. windows xp

Please provide any additional information below.

Original issue reported on code.google.com by bingqing...@gmail.com on 18 Aug 2012 at 7:55

GoogleCodeExporter commented 8 years ago
At moment, we need use staff to implement my webservice. so can you help me to 
fix the issues 183 and 184 as soon as posible. Thanks.

Original comment by bingqing...@gmail.com on 22 Aug 2012 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by loentar on 31 Aug 2012 at 12:48

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r709.

Original comment by loentar on 31 Aug 2012 at 12:49