Problems with SOAP Messaging

2001-06-13 Thread Warwick Slade
I have written my first 'rpc' SOAP service and have successfully sent data from the client to the server and responded. However. I really want to use the messaging pattern. So I did the following 1. added type="message" to my isd:service descriptor and then deployed. 2. I changed my

can sombody help me in getting over with this problem?

2001-06-13 Thread shashikant sonawane
Hi All, I have recently installed SOAP2.2 on my machine.I have a problem running the java client.I have follwed all the instruction properly for the installation given along with the documentation.I have kept the xerces.jar in the classpath ahead of all.It gives me the error which is

RE: compatibility with weblogic 6.1 beta

2001-06-13 Thread Stefan Dube
Title: RE: compatibility with weblogic 6.1 beta Hi! I believe the problem is that SOAP 2.2 uses JAXP and WL uses their bundled xerces as JAXP parser. To override this you have to modify the config.xml like this: (or use the web console) Add following element as child of the Domain

RE: Parameter Encoding Problem

2001-06-13 Thread Saint-Martin Cecile
Hi, What is the relation between encoding style and mapping registry? With literal XML encoding style, can we pass DOM Document instead of DOM Element? SAINT-MARTIN Cecile [EMAIL PROTECTED] -Message d'origine- De : Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 13

Re: Parameter Encoding Problem

2001-06-13 Thread Sanjiva Weerawarana
No because a Document can contain stuff that soap says no to (such as PIs). So you have to pass the document element if you want to send all the content of a doc (minus any PIs). The PIs may in fact work in Apache SOAP, but if it does that's a non-compliant feature. However, I have heard that

Installation question

2001-06-13 Thread Serfontein, Jan
Hi I installed the soap api. and tested it on the sun J2EE reference implementation. All was fine until I tried the test below: java org.apache.soap.server.ServiceManagerClient rpc-router-url list with my rpc-router-url replacing the one in italics above. The error I get is :

RE: compatibility with weblogic 6.1 beta

2001-06-13 Thread Ed Keen
Title: RE: compatibility with weblogic 6.1 beta That fixed it! Thanks, Stefan! -Original Message-From: Stefan Dube [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 13, 2001 4:15 AMTo: [EMAIL PROTECTED]Subject: RE: compatibility with weblogic 6.1 beta Hi! I believe the

Carriage returns

2001-06-13 Thread Colin Saxton
Title: RE: compatibility with weblogic 6.1 beta One problem I have noticed with Apache SOAP is that it translates CRLF to just LF when receiving Strings from a Client!! Is this correct?...it does no happen with MS SOAP..it leaves them well alone... You will need to code for this if you

Apache SOAP webservice .NET client

2001-06-13 Thread Joseph George
Hi, I checked the archives of this list but most of the messages concerning .NET dealt with an apache soap client and a .NET webservice. I want to know how to make it work the otherway round. Suppose i have the following webservice in java: -- public

SOAP API questions

2001-06-13 Thread Andreas Gruenhagen
Hello to everybody, maybe these are stupid questions, but -Why does the SOAP-API use this RPC ? Why don't we take simple sockets ? Some further questions which crossed my mind while browsing the SOAP-API - Why is there a Class 'RPCRouter' ? The routing does not concern SOAP ! - Why is there no

RE: Exception! java2wsdl tool

2001-06-13 Thread Colin Saxton
It probably cannot see the class you are trying to generate the WSDL against. With most object to wsdl converters you need to put the package name in before the Class name so that it can resolve the class...so... MyClass.class would be mypackage.another.MyClass If you are also asked for a

Re: Exception! java2wsdl tool

2001-06-13 Thread Joseph George
The java2wsdl download link can be found inside James Birchfield post at the axis-dev list:- http://marc.theaimsgroup.com/?l=axis-devm=99236686802581w=2 - Original Message - From: Peter Govind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:45 PM Subject: Re:

RE: Installation question

2001-06-13 Thread Matthew J. Duftler
Hi Jan, Please use the TcpTunnelGui tool (as described in the docs) to see what is being sent back, and post the wire-dump here. Thanks, -Matt -Original Message- From: Serfontein, Jan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 8:13 AM To: '[EMAIL PROTECTED]'

RE: compatibility with weblogic 6.1 beta

2001-06-13 Thread Matthew J. Duftler
Title: RE: compatibility with weblogic 6.1 beta Hi Steve, Ed, Stefan, If you guys want to write this up in an HTML file, I'll merge it into the FAQs hosted on the web-site (and the install docs for WL). Thanks, -Matt -Original Message-From: Steve Livingston [mailto:[EMAIL

Server.Exception : Fault String = java.lang.NoSuchMethodError

2001-06-13 Thread Craig Morton
Trying stockquote and a variant there off. In both cases hit this error when 'testit' Deploying the stockquote service... Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Get this for every call to the