I always get the wsdl4j docs via IBMs web services toolkit. Neil ... __________________________________________________ Do You Yahoo!? Yahoo! Health - your...
Hi, Anybody knows how to specify the character-sets(Unicode, Octet etc) supported by the web-service in WSDL? This will be required for a web service to which...
Have anyone tried to describe WS-Routing header using WSDL? Or, as a more general question, does standards like WS-Routing, and WS-Security suppose to provide ...
I am specifically working for standard methodology in model transformation UML to wsdl and reverse engineering I am searching and intrested in modeling UML...
Hi, hi, I am novive in this area and working on soap appliction between IBM WebSphere as soap-server and .NET soap-client. .NET client requires to establish...
Hi, I am also having the same problem, MS-SOAP client is not able to understand ArrayOfString structure from my WSDL. Here is the structure of my wsdl file. ...
Can't help much - there is no schema in the wsdl file you listed. ... From: j_saraiya [mailto:saraiyajay@...] Sent: Thursday, May 23, 2002 8:27 AM To:...
Kirill Gavrylyuk
kirillg@...
May 23, 2002 4:12 pm
890
Worse yet, all the WSDL that would help is coming in via imports that are at localhost:8080 ;) ___________________ Scott Seely ...
hi, I apolgoise for not supplying schema file before. I am novive at SOAP- wsdl technology. May I ask, why is it worse to have WSDL specifying the files thru...
It's not a bad thing, we just couldn't help you because the references all point to the loopback address. If I point to localhost:8080, (which is 127.0.0.1,...
Which version of the MS SOAP Toolkit do you use? I can't see anything in the wsdl that would preclude SOAP Toolkit V3 Beta from understanding it. SOAP Toolkit...
Kirill Gavrylyuk
kirillg@...
May 23, 2002 7:58 pm
894
hi, We are using MS-Soap ToolKit 2.0 I mainly work on soap-server side which is written in java and uses IBM_Websphere. My Java development environment...
Versions of IBM Web Sphere that use versions of the IBM Web Services Toolkit that include Apache 2.2 had issues generating valid WSDL. The versions of the IBM...
Hi, 'any' datatype in CORBA uses Typecode info to find out the value actually present in the variable of datatype 'any'. In WSDL, if 'anyType' is used, how...
Put anyType in the WSDl/schema and use xsi:type [1] elements in the message. == Mike == This posting is provided "AS IS" with no warranties, and confers no ...
Hello, Can anybody give me the equivalent of C's switch statement in WSDL? For eg: switch variable { case 's': short s; case 'l': long l; default 'd': string...
This is a curious mix of runtime and compile time statements. How do you execute a short declaration? That really doesn't make much sense. You can't do that...
Dave Angulo
dangulo@...
May 27, 2002 2:57 pm
900
Thanks for your response. I made some mistakes in the example I gave in C. Apologies. Actually, I'm working on a translator. My requirement is to get the ...
Lakshmi, In practice, these namespaces will almost always appear in WSDL documents. I assume you mean "Is the use of the 'xsd' as the namespace prefix for the...
I am having some trouble with the WSDL spec that I thought someone could help me with. There are no examples in the spec that show specific examples of SOAP...
Hello, I need some clarification on part's element attribute. I want to get all the attribute name and value for extensible element associated in the part...
Hi, I have a wsdl file which imports some xsds from with in. But while parsing the wsdl using WSDLReader, I get this exception that the xsd has content after...
Hello folks, I was wondering how others are handling changes in URL specified in the "service" element of the WSDL. I have to move this WSDL from test to QA...