RE: MS SOAP Client / Apache SOAP server

2001-06-08 Thread Daniel Kruler
will call. Sanjiva. - Original Message - From: Daniel Kruler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 5:18 PM Subject: RE: MS SOAP Client / Apache SOAP server What

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 input/input? -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

RE: WSDL

2001-06-08 Thread Daniel Kruler
How do you define part 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: types schema

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: MS SOAP Client / Apache SOAP server

2001-06-07 Thread Daniel Kruler
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 10:38 PM To: [EMAIL PROTECTED] Subject: MS SOAP Client / Apache SOAP

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

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
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-8Host: manserv2SOAPAction: Content-Length: 253?xml version=1.0 encoding=UTF-8 standalone=no?SOAP-ENV:Envelope

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?

WSDL

2001-06-06 Thread Daniel Kruler
I am defining string array in WSDL using the following: types xsd:schema targetNamespace=SOAPTester xmlns=http://www.w3.org/2000/10/XMLSchema; complexType name=ArrayOfstring xsd:complexContent

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

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.

RE: WSDL

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

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
=ArrayOfPromoRegistrationStruct complexContent restriction base=SOAP-ENC:Array attribute ref=SOAP-ENC:arrayType wsdl:arrayType=tns:PromoRegistrationStruct[] / /restriction /complexContent /complexType -Original Message- From: Daniel Kruler [mailto