Re: problems with String[], apache-soap.server-ms-soap-client: type conversion-error

2001-07-11 Thread Oliver Rettig
Hallo all, I havnt solve the problem. Perhaps I need another Deployment-descriptor for invoking with ms-soap-high-level-client. Please have a look on it. Thanks Oliver Ive written a soap-server with apache-soap and a want to invoke it via a ms-high-level-soap-client. Invocation of methods String

RE: Tools to generate WSDL from Java interfaces/classes

2001-07-11 Thread Adam.Leggett
Does'nt Axis contain a Java2WSDL generator. Also look at Glue from mindelectric.com. Adam -Original Message-From: Frank Feldmann [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 11, 2001 12:18 AMTo: [EMAIL PROTECTED]Subject: RE: Tools to generate WSDL from Java

RE: Tools to generate WSDL from Java interfaces/classes

2001-07-11 Thread graham glass
actually, it's www.themindelectric.com ;-) also, beta 3.1 of GLUE, due out at the end of this week, contains a new technology for doing dynamic java-xml mapping which will be positioned as a free and much simpler alternative to JAXB. cheers, graham -Original Message-From:

Segmentation fault every time I run the client-side test

2001-07-11 Thread Gordon Syme
Title: Message Hi all Every time I run the client-side test (java org.apache.soap.server.ServiceManagerClient rpc-router-url list) I get a segmentation fault (I am replacing rpc-router-url with the right address). Another problem I have is when I put xerces.jar at the very beginning of

no subject

2001-07-11 Thread Blair Tingey
I have been trying to use Apache SOAP classes as a client to a MS .NET service without much luck. There are some .NET services listed on the XMethods site ( http://www.xmethods.com), they are: Prasad's Stock Quote Service, Breaking News Service, and ZipCodes. I have included the code that I

Apache SOAP Client to MS .NET

2001-07-11 Thread Blair Tingey
I have been trying to use Apache SOAP classes as a client to a MS .NET service without much luck. There are some .NET services listed on the XMethods site ( http://www.xmethods.com), they are: Prasad's Stock Quote Service, Breaking News Service, and ZipCodes. I have included the code that I

RE: String[]

2001-07-11 Thread Hansen, Richard
Here is how I declare String[] in WSDL. It seems to work. complexType name=ArrayOfString complexContent restriction base=SOAP-ENC:Array attribute name=SOAP-ENC:arrayType wsdl:arrayType=string[]/ /restriction /complexContent /complexType

RE: Apache SOAP Client to MS .NET

2001-07-11 Thread Brian Noyes
Blair, Haven't tried it with .NET yet, but imagine it is the same issue as calling an MSSOAP service from an Apache Client. You need a return type mapping to deserialize the result. Below is the client code for a simple MSSOAP service call. You can probably try the same thing with .NET and get

attachments and vcf files

2001-07-11 Thread Sobotincic, Steve
Is it possible for those who subscribe to this group to zip there attachments and/or remove vcf files. Our corporate virus alert is freaking on me since many viruses are passed this way.

Help: SOAP Orion !!

2001-07-11 Thread Elhadi barkat
I'm trying to get Apache SOAP running with Orion. SOAP version is 2.1 Orion 1.5.2 I've installed SOAP succesfully following a document found on this list. I've packed my services into a jar file and put it in $ORION-HOME/lib, my services are java clients that use Session Beans The

Browser client, JavaScript, Webservice behavior

2001-07-11 Thread Richard Bourland
I am currently trying to get a soap browser client to work. I have searched the archives and found a couple of links using a JavaScript client and the Webservices Behavior client from MS. Currently I cannot get either to work. I am using Soap2.2 and Tomcat3.2.2. I have been focusing on the

repost: Re-entrancy problems using java server and vb client

2001-07-11 Thread greyson . smith
Apologies for the repost, but I am having a difficult time figuring this one out, and I hope that someone can offer a bit of advice. Perhaps the previous questions were too detailed... If possible, is there anyone out there who has a java server that is being accessed by a VB client using the

Anyone implemented vb client with java server

2001-07-11 Thread Janesh Vasudeva
Hi i am attaching new file in which i have passed parameters to server. It's connecting to url , but is not able to call method of Soap Server, and output is same Result : I have checked that it is able to call server as url , servlet is invoked over there , but method is not called

Anyone implemented c# soap client with java server

2001-07-11 Thread Janesh Vasudeva
Thanks for this help , it's getting compiled nowBut problem remains the same , where do i specify , object and method namesince error i get . Pls helpC:\janesh\practice\soapebxml\csharpproxy4Hello World using C#!in constructorbegin soapReadSystem.ArgumentException: engine.concat() is not a

Fw: Anyone implemented c# soap client with java server

2001-07-11 Thread Janesh Vasudeva
Thanks for this help , it's getting compiled nowBut problem remains the same , where do i specify , object and method namesince error i get . Pls helpC:\janesh\practice\soapebxml\csharpproxy4Hello World using C#!in constructorbegin soapReadSystem.ArgumentException: engine.concat() is not

MIDP and Soap

2001-07-11 Thread fanyun
Hi Al: I wonder is there any open source project working on build java soap client on MIDP(palm...). Regards fanyun

Re: Anyone implemented vb client with java server

2001-07-11 Thread Brajendra . Singh
I am giving u sample VB client code and web-service code which is working properly. You can convert VB code in ASP syntax. Hope this will help you. Web-Service has one parameter only. I am using tomcat 3.2, apache 1.3.20, soap 2.1 or higher and MS-Soap 2.0 beta 2 release. Client Code Dim

Re: Anyone implemented vb client with java server

2001-07-11 Thread Janesh Vasudeva
Everything is same as ur's . see it. It is able to make a connection and call rpcrouter but it is not able to call the method % Option Explicit % HTML HEAD TITLESOAP Client/TITLE /HEAD % Dim Serializer Dim Reader Dim Connector Dim Answer Set Connector =

Re: Anyone implemented vb client with java server

2001-07-11 Thread Brajendra . Singh
What error is comming? Brajendra Singh Software Engineer Max Ateev Limited A 26/2, Mohan Cooperative Indstl. Area New Delhi - 110044 Tel: +91 11 6950410 Ext. 172 Fax: +91 11 6950400 www.maxateev.com

Re: Anyone implemented vb client with java server

2001-07-11 Thread Brajendra . Singh
I think there is some problem in MS-SOAP and Apache SOAP interoperability. And problem comes with serialization when you pass more than one parameter and perhapes with parameter of type other than string. You pass both the parameters(a,b) in one string (say one parameter - like a-b). it

Re: Anyone implemented vb client with java server

2001-07-11 Thread Janesh Vasudeva
This won't help in any way , as it will take a-b as parameter not as individual parameters, and second problem is of identifying xsi and xsd shems that is uder for encoding? how do we provide that thru soap toolkit . This is simple strings as parameters , problems are there when u are going to