WSIF - Method Not Found, Calling .Net Webservice

2004-01-06 Thread F Chew
Hi there. I am trying to invoke a .Net webservice using WSIF but encountered a "Method was not found" error below: = F:\Apache\wsif-2.0>java org.tempuri.Run - WSIF0006W: Multiple WSIFProvider found supporting the same namespace URI 'http

TypeMapping Property List from Axis 1.1

2004-01-06 Thread rob rowntree
typemapping : java to schema from axis1.1 these are the Axis default mappings. each line is property: where key= java class where value= Default Axis serializationFactory [B org.apache.axis.encoding.ser.Base64SerializerFactory [Ljava.lang.Object; org.apache.axis.encoding.ser.ArraySerializer

RE: Building custom faults in Java...

2004-01-06 Thread asif . jiwani
Title: Message In Axis you can do this by creating your customized exception that extends org.apache.axis.AxisFault and implements java.io.Serializable. Look into javadoc for AxisFault for details on how to set up faultstring and faultcode for your fault. Hope this helps. Asif   -Origi

Handler has a problem modifying a message

2004-01-06 Thread Wax, Michael
Title: Handler has a problem modifying a message I have seen this question asked before, but with no definitive answer. I have a handler which needs to modify a message.  After some experimentation, I tried the following: 1   Message message = (Message) messageContext.getCurrentMessage

Building custom faults in Java...

2004-01-06 Thread Ransel Lopez
Title: Message Hi, everybodyI am a starter with SOAP.My problem is that I want to modify what I get in the client side when an exception is raised. I want to get my own faultcode, my own faultstring and some other information in the detail. Can anyone explain what should I do?? Some examples

Re: SimpleDeserializer encountered a child element... documentation!

2004-01-06 Thread Airline Pedestal
+1 to the confusion factor of all this type mapping stuff. I've been going round and round trying to figure out how the settings on the Call object and the settings in the WSDD file should be configured. Could someone please explain how this works? -A --- Jeff <[EMAIL PROTECTED]> wrote: > H

SimpleDeserializer encountered a child element... documentation!

2004-01-06 Thread Jeff
Hi!   When invoking a method from the client, it's possible to get the following error if type mappings have not been registered:       "SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize."   This is solved by calling registerType

RE: SimpleDeserializer Error

2004-01-06 Thread Richard Martin
Castor will fit into the AXIS framework. The usual serialisation rules still apply to Castor though; public accessor and mutator methods or public fields.  I’ve never integrated it myself as I use message services and handle serialisation myself within code (still using Castor). Hence the r

RE: SimpleDeserializer Error

2004-01-06 Thread Pani, Gourav
Can you accomplish this if you are using RPC-style Web Services as opposed to using Castor or does Castor fit into any RPC framework? -Original Message-From: Richard Martin [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 06, 2004 2:18 PMTo: [EMAIL PROTECTED]Subject: RE: Sim

RE: SimpleDeserializer Error

2004-01-06 Thread Richard Martin
If it’s the deserialiser that’s at fault then you can easily change it. I’d recommend downloading a copy of Castor (www.castor.org) and using it to do all the deserialisation. In fact there’s a developerworks article on how to do this here:   http://www-106.ibm.com/developerworks/library

RE: SimpleDeserializer Error

2004-01-06 Thread Pani, Gourav
Is there some sort of a workaround to this? -Original Message-From: Richard Martin [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 06, 2004 1:55 PMTo: [EMAIL PROTECTED]Subject: RE: SimpleDeserializer Error Yes, this appears to be a bug:   http://nagoya.apache.or

RE: SimpleDeserializer Error

2004-01-06 Thread Richard Martin
Yes, this appears to be a bug:   http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17484   And there was another email about it not 3 or 4 weeks ago: http://www.mail-archive.com/[EMAIL PROTECTED]/msg16191.html   It seems that the deserialiser has problems deserialising arrays of cust

SimpleDeserializer Error

2004-01-06 Thread Pani, Gourav
The following is the error I get when I post to a service.  org.xml.sax.SAXException: Error: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.   My transaction sends an array of a serializable object and the construction of the

RE: XML within string parameter to RPC Service

2004-01-06 Thread Richard Martin
Hi tom, Comments inline: >Hi all, >I am going to be using Axis to invoke an RPC style web service which takes >a single string parameter. This string parameter is going to contain an XML > message. What I am wondering is if I need to wrap this String in a CDATA > section before I invoke the web

Re: How to get to the wsdl

2004-01-06 Thread Guillaume Sauthier
Hi Maybe there is some class loading problem ... Have you check taht all classes used by your web services are availables ? could you send us the wsdd ? regards Guillaume Tore Halset wrote: > > On Jan 6, 2004, at 14:45, [EMAIL PROTECTED] wrote: > > > Looks like the wsdl file was included and

RE: XML within string parameter to RPC Service

2004-01-06 Thread Keith Hatton
Hi Tom, My understanding (which may be wrong) is that the automagic escaping of < into < means that you don't have to worry about this at all. Axis has done all the hard work. It's a bit like the way you can just stop worrying about quote marks in JDBC when you switch from Statements to Prepare

Re: How to get to the wsdl

2004-01-06 Thread Tore Halset
On Jan 6, 2004, at 14:45, [EMAIL PROTECTED] wrote: Looks like the wsdl file was included and not generated by axis, look at the wsdd file of the web service (that registers the web service) to see where it is located. The wsdd-file does not mention any wsdl-file. - Tore.

Re: How to get to the wsdl

2004-01-06 Thread rd264
Looks like the wsdl file was included and not generated by axis, look at the wsdd file of the web service (that registers the web service) to see where it is located. Quoting Tore Halset <[EMAIL PROTECTED]>: > Hello! > > I have an old web-application packed into a single war. I have recentl

XML within string parameter to RPC Service

2004-01-06 Thread tom ONeill
Hi all, I am going to be using Axis to invoke an RPC style web service which takes a single string parameter. This string parameter is going to contain an XML message. What I am wondering is if I need to wrap this String in a CDATA section before I invoke the web service? From reading the XML s

How to get to the wsdl

2004-01-06 Thread Tore Halset
Hello! I have an old web-application packed into a single war. I have recently added some web services using axis that works very well. The axis servlet are mapped to /services AxisServlet Apache-Axis Servlet org.apache.axis.transport.http.AxisServlet AxisServlet /services/* The s

SV: Error: 1 core axis library is missing

2004-01-06 Thread Jørgen Ramskov
Nevermind - of course I figure it out shortly after posting this message - thanks for the help :D Greetings Joergen Ramskov

Error: 1 core axis library is missing

2004-01-06 Thread Jørgen Ramskov
Hi, I'm trying to get Axis to work, but I get the error posted below when I run the Axis validation webapp. It's running Tomcat 4.0.6, jdk 1.3.1_02 and Esri ArcIMS 4.0 (a GIS webserver). I've tried the webapp on a plain Tomcat install on another system and it works there, but I have no idea why I