wsdd parameters

2004-03-11 Thread Brian Shields
Hi all, is there a parameter i can set in the wsdd file that will overwrite the Java2WSDL creation when someone requests the serviceurl?WSDL. I want to specify a wsdl file location that will be returned when the above url is requested. Thanks, Brian Do you Yahoo!? Yahoo! Search - Find what you’re

Automatic wsdl creation errors

2004-03-01 Thread Brian Shields
Hi all, i have had my service running for a while now with very few problems. But for some reason, within the wsdl file the namespace for my service has gone from (url)/axis/services/myService to (url)/axis/services/myService/axis/services/myService. This is causing errors with the clients con

Namespace errors

2004-02-29 Thread Brian Shields
Hi all, i have had my service running for a while now with very few problems. But for some reason, within the wsdl file the namespace for my service has gone from (url)/axis/services/myService to (url)/axis/services/myService/axis/services/myService. This is causing errors with the clients connecti

Re: sending xml files as string parameters

2004-02-04 Thread Brian Shields
e :-)     Jeff     - Original Message - From: Brian Shields To: [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 12:16 PM Subject: Re: sending xml files as string parameters Thanks Jeff, Obviously ns1 is not a default namespace, but a default variable name for the urn:Foo namespace.

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
ssion/reception).     Jeff     - Original Message - From: Brian Shields To: [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:40 AM Subject: Re: sending xml files as string parameters How? that is an automatically generated SOAP message. I am simple creating a parameter...("xmlFileP

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
ssion/reception).     Jeff     - Original Message - From: Brian Shields To: [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:40 AM Subject: Re: sending xml files as string parameters How? that is an automatically generated SOAP message. I am simple creating a parameter...("xmlFileP

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
te: Try using:       Jeff   - Original Message ----- From: Brian Shields To: [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:11 AM Subject: sending xml files as string parameters Hi all, I am trying to send an xml file as a parameter in a web service call. This xml file is in str

sending xml files as string parameters

2004-02-03 Thread Brian Shields
Hi all, I am trying to send an xml file as a parameter in a web service call. This xml file is in string form. I have created the string using the XMLOutputter class from the jdom.output package. I send this to another locally hosted service, also deployed using axis, and everything works fine. I c

RE: unrecognised operation error

2004-01-28 Thread Brian Shields
i have given up trying to get this problem solved with axis, i am obviously doing something wrong. FYI what i am trying to do is working perfectly using the apache SOAP classes.   org.apache.soap.rpc.Call call = new org.apache.soap.rpc.Call();call.setParams(new Vector());call.setMethodName("get

RE: unrecognised operation error

2004-01-27 Thread Brian Shields
thod. Go to http://youhost/appName/servlet/AxisServlet  and see whether this method is there under the service name. To see your request you can use either SOAPMonitro or tcpmonitor that comes with Axis and there you can see what you are sending.   regards, kiran pathuru -Original Message-Fro

RE: unrecognised operation error

2004-01-27 Thread Brian Shields
r SOAPMonitro or tcpmonitor that comes with Axis and there you can see what you are sending.   regards, kiran pathuru -Original Message-From: Brian Shields [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 27, 2004 2:42 PMTo: [EMAIL PROTECTED]Subject: unrecognised operation error Hi, I am getti

unrecognised operation error

2004-01-27 Thread Brian Shields
Hi, I am getting the following error when i call a web service.   AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client faultSubcode: faultString: JAXRPC.TIE.01: caught exception while handling request: unrecognized operation: getSummaryInfo is it possible to find out if the fault

missing port information

2004-01-26 Thread Brian Shields
Hi all, I am populating an org.apache.axis.client.Call object in order to access a JWSDP deployed web service. The wsdl file or the service i am trying to call is: xml version="1.0" encoding="UTF-8" ?> missing port information
Hi all, I am populating an org.apache.axis.client.Call object in order to access a JWSDP deployed web service. The wsdl file or the service i am trying to call is: xml version="1.0" encoding="UTF-8" ?>

14 matches