XSD data types

2001-06-08 Thread Daniel Kruler
What should be XSD data type defenitions for Java types int,long, float, and double? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: WSDL

2001-06-08 Thread Daniel Kruler
How do you define with ArrayOfstring parameter type? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 2:52 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL Here is what worked for me: http://www.w3.org/1999/XMLSchema"; targetNamespa

RE: VB/Apache problem-- void Java method always cause VB Client t o fa il.

2001-06-08 Thread Daniel Kruler
What about passing no parameters to a method? Should I do the same thing but include that message into ? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 11:19 AM To: '[EMAIL PROTECTED]' Subject: RE: VB/Apache problem-- void Java method alwa

RE: MS SOAP Client / Apache SOAP server

2001-06-08 Thread Daniel Kruler
vice itself will call. Sanjiva. - Original Message ----- From: "Daniel Kruler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 5:18 PM Subjec

RE: MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
What would cause the BODY of a SOAP envelope be empty? I have tried to load another WSDL and it was working fine. The only difference that I can see is, the one that works has input message and return message. The one that doesn't has only return message. Any ideas?

RE: MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
I have used TcpTunnel and here is what MS SOAP sends to Apache SOAP: POST /soap/servlet/rpcrouter HTTP/1.1Content-Type: text/xml; charset="UTF-8"Host: manserv2SOAPAction: ""Content-Length: 253http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/

MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
Does anybody have a good experience in working with VB SOAP client and Apache SOAP server?

RE: MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
VB code runs fine until it calls the method. How do I use TcpTunnel? My webserver is manserv2, port is 80. On what machine should I run TcpTunnel (client or server)? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 11:43 AM To

RE: MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
s sent and reaches the correct end point, then you will either get a response (which MS may still not be able to parse) or a SOAP fault from the rpcrouter servlet. Rick Hansen -Original Message- From: Daniel Kruler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 1

MS SOAP Client / Apache SOAP server

2001-06-06 Thread Daniel Kruler
Do I need to do something special when calling methods like: int getIntegerValue() in Apache SOAP server from MS SOAP client? What about getStringValue()? MS SOAP client reads WSDL correctly, but when it invokes the method, RPCRouter doesn't instantiate the SOAP server object. M

Apache SOAP server/MS SOAP client

2001-06-06 Thread Daniel Kruler
When I try to call Apache SOAP server from MS SOAP client (using VB) I get the following error: Application or Object error When I look at webserver console, I see that rpcrouter servlet is called, but my SOAP server never gets instantiated. My SOAP server is deployed correctly and I can call it's

RE: WSDL

2001-06-06 Thread Daniel Kruler
I am trying to connect MS SOPA proxy with Apache SOAP server, but WSDLReader can't process my WSDL. Can you take a look at my WSDL and tell me what is wrong with it? -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 2:52 PM To: '[EMAIL PROT

WSDL

2001-06-06 Thread Daniel Kruler
I am defining string array in WSDL using the following: http://www.w3.org/2000/10/XMLSchema";>

RE: SV: SOAP between Java and C++

2001-06-06 Thread Daniel Kruler
Is there a way for me to generate C++ SOAP client if I have WSDL file? If yes, how can I do that? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

WSDL

2001-06-06 Thread Daniel Kruler
I am trying to generate WSDL, does the following WSDL look valid: http://schemas.xmlsoap.org/wsdl/"; xmlns:tns="urn:SOAPTester" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd="http://www.w3.org/2000/10/XMLSchema";>

RE: WSDL

2001-06-05 Thread Daniel Kruler
at the servlet level, before the SOAP envelope is parsed. See section 6.1.1 of the SOAP spec for details. I think the value is currently ignored by the Apache server code (true?). -Original Message- From: Daniel Kruler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 4:15 PM To

RE: WSDL

2001-06-05 Thread Daniel Kruler
What is the purpose of ? What should be specified in the quotes? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: WSDL

2001-06-05 Thread Daniel Kruler
; -Original Message- > From: Daniel Kruler [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 12:17 PM > To: [EMAIL PROTECTED] > Subject: RE: WSDL > > > How do I specify arrays, vectors and hashtables in WSDL ? > > -Original Message- > From: Ni

RE: WSDL

2001-06-05 Thread Daniel Kruler
Is WSDL generated with GLUE, compatible with Apache SOAP? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: WSDL

2001-06-05 Thread Daniel Kruler
latter into the former. (I think tool support for import is quite weak though). Nirmal. "Daniel Kruler" To: <[EMAIL PROTECTED]> Subject: RE: WSDL

RE: WSDL

2001-06-05 Thread Daniel Kruler
nt reading the WSDL will use to connect to the service. What you have looks right to me. Rick Hansen > -Original Message- > From: Daniel Kruler [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 11:52 AM > To: [EMAIL PROTECTED] > Subject: RE: WSDL > > > Wh

RE: WSDL

2001-06-05 Thread Daniel Kruler
What location should be specified in http://localhost:4040/soap/servlet/rpcrouter"/> in the ? Is the URL of the SOAP server hardcoded in WSDL? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

RE: WSDL

2001-06-04 Thread Daniel Kruler
is what goes in the ID of the deployment descriptor. Apache SOAP > currently only routes on the qualified name of the method element > for SOAP RPC. > > Sanjiva. > > - Original Message - > From: "Daniel Kruler" <[EMAIL PROTECTED]> > To: <[EMAIL PROTEC

RE: WSDL

2001-06-04 Thread Daniel Kruler
WSDL file to see how WSDL maps to the deployment descriptor and to the skeleton. The other direction obviously has nothing to do with a deployment descriptor etc. as its going from a vanilla Java class to a WSDL file. Sanjiva. - Original Message - From: "Daniel Kruler" <[EM

RE: WSDL

2001-06-04 Thread Daniel Kruler
PROTECTED] Subject: Re: WSDL No- methodNamespaceURI attribute of the soap:body binding element is what goes in the ID of the deployment descriptor. Apache SOAP currently only routes on the qualified name of the method element for SOAP RPC. Sanjiva. - Original Message - From: "Daniel K

WSDL

2001-06-04 Thread Daniel Kruler
In WSDL does targetNamespace and name correspond to ID in deployment descriptor? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
2.0 - whether in C++, FoxPro, VB or whatever ... > > HTH, > Christian > > Daniel Kruler wrote: > > > > What about C++? > > > > -Original Message- > > From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] > > Sent: Monday, June 04, 2001 1

RE: WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
What about C++? -Original Message- From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 1:50 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL and MS SOAP If you use mssoap.soapclient in VB, you have to use WSDL. -Chengmin -Original Message----- Fr

WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
Do I need WSDL to run MS SOAP client to Apache SOAP server? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

WSDL

2001-06-01 Thread Daniel Kruler
Using Apache SOAP I don't use WSDL, just Deployment Descriptor. As I understand, I do need to have WSDL in order to use MS SOAP client for my Apache SOAP Server. My server has arrays, vectors, and hashtables as parameters and return types. How do I specify those in WSDL so MS SOAP will understan