Re: Webobjects and SOAP

2002-06-14 Thread Lui
Scott, Thank you for all your help. I made the change in the WO SOAP Server and now my parsing works! Sharon From: Scott Nichol <[EMAIL PROTECTED]> Date: Fri Jun 14, 2002 10:36:24 AM US/Pacific To: [EMAIL PROTECTED] Subject: Re: Webobjects and SOAP Reply-To:

Re: Webobjects and SOAP

2002-06-14 Thread Scott Nichol
;xsd:int"; } The line "xmlns:SingleEndpoint" = "http://vendor.demo/endpoint";; should be "xmlns:r" = "http://vendor.demo/endpoint";; Scott Nichol - Original Message - From: "Lui" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: Webobjects and SOAP

2002-06-14 Thread Lui
uilderImpl.java:201) at POClient.sendSoapRequest(POClient.java:131) at POClient.main(POClient.java:165) Sharon - From: Scott Nichol <[EMAIL PROTECTED]> Date: Thu Jun 13, 2002 07:57:46 PM US/Pacific To: [EMAIL PROTECTED] Subject: Re: Webobjects and SOAP Reply-To

Re: Webobjects and SOAP

2002-06-13 Thread Scott Nichol
2EE application server that is part of WO 5.x. Scott Nichol - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 10:01 PM Subject: Re: Webobjects and SOAP > Sharon, > > I see

Re: Webobjects and SOAP

2002-06-13 Thread Scott Nichol
l" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 9:51 PM Subject: Re: Webobjects and SOAP > Sharon, > > Did you get any response to this? I have experience with WO 4, but not 5.x and > the sample SOAP server. Does Apple provide any sample

Re: Webobjects and SOAP

2002-06-13 Thread Scott Nichol
PM Subject: Webobjects and SOAP > Greetings, > > I am new to SOAP. I am trying to write an apache SOAP > client sending SOAPRequests to the sample SOAP server > that comes with WebObjects 5.1. I just keep giving the > 411 SOAPFault Response. I need some help. If you are > fam

Webobjects and SOAP

2002-06-12 Thread Lui
Greetings, I am new to SOAP. I am trying to write an apache SOAP client sending SOAPRequests to the sample SOAP server that comes with WebObjects 5.1. I just keep giving the 411 SOAPFault Response. I need some help. If you are familiar with WebObjects and willing to take a look at what I have s