SOAP Attachments

2003-05-30 Thread Joachim Schneider
I'd like to do a web service usin SOAP Attachments, the Java signature for the web service should be something like: class Response { String name; Dataholder image; // attachment Dataholder id_image; // attachment } Response getData(String id); Using java2wsdl I get the m

AW: Couldn't find a matching Java operation for WSDD operation

2003-03-20 Thread Joachim Schneider
I've found the mistake. I've accidentally mistyped the requestDocument operation in the allowedMethods parameter. Sorry, Joachim

Couldn't find a matching Java operation for WSDD operation

2003-03-20 Thread Joachim Schneider
Hi, I've added an operation to my deploy.wsdd and deployed the classes and the deploy.wsdd to axis. Now, when I want to access my webservice I get an Exception stating: Couldn't find a matching Java operation for WSDD operation "requestDocument" (7 args) The wsdd operation definition is:

Getting IP adress of the client

2003-03-17 Thread Joachim Schneider
I want to do IP adress validation inside a Handler, but I don't know where to get the client IP adress from. I haven't found anything using the MessageContext Object passed to invoke. Joachim