473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

secure soap connection where server is in java ?


I have been trying to figure out apache/rampart soap security. We
have a soap server in java and the client is PHP. I just read this
article which concerns me because it seems to imply rampart/java won't
work with PHP. Are there any other good solutions, particularly simple
ones ? I have been trying to get rampart/java working for the past 3
days and haven't even gotten to the PHP client part as of yet, then it
occured to me to do a google search to see if the client being in PHP
might be an issue:

in interview from this past february:

http://wso2.org/library/805

OT: There is also Apache Rampart/Java [2]. What is the relationship
between these two?

Kaushalye: Well...Rampart/ Java is our big brother. Just like Apache
Rampart/Java serves for Apache Axis2/Java, Apache Rampart/C serves for
Apache Axis2/C. We are trying our best to keep both implementations
similar, especially to keep the configurations similar. This is a bit
challenging due to the differences in the platforms. The C
implementation is not just for C developers. Our aim is to let PHP, C+
+, and Perl developers use Apache Rampart/C. So we have to make the
Apache Rampart/C implementation more flexible. We also need to provide
easy-to-use APIs for all these platforms.

Jul 19 '07 #1
4 3485
Rik
On Thu, 19 Jul 2007 13:58:12 +0200, wb*******@yahoo.com
<wb*******@gmail.comwrote:
I have been trying to figure out apache/rampart soap security. We
have a soap server in java and the client is PHP. I just read this
article which concerns me because it seems to imply rampart/java won't
work with PHP.
Am I missing something here? The reason to work with SOAP connections is
so anything can communicate with anything, is it not? As long as client
and server follow protocol, communication should be OK.
Are there any other good solutions, particularly simple
ones ? I have been trying to get rampart/java working for the past 3
days and haven't even gotten to the PHP client part as of yet, then it
occured to me to do a google search to see if the client being in PHP
might be an issue:

Kaushalye: Well...Rampart/ Java is our big brother. Just like Apache
Rampart/Java serves for Apache Axis2/Java, Apache Rampart/C serves for
Apache Axis2/C. We are trying our best to keep both implementations
similar, especially to keep the configurations similar. This is a bit
challenging due to the differences in the platforms. The C
implementation is not just for C developers. Our aim is to let PHP, C+
+, and Perl developers use Apache Rampart/C. So we have to make the
Apache Rampart/C implementation more flexible. We also need to provide
easy-to-use APIs for all these platforms.
Well, AFAIK it just states that a module for PHP has yet to be written,
including an API. That doesn't mean you cannot write it in PHP itself,
just means more work. I don't know anything about java/rampart, but as
long as it works with SOAP, you should be able to get it working using the
SOAP extention.
--
Rik Wasmus
Jul 19 '07 #2
Hi,

you might want to checkout the NuSOAP library at
http://dietrich.ganx4.com/nusoap/. I know that when you look at the
website the project seems dead, but oh well the library is still
available for download and for me it does what it has to do: it talks
SOAP :)

Kind regards,

Harrie Verveer
---
http://www.ibuildings.nl/blog/authors/Harrie-Verveer
Jul 19 '07 #3
WSO2 for PHP is probably what you need:

http://wso2.org/projects/wsf/php

On Jul 19, 7:58 am, "wbsurf...@yahoo.com" <wbsurf...@gmail.comwrote:
I have been trying to figure out apache/rampart soap security. We
have a soap server in java and the client is PHP. I just read this
article which concerns me because it seems to imply rampart/java won't
work with PHP. Are there any other good solutions, particularly simple
ones ? I have been trying to get rampart/java working for the past 3
days and haven't even gotten to the PHP client part as of yet, then it
occured to me to do a google search to see if the client being in PHP
might be an issue:

in interview from this past february:

http://wso2.org/library/805

OT: There is also Apache Rampart/Java [2]. What is the relationship
between these two?

Kaushalye: Well...Rampart/ Java is our big brother. Just like Apache
Rampart/Java serves for Apache Axis2/Java, Apache Rampart/C serves for
Apache Axis2/C. We are trying our best to keep both implementations
similar, especially to keep the configurations similar. This is a bit
challenging due to the differences in the platforms. The C
implementation is not just for C developers. Our aim is to let PHP, C+
+, and Perl developers use Apache Rampart/C. So we have to make the
Apache Rampart/C implementation more flexible. We also need to provide
easy-to-use APIs for all these platforms.

Jul 19 '07 #4
wb*******@yahoo.com wrote:
I have been trying to figure out apache/rampart soap security. We
have a soap server in java and the client is PHP. I just read this
article which concerns me because it seems to imply rampart/java won't
work with PHP.
No -- it means that you can't use PHP with it on the *server*.

Your client can be any programming language capable of talking SOAP. PHP
included. I recommend the SOAP Client library from PEAR.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 29 days, 15:26.]

Parsing an HTML Table with PEAR's XML_HTTPSax3
http://tobyinkster.co.uk/blog/2007/0...table-parsing/
Jul 20 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Li Ma | last post by:
Just want to share my experience on XML-RPC. We were working on a messaging middleware. We were using XML-RPC as communication protocol amoing client apps and server. Client could be written by...
0
by: Stephen Chell | last post by:
I'm using SAAJ 1.2 (from jwsdp-1.3) and JDK 1.4.2_03. I've written a client application that uses the SAAJ api to send a SOAP message to a servlet. The servlet successfully receives the message...
4
by: Lorenzo | last post by:
hi you all, first of all apologies for having cross-posted this message but really i did not know where to post it. please let me know what ng you consider the most suitable for the described...
0
by: bigbinc | last post by:
I have setup a soap machine on linux and similar configuration works properly. on a windows mahcine, I get these erros on the addressbook, samples, any ideas. I am pretty sure my classpaths are...
5
by: Nate | last post by:
We are attempting to make a request to a web service (we will refer to it as XXXServices) hosted on a Web Logic server from a C# SOAP client. The server responds with a 401 Unauthorized error...
1
by: The Doctor | last post by:
Dear all, I am currently trying to re-implement an existing connection-oriented locking mechanism that was originally written in C. The company that supplied us the original system has recently...
31
by: Bryan Dickerson | last post by:
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string? My boss and I concur that it, at least from our...
2
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also...
1
by: parimalb | last post by:
Hi All, I want to pass an array argument to the java webservice from perl client using SOAP::LITE package. Please let me know if anyone knows about this. The web method declaration in java is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.