RE: WS-Security

2005-05-11 Thread Samisa Abeysinghe
There were some efforts and there were some improvements proposed to the current engine to help implement WS-Security ,like opening up the SOAP body in handlers. But we did not hear from anyone on this lately. Is there anyone working on WS-Sec at the moment? Thanks, Samisa... -Original Mess

WS-Security

2005-05-11 Thread Patrick Heffernan
I apologize if I've missed this in some publication. What is the plan for Axis C++ support WS-Security? I've got a project that requires the WSE Username/Password token and I'm trying to determine what options are available to me. Thanks, pat

RE: soapAction and .NET interoperability

2005-05-11 Thread Samisa Abeysinghe
Yes, Axis C++ server side is looking for a soap action of the form: ServiceName#MethodName It uses the MethodName to locate the method to be invoked. This is not a very good practice and is something that need be fixed. Thanks, Samisa... -Original Message- From: Yampolsky, Robert [mail

Fw: list of deployed web services

2005-05-11 Thread Mark Whitlock
I don't know anything about the server, but I do know about trace. You can get trace out of the server by setting LogPath to the trace file name in axiscpp.conf. The trace file need not exist previously. The release version of 1.5 does not have trace enabled, but you can download a traced versi

RE: soapAction and .NET interoperability

2005-05-11 Thread Yampolsky, Robert
I don't know for sure that .NET clients don't set SOAPAction.  So far, I've only tested my Axis client talking to my Axis service.  But the orgainization that's defining the service I'm implementing gave me the WSDL, and it was created by .NET tools with the following line in it:       I was

RE: soapAction and .NET interoperability

2005-05-11 Thread Yampolsky, Robert
Does Axis require the SOAPAction to be formatted with a '#' separating the service and method? All the Microsoft documentation I've Googled about setting SOAPAction from their stuff shows it formatted like a URL with a slash setting off the method. Would Axis reject this? By the way, I haven't a

RE: list of deployed web services

2005-05-11 Thread Yampolsky, Robert
Yes, I do have the files in the wsdls folder. I'm just trying to get it to display the wsdl for the standard services that come with the distribution (calculator, array, etc). Axis generates the service list page correctly when I access http://localhost/axis, and I looked at the code, which seems

Re: calling a method with xsd__base64Binary

2005-05-11 Thread Jamie
Hi Mark Thanks so much for your help. That worked like a charm. I thought I was going bonkers there. Hi Jamie, I fixed a bug in SoapSerializer for xsd__base64Binary on 28/4 (after 1.5 was released). The bug was that null bytes in the binary data

Fw: calling a method with xsd__base64Binary

2005-05-11 Thread Mark Whitlock
Hi Jamie, I fixed a bug in SoapSerializer for xsd__base64Binary on 28/4 (after 1.5 was released). The bug was that null bytes in the binary data were not handled correctly. So if you're using 1.5, please upgrade to a later nightly level and let us know how you get on, Mark Mark Whitlock IBM --

Re: axis-c client on aix 5.2

2005-05-11 Thread John Hawkins
Hi Mike, Do you just want the client or a server as well? (You mention Apache web server.) Do you want C or C++ stubs - the support for C is limted today but C++ is fully supported. If you just want the client then you can use the Axis client which is being built daily using AIX 5.1 ml4 -> http:

RE: soapAction and .NET interoperability

2005-05-11 Thread John Hawkins
I'm confused by the .NET client not setting SOAPAction as this is default requirement for .NET server (as I understood it) "Samisa Abeysinghe" <[EMAIL PROTECTED]> wrote on 11/05/2005 05:02:58: > > Does anybody know of a workaround for this?  Either a way to define my > > service to not require