I have SAML 1.1 and SAML 1.0 responses in utf-8 char * buffers, and I would like to transform them into Rampart/C saml_response_t * objects. My question is this:
What is the correct method for creating a saml_response_t from a string?
Ideally I'd like a code sample in C that does this and then disposes of the various parser tools in t...
The question is a specialization of:
http://stackoverflow.com/questions/403058/oo-style-parameters-vs-type-parameters
What if you want to define a Web Service operation? To have parameters beeing passed as complex types like this
public String insertPerson(Person person);
seems pretty cool since you're able to change the definition...
I am doing a little bit of research into consuming web services on mobile platforms. In particular I'm currently looking at the Symbian platform. Now, I've seen gSOAP used from a Symbian environment. Has anyone seen or used the C version of Axis 2 on Symbian at all? I'm attempting to explore multiple options, and in particular support fo...
We are looking at redoing some web service applications (currently in prototype phase) from WCF/C# to a C++ cross platform web service framework. So, I'm looking at Axis2/C or WSO2 WSF/C++ as possible frameworks. I'd really like to port the functionality already written in the WCF service to the other service frameworks.
Here's the fu...
Hello every one!
Has any one managed to use libxml2 with axis2c. Please correct me if i am wrong , if one goes with libxml2, all parsing/creation will be done by libxml2 api and not axiom api.. I would love to see a simple example for managing requests & response.I had a look at the wrapper classes , unfortunately i can not make how to...
Hi,
My name is kaushik.I am want to read the wsdl info from an axis 1 server. For an example:
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://DefaultNamespace" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="loginUser">
<complexType>
<sequence>
<element name="cons...