Hello, The White Mesa SOAP 1.2 endpoint now supports the tests defined at: http://www.w3.org/2000/xp/Group/2/03/soap1.2implementation.html#addtests with the...
Bob Cunnings
cunnings@...
Jan 2, 2003 6:01 am
8955
Bob, I don't think there is any reason why xmlp-7, 8, and 10 should use RPC convention instead of doc/lit, especially as the former seems to be covered by 60.1...
AFAICS, 60.1 and 60.2 (xmlp-11 and 12) don't present any problems, and do cover the "Sender" fault case. By "two WSDL documents" do you mean defining separate ...
Bob Cunnings
cunnings@...
Jan 2, 2003 7:48 pm
8958
Hi Bob, all: ... method: echoSenderFault The Node A sends echoSenderFault request to the Node C and the Node C returns a fault with a value env:Sender for Code...
hi i am running two tomcat server with different ports (7080 and 9080) on the same machine. I deployed two services one in each , but with the same URN and...
Hi, Ok, great, I've gone ahead and implemented tests xmlp-7 (echoSenderFault) and xmlp-8 (echoReceiverFault) as non-rpc operations. Have you looked at xmlp-10...
Bob Cunnings
cunnings@...
Jan 5, 2003 4:03 am
8961
HI. I'm testing MSSOAP for client and Apache SOAP for server to interop a complex type. I writed "TestClass" and "TestClassMapper" for mapper. and then "wsml",...
Bob, The idea was to have two WSDL files both defining the same port using the same binding but one would take a different parameter than the other, a string...
... a ... SOAP? ... in additional. i wrote the "TestClass" and "TestClassMapper" in ATL/COM. regist the mapper in WSML. but i got the message "E_NOINTERFACE",...
... From: programmelpub@... [mailto:programmelpub@...] Sent: sexta-feira, 1 de Novembro de 2002 18:48 To: programmelpub@... Subject: Elpub2003 - CFP ...
Please find the published WSDL for testing complex type extensions (Group 5.5, Round V) at [1]. The test specification is explained briefly at [2]. Go ahead...
Cool! Please ensure we tag the workspace as well. ... -- ============================================= There is only one me, I must live myself! There is only...
Oooops ... I meant to say this to Sankar only :( ... -- ============================================= There is only one me, I must live myself! There is only...
Hi all, So far I've received three responses to the dates of the next F2F. Based on those responses, the current order of preference is: Feb 27, 28 Feb 24, 25 ...
Yasser Shohoud
yassers@...
Jan 8, 2003 9:03 pm
8969
Hi Fred/Ted, I wanted to bring up another issue with the Round 5 WSDL up at [1]. Just like xsd:NOTATION isn't relavant (as per ...
Hi, We have tried to generate stub and skeleton for a given WSDL using Axis 1.0 and WSDL contains multiple parts for both input and output messages. We have ...
Saha, Saikat
saikat.saha@...
Jan 10, 2003 2:46 am
8974
... Do You Yahoo!? "IBM优惠价特权,谁先此鹊茫" Do You Yahoo!? "IBM脫脜禄脻录脹脤脴埪B颅脧脠脌麓脣颅脧脠碌脙拢隆"...
Axis supports this. It should have made the other parts OUT arguments for the stub function. OUT arguments are the *Holder types. -- Tom Jordahl Macromedia...
Hello, I'm using Apache Axis on Tomcat 4.1. I've made SSL setup for the Tomcat server in the following way 1) Created a server.keystore 2) Exported to...
Sam's in charge of that. No ETA on it... Thanks, dims ... regarding ... discuss implementation and interoperability issues. Please stay on-topic. ... ...
Hello, This is my first post to the group. Here is my problem: I have a .NET web service that has one function, GetDocument, which takes a int ID. I have a...
Hi : I want to post simple soap messages from client to server using java Can anyone please show where to find examples. My server is a servlet which is going...
The good news, is that Java and .NET do interop. I'm doing the same thing that you're doing and it works well. Your soap body looks ok ... Double check the...
The simplest way is to use a GET. You can set up a URL to your service, like http://ComputerName/virtualdirectory/ServiceName?Paramter=value But for a POST, I...
Thanks for the heads up, but I actually fixed the problem. It had to do with how I was costructing the request in the java proxy. If it isn't EXACTLY how the...