hello all,
thx for your discussion & earlier advice... i found gatespace server very useful.
i am in middle of a problem again, n' looking for some help from you guys...
i decided to use C++ & gSOAP toolkit to implement my CPE application.
i have created RPC methods using gSOAP to serve client's request. it is working fine.
but now as per the requirements defined in TR-069, the client should send the request in HTTP response packet and my server has to give response in HTTP Post packet...
this is just opposite to SOAP standard, and gSOAP follows the normal method as specified by SOAP.
as i think, gSOAP just neglects any XML message that is present in HTTP Response packet.
i wanted to know, has someone tried some RPC implementation for CPE with some success, and if yes, how???
also, has someone used gSOAP, please help me with how to tweak gSOAP to get the desired output... i.e. making my server, read SOAP request embedded inside a HTTP response packet, and how to modify my RPC method to be called this way.
any help would be very much valuable for me...
thx in advance
Quote:
Originally Posted by dunder Gatespace.com has an online ACS available to anyone who registers - it can be used to test CPE TR-069 implementations for basic adherence to the spec.
There's also a client executable that can be downloaded and run on a Linux workstation if that's helpful as a reference.
Who knows, if you contact there biz dev people, they may be willing to help start some kind of openSource project. |