RE: Sending faults from server

2005-05-06 Thread Ian Harder
in invalid formats. Hence, this needs be fixed. Samisa... On Thu, 2005-05-05 at 20:35, Ian Harder wrote: Linux Mandrake 10.0 I've got a web service that needs to send a fault back under some conditions. It appears that the sample files for version 1.5 don't work, and neither does my app

Sending faults from server

2005-05-05 Thread Ian Harder
? I'd like to be able to send a message back to the client with some informative text, plus an error code if possible. Thanks Ian Harder P.S. For reference, here are the doclitfault request and fault messages. Note the undeclared prefix ns1 in the fault detail. ---request--- POST /axis

Creating ws client within ws server

2005-05-03 Thread Ian Harder
it dies. I know the importance of linking in the appropriate libraries when creating the server .so. I've linked libaxis_client.so. Has anyone attempted such a task? I can provide more specifics, but just want to know if this has been done successfully before. Regards, Ian Harder

RE: Creating ws client within ws server

2005-05-03 Thread Ian Harder
ws client within ws server Hi Ian, Ian Harder [EMAIL PROTECTED] wrote on 04/05/2005 10:47:25: I've been working on a project where a web service is used to perform a number of tasks, including the calling of another web service to verify a user id. When I attempt to create the web