RE: using faults w/ wsdl2c

2009-11-17 Thread Doug Price
Just what I was looking for. Thanks so much. A quick follow up question on the code though. Is there a reason that axis2_svc_skel_Division_on_fault() doesn't use the adv_divFault api to create the fault? -- Doug Price Research Director | Presagis T. +1 972 943.2433 F. +1 469 467.4564 C

RE: using faults w/ wsdl2c

2009-11-17 Thread Doug Price
it requires a pointer to the SOAP body to create one. Is there some other way to return a standard SOAP fault from a service? -- Doug Price Research Director | Presagis T. +1 972 943.2433 F. +1 469 467.4564 C. +1 469 867.8399 DISCLAIMER: This e-mail message is for the sole use

generating wsdl for complex return types

2009-10-16 Thread Doug Price
it, but that WSDL generated seems like it wants to pass the object reference instead. Any help would be greatly appreciated. class User { string name; ... } interface MyInterface { public User getUser(int id); public User [] getActiveUsers(); } -- Doug Price Research Director

RE: generating wsdl for complex return types

2009-10-16 Thread Doug Price
Thanks for the tip. The book sounds like a good investment. -- Doug Price Research Director | Presagis T. +1 972 943.2433 F. +1 469 467.4564 C. +1 469 867.8399 DISCLAIMER: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and/or proprietary

RE: problems running default http server

2009-10-06 Thread Doug Price
Looks like the axis2_http_sender.dll had a dependency on ssleay32.dll and libeay32.dll, which were not included in the distribution. I found these in several other locations on my system, however, and adding these to the lib directory fixed the problem. -- Doug Price Research Director

problems running default http server

2009-10-05 Thread Doug Price
in question is present in the lib folder. Any ideas why this wouldn't be working? I've checked the path environment variable in the console window and the lib directory is there. Is there something else I need to do to install the system and set it up to work? -- Doug Price Research