RE: How to Set Submission Addressing?

2008-10-22 Thread David Taylor (Lowell)
Thanks you very much for the quick response.  I'll try that out.
-David



-Original Message-
From: Manjula Peiris [mailto:[EMAIL PROTECTED]
Sent: Tue 10/21/2008 9:58 PM
To: Apache AXIS C User List
Subject: Re: How to Set Submission Addressing?
 

On Tue, 2008-10-21 at 18:03 -0400, David Taylor (Lowell) wrote:
 I have read that AXIS2/C supports both version 1.0 and the pre-1.0
 submission version of WS-Addressing.  However, I can't find
 instructions or an example of how to configure a client to use
 submission addressing.  I would appreciate any help you can give me.


Add the following code segment to your client code.

axutil_property_t *property  = NULL;
property = axutil_property_create(env);
axutil_property_set_scope(property, env, AXIS2_SCOPE_APPLICATION);
axutil_property_set_value(property, env,
AXIS2_WSA_NAMESPACE_SUBMISSION);
axis2_options_set_property(options, env, AXIS2_WSA_VERSION, property);

-Manjula

 
 Thanks,
 
 -David K. Taylor
 
  
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to Set Submission Addressing?

2008-10-22 Thread David Taylor (Lowell)
That worked great!
Thanks again,
-David


-Original Message-
From: David Taylor (Lowell) [mailto:[EMAIL PROTECTED]
Sent: Wed 10/22/2008 7:27 AM
To: Apache AXIS C User List
Subject: RE: How to Set Submission Addressing?
 
Thanks you very much for the quick response.  I'll try that out.
-David



-Original Message-
From: Manjula Peiris [mailto:[EMAIL PROTECTED]
Sent: Tue 10/21/2008 9:58 PM
To: Apache AXIS C User List
Subject: Re: How to Set Submission Addressing?
 

On Tue, 2008-10-21 at 18:03 -0400, David Taylor (Lowell) wrote:
 I have read that AXIS2/C supports both version 1.0 and the pre-1.0
 submission version of WS-Addressing.  However, I can't find
 instructions or an example of how to configure a client to use
 submission addressing.  I would appreciate any help you can give me.


Add the following code segment to your client code.

axutil_property_t *property  = NULL;
property = axutil_property_create(env);
axutil_property_set_scope(property, env, AXIS2_SCOPE_APPLICATION);
axutil_property_set_value(property, env,
AXIS2_WSA_NAMESPACE_SUBMISSION);
axis2_options_set_property(options, env, AXIS2_WSA_VERSION, property);

-Manjula

 
 Thanks,
 
 -David K. Taylor
 
  
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

looking for win32 binaries that support SSL

2008-10-22 Thread Mark Webb
My understanding is that the binary release of axis2x does not have
SSL compiled in.  I am running into problems compiling axis2c with the
OpenSSL version 0.9.8i. So I am looking for a binary release that
supports SSL.

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




How do I create a saml_response_t from a string?

2008-10-22 Thread Chris Rose
What is the correct method for creating a saml_response_t from a string? 
 I have a SAML 1.1 response (and, probably, I'll have to do this with 
SAML 1.0 as well, so if there's anything relevant there, I'd like to do 
both).


I will have these as UTF-8 char* data.

How can I create a saml_response_t object from these, and ideally clean 
up all of the xml processing bits after it?  I'm still a bit fuzzy on 
memory management within Axis2/C and Rampart/C, so a detailed response 
would be fantastic.


--
Chris Rose
DeveloperPlanet Consulting Group
(780) 577-8433
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]