wso2

What's the best setup for working with WSO2 WSAS

What version of java, eclipse and WPT should I be using? ...

Crash writing simple WSO2/C++ web service client

Has any been able to successfully run with a client using the WSO2/C++ web services package? I've tried just about everything I can think of yet every time I try to run a very simple client I get a crash. Here's some sample code from one of their example programs... #include <stdio.h> #include <WSRESTClient.h> #include <OMElement.h> #...

[WSO2 ESB] How to implement a security layer over .net WS?

Hey all, I'm running the latest WSO2 ESB and I was wondering how can I implement a security layer over the existing .NET web services? Through a proxy service maybe? Kinda lost with all the extensive documentation. Thanks in advance! ...

Client to consume a WSO2 WSAS Web Service with Username Token Security

Dear all, I need to implement a client to consume a Web Service that is deployed on the WSO2 WSAS with username token security. I can use the stub generated by the wsdl2java, a dynamic approach is not necessary right now. There is any tutorial that can help me to accomplish this task? I have already searched but without success! Best ...

Making an OpenID Provider with SSL.

Hi, so I'm currently trying to make an OpenID provider. I've tried using two Java based OpenID server packages- Atlassian's Crowd, and WSO2 Identity Server. Now, in my implementation, security is a must, which means using SSL and having HTTPS based OpenIDs. Now, for both WSO2 and Crowd a large number of sites simply do not work with the ...

How can I edit the SOAP envelope and header with Perl's SOAP::Lite?

I'm trying to modify the soapenv:Header to include addressing in my soap request my $header=SOAP::Header->name("Header")->prefix("soap")->uri("http://www.w3.org/2005/08/addressing"); When I send the request: print $soap->call($header, $security->value(\$userToken, $action, $message))->result; I receive the following... <"soap:Hea...

Zend Framework - Does Zend_Soap_Client supports SwA (Soap With Attachments)?

I need SwA (Soap with Attachments) support in php for a project. I can't find a reference in ZF docs about supporting SwA or not. Anybody knows if it is supported? If not supported, I have heard about WSO2 WSF/PHP which it does support SwA. My question would be... is it possible to integrate both ZF and WSF/PHP? Thanks in advance! Pab...

PHP WSO2's WSF/PHP

I am trying to use WSO2' WSF for PHP and I am using a WS Security object. I am making the request to the server and getting an Authentication error. I believe the WS Security Object is missing something, so I would like to see the RAW SOAP message being sent...Is there a way to do this. I am not doing this locally. ...

Missing UsernameToken element

I am getting a request in the following method but the soap message does not appear to contain the UsernameToken Element: $policy = new WSPolicy( array( 'useUsernameToken'=>true ) ); $security = new WSSecurityToken( array( 'user'=>$username, 'passwordType'=>'PlainText', 'password'=>$password ...

WSO2 WSF/PHP - Soap fault: XML builder done with pulling. Pull parser cannot pull any more

Hi I use WSO2 WSF/PHP. I have the WSF extension compiled and enabled in PHP. But I receive this Soap fault response when sending a request to the webservice: soapenv:Client XML builder done with pulling. Pull parser cannot pull any more The last lines from the wsf_php_server.log is: [Mon Sep 6 11:54:04 2010] [debug] /root/download/w...

SOAP authentication with PHP

I need to connect to a web service that requires authentication credentials in the form of a plain text user name and password. I have a basic understanding of SOAP and have managed to connect to other open web services that do not require a username or password using NuSOAP. The following was sent to me: <?php // Set up security opti...

WSO2 Alternative

Hi all, Is there any alternative for WSO2? ...