Getting meta-information

2006-02-09 Thread Lance Semmens
Title: Getting meta-information I'm wanting to determine at runtime the URL for a service but I don't have access to the request, response etc as I would in a servlet. Is there any way that I can determine this sort of information inside a service? I'm looking for the equivalent of

WSDD: OperationDesc for Registration was not synchronized

2006-01-20 Thread Lance Semmens
Hi, I'm trying to specify a return name for a service using the operation tag in a wsdd but I am getting the following error: Exception - org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for Registration was not synchronized to a method of

RE: WSDD: OperationDesc for Registration was not synchronized

2006-01-20 Thread Lance Semmens
@ws.apache.orgSubject: Re: WSDD: OperationDesc for Registration was not synchronized The "name" attribute must refer to the method name in your class.Anne On 1/20/06, Lance Semmens [EMAIL PROTECTED] wrote: Hi, I'm trying to specify a return name for a service using the operation tag

RE: WSDD: OperationDesc for Registration was not synchronized

2006-01-20 Thread Lance Semmens
t;xmlns:xsd="http://www.w3.org/2001/XMLSchema"parameter name="registrationXml" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema" //operation From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 14:14To: axis-user@ws.apache.orgS

Custom name for return value

2006-01-19 Thread Lance Semmens
Title: Custom name for return value I have a web service that exposes a method named Registration. Axis has automatically generated RegistrationReturn as the name to give the return value. My client is expecting the name to be RegistrationResult. Is there any way to specify the return

RE: Custom name for return value

2006-01-19 Thread Lance Semmens
for return value Is this a document/literal service? What does your WSDL specify?Anne On 1/19/06, Lance Semmens [EMAIL PROTECTED] wrote: I have a web service that exposes a method named "Registration". Axis has automatically generated "RegistrationReturn" as the nam

RE: Custom name for return value

2006-01-19 Thread Lance Semmens
. From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 19 January 2006 17:04To: axis-user@ws.apache.orgSubject: Re: Custom name for return value Edit the WSDL and run wsdl2java. On 1/19/06, Lance Semmens [EMAIL PROTECTED] wrote: My WSDL matches what is being returned. Axis

RE: Custom name for return value

2006-01-19 Thread Lance Semmens
seen in the WSDL) I would like to change this behaviour... i'm assuming I can somehow do this in the wsdd. From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: 19 January 2006 17:16To: axis-user@ws.apache.orgSubject: RE: Custom name for return value I thought I may be able to tell axis

Erronious garbage wrapping SOAP response

2006-01-18 Thread Lance Semmens
Title: Erronious garbage wrapping SOAP response Hi, I'm tcpmon'ing my SOAP communication and I'm getting some weird characters wrapping my SOAP response. - 6af ?xml version=1.0 encoding=utf-8? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/

Axis java download

2006-01-17 Thread Lance Semmens
Title: Axis java download Where do I download axis from for java? The C++ downloads are easy enough to find on http://ws.apache.org/axis/ but I can't find the java downloads. Thanks, Lance.

Microsoft Office Research Service

2006-01-06 Thread Lance Semmens
Title: Microsoft Office Research Service Can anyone provide me with an example of a Microsoft Office Research Service? I can find the microsoft SDK for .NET but would like to write a Java service. http://msdn.microsoft.com/library/default.asp?url=""> Cheers, Lance.