"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 PROTECT
useful to either look at
that source or run the
client and capture the data sent over the weire. If
not, is source provided
for
the SOAP server?
Out of curiosity, does the SOAP server run on the J2EE
app server or the WO
Java
app server?
Scott Nichol
- Original Message -
From: &qu
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