Re: Callbacks in SOAP application

2003-03-16 Thread Daniel Elenius
You're asking for events support, and I don't think Axis has it because SOAP doesn't (I could be wrong). But have a look at GENA (general event notification architecture) http://www.upnp.org/download/draft-cohen-gena-client-01.txt It is http-based, and this is what UPnP use (they also use SOAP

Re: Maintain Session with .NET and AXIS

2003-03-16 Thread Brian Ewins
You don't need to edit the stub. When you get the stub back from the locator you do ((org.apache.axis.client.Stub)stub).setProperty(org.apache.axis.client.Stub.SESSION_MAINTAIN_PROPERTY, Boolean.TRUE) If you look at the code that you edited in the stub you should find the bit checking this

Re: Callbacks in SOAP application

2003-03-16 Thread Ricky Ho
A SOAP client registers with a SOAP server: send me a message when event XYZ occurs The client should register: send me a message AT THIS LOCATION when the event XYZ occurs When XYZ occurs, how should the server callback? Is there anything provided as part of the Axis framework? The server

Re: Authorization using WS security and SAML

2003-03-16 Thread Davanum Srinivas
http://www.opensaml.org/ http://www.xmltrustcenter.org/developer/verisign/tsik/download.htm http://groups.yahoo.com/group/tsik/ --- Nisha Menon [EMAIL PROTECTED] wrote: - Webservice design hi, i am trying to create an authorization module for web services that is

Missing Deserializer

2003-03-16 Thread Frank Wollenweber
Hello, I tried to write service which return a Vector containing java beans. When generating the wsdl file from the java code, I used the -e option to include the the bean class in the wsdl file. The serialization works fine but in the java code for the client I generated with wsdl2java, the code

Re: Missing Deserializer

2003-03-16 Thread Jinesh Varia
It seems to be a bug also with 1.1RC2 No deserializer defined for array type jin --- Frank Wollenweber [EMAIL PROTECTED] wrote: Hello, I tried to write service which return a Vector containing java beans. When generating the wsdl file from the java code, I used the -e option to include the

Multiple OUT params

2003-03-16 Thread Dmitry Reznikov
Hi, I have a service that returns a wsdl:message with multiple parts: + wsdl:message name=getPortfolioNameRequest wsdl:part name=clientInfotype=skream:WSClientInfo/ wsdl:part name=positionDate type=xsd:date/ wsdl:part name=portfolio

RE: Authorization using WS security and SAML

2003-03-16 Thread Nisha Menon
Ricky, Being new to all of this, it's been great help so far already! I've been trying to evaluate the available standards to see what I need to work with on this module. And from what I've been reading over the last month or so, I'd narrowed down to SAML and WS-Security on the basis that they

AW: Namespace issue

2003-03-16 Thread Oliver Adler
Hi Peter, I had the same problem. It seems to be that WSDL2Java generates wrong Skeleton and Stubs. If you have a closer look into these files you will see namespace declarations with empty strings (). Modify these with your namespace and you will get the correct message Regards Oliver

Re: Callbacks in SOAP application

2003-03-16 Thread Ricky Ho
Note that I'm comparing UDP multicast with sending a message repeatedly over multiple HTTP/TCP connections. 1)Reliability: The UDP packets might be lost depending on the network conditions, as you may know. As I said, the callback message in this application-specific case is