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 youre
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
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
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.
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
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
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
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
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
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
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
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
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
Mail list logo