another way to send binary data, such as images, is to use SOAP with Attachment - that is, compose SOAP message as Multipart/Related MIME with binary data as...
Dear all,I tested between apache soap client and .Net services.But have some problems..Net services cannot receive the input parameter well,but apache soap...
Hi all. Problem defination. 1 I have a Web-Service , which is created using the Microsoft .Net framework for accessing the data from remote machine , on which...
Hi, Is there any DIME based web service publicly available which I can use to perform some interoperability testing. I searched in XMethods.com, could not find...
Saha, Saikat
saikat.saha@...
May 2, 2003 5:19 pm
9149
Hi, Take a look at: http://www.whitemesa.net/r4/interop4.html The Group "G" tests have several DIME endpoints listed as available, and links to the WSDL docs...
Bob Cunnings
cunnings@...
May 2, 2003 7:01 pm
9150
hello, I encounter a weird problem in SOAP ... When I have the SOAP server and client, in the server side, I defined the following interface -- String...
Hi Everybody, I am trying to create a program which uploads XML files from web browser to server using SOAP and which works on IE, Netscape on both windows and...
Maybe I don't fully understand your requirements, but SOAP does not seem like the proper solution to this task. If your core requirement is that it works with...
I agree with Byrne. There are much simpler approaches to send documents over HTTP than using SOAP. There is a simple example showing how to upload a file to a...
Hi, I was wondering if anyone can tell me how to get a wasp client side app to issue authentication information when sending a SOAP request. I'm writing the...
Can you sent your test code to me as well ? I having the same problem in using the webservice Regards, Clement Luy Software Engineer iNavigate Sdn Bhd Suite...
Sorry for the spam, but I thought people on this list might be interested in a new, open source, royalty free, J2EE SOAP/XML toolkit published by Commerce One...
Hi folks , Im looking for some open source business rule engine for my java based application. Your help will be appreciated. Thanks and regards Params.. ...
Hi everyone: I'm writing a simple HTTP daemon using SOAP::Lite. I would like to handle each client request in its own thread to improve the response time. I'm...
As i understand it, you would like to build a web based soap client for uploading a file. In Delphi 7, you can do this in several ways. One approach...
Thanks Rico ... i understand it, you would like to build a web ... __________________________________________________ Yahoo! Plus For a better Internet...
Hi, I was trying to use the Document/literal style test cases for DIME described in this WSDL document <http://www.pocketsoap.com/interop/dime-doc.wsdl> in...
Saha, Saikat
saikat.saha@...
May 14, 2003 7:06 pm
9163
... Do you have a pointer to the docs for that ?, I don't remember anything in the xml schema spec that says you can't restrict simple types, and in fact the...
Hi Simon, Thanks for the response, What I meant in my email below is the restriction of simple type should be done in a simple type, in this case, it's...
Saha, Saikat
saikat.saha@...
May 14, 2003 9:35 pm
9165
... it has to be a complex type to include the attribute definition. The WSDL is based on the WSDL/DIME extensions draft that was published last year ...
Hi Simon, Could you please provide a sample message/payload for this web service because I am getting http 500 when I post to the url? Also adding an attribute...
Saha, Saikat
saikat.saha@...
May 14, 2003 11:16 pm
9167
... I put an ethereal capture file up at http://www.pocketsoap.com/weblog/mp/2003/05/mstk.cap ... but logically its a restriction, as the idea is to restrict...
... This is missing the <xsd:simpleContent> around the extension. Add that and it will be valid. As it is it's not a valid schema definition. <xsd:complexType...
Pete Hendry
peter.hendry@...
May 15, 2003 8:48 am
9169
Hi All, I am new to this group. I have a small query in using Apache Axis. My requirement will be my service will be 'Java Service' and depolyed on a tomcat. ...
ISSAC ABBAS
issac.abbas@...
May 15, 2003 12:44 pm
9170
You can develeop C++ SOAP clients in WASP for C++ [1]. There are very detailed tutorials how to develop clients (and services) in WASP for C++ [2] [1]...
Tomas Bahnik
tomas.bahnik@...
May 15, 2003 1:42 pm
9171
Hi all, I am currently doing a small "research" about the interoperability between .NET web services and Java web services. AFAIK, web services communicate...
Looking at the schema definition of "List" at http://soapinterop.java.sun.com/round3/groupe/list?WSDL you see <complexType name="List"> <all> <element...
Pete Hendry
peter.hendry@...
May 15, 2003 5:24 pm
9173
waht about WS-Security Interporability..!? Hanxue Lee <hlee20@...> wrote:Hi all, I am currently doing a small "research" about the...
Hello, I'm trying to connect a Nusoap apllication with Word using the office XP toolkit. I can send arrays and structs from my nusoap server to word, but with...