Hi, I am doing a project on converting corb idl files to wsdl. I am using Javacc as parsing tool and am through with writing parser for the IDL . I hav found...
1210
info@...
peeterjo
May 3, 2003 5:57 pm
My pleasure Ivo.
You are right, Axis generated code can be faulted on at least 3 fronts:
1. the following SOAP msg seems to be accepted regardless of whether...
1211
vivek200120
May 6, 2003 4:49 am
Hi , Where in the WSDL spec can the extensibility elements /attributes occur. ?? I am confused because the the official spec at www.23.org/TR/wsdl has an...
1212
Ivo Dimitrov
ivogd
May 6, 2003 6:56 pm
Thanks for following up Johan, I have a few comments, but in general I agree. 1) potentially, the server gets more/less data than it will pass over for...
1213
shadowfx_uk
May 8, 2003 2:47 pm
Hi there, Could anyone tell me how hard it would be to create a WSDL containing DBCS service names, etc? Does anyone know of ready made WSDLs that already...
1214
James Pasley
jepasley
May 8, 2003 3:53 pm
Srinivas, The omg have defined a standard mapping from IDL to WSDL. You can find the details in the members area on the OMG web site:...
1215
Kirby Turner
kirby_turner
May 9, 2003 7:35 pm
I am currently looking into the idea of extending WSDL to support .NET remoting bindings. The goal here is to use WSDL as the standard service description...
1216
dee_el_pea
May 9, 2003 11:12 pm
Hello, It seems every example I come across for writing a WSDL file uses HTTP for the transport. Does anyone know of some examples that use FTP instead of...
1217
James McGovern
entarchbook
May 10, 2003 10:36 am
The industry speaks positively about agile methods for software development (http://www.agilealliance.org) but hasn't yet applied those principles to the folks...
1218
ASHISH SINGHAL
erashishsinghal
May 12, 2003 8:36 am
Hiii I want to transform a WSDL document in a different format. For this purpose what elements I need to parse. I mean what is the relevant field in a WSDL...
1219
Anne Thomas Manes
annemanes
May 12, 2003 10:11 am
I'm sorry but I don't understand what you're trying to do. - Do you want to transform a WSDL document (using XSLT) into a different type of description...
1220
Ashish Singhal
erashishsinghal
May 12, 2003 11:40 am
Actually I want to parse a wsdl document using a SAX parser. I want to map wsdl document of a partner into my wsdl document or EDI format. For this purpose...
1221
Javier Alvarez Gonzalez
javalgon
May 12, 2003 2:15 pm
Hi everybody, I'm beginner in web services and I would like to know to describ ldap-search operations y a wsdl file. Is it possible? Is it standar? Thanks in...
1222
Nirmal_C@...
May 13, 2003 3:43 am
Javier, WSDL standard specifies ,how to expose your 'web services' to external world. I cant find any similairity between these LDAP and WSDL . Yes,Nothing...
1223
Kirby Turner
kirby_turner
May 13, 2003 6:46 pm
To be a bit more clear, the intension here is to support non-native remoting channels with formatters other than Binary and Xml. -KIRBY ... the ... non- ... ...
1224
Anne Thomas Manes
annemanes
May 13, 2003 8:57 pm
I'm not sure that I understand your question, but I think you are asking if you can specificy an LDAP search rather than specifying a specific URL in the WSDL...
1225
Javier Alvarez Gonzalez
javalgon
May 14, 2003 6:36 am
Thanks Anne and Nirmal for your responses. Best regards. Javi ... ===== __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster....
1226
Evgeny Beskrovny
evgenyb@...
May 14, 2003 10:11 am
Hi, I am trying to parse a following wsdl with Microsoft SOAPToolkit3.0. However it fails without any visible reason. Can someone tell me what's wrong with it?...
1227
Anne Thomas Manes
annemanes
May 14, 2003 4:01 pm
The WSDL appears to be valid. Please give us more error information. Anne...
1228
Evgeny Beskrovny
ebeskrovny
May 14, 2003 4:24 pm
I use Microsoft SOAPToolkit30 for WSDL parsing.This is a code fragment that doesn't work. IWSDLReaderPtr spreader; spreader.CreateInstance(...
1229
Eric Rajkovic
eccoonthenet
May 14, 2003 4:45 pm
Maybe an issue with the trailing - in the WSDL <xsd:complexType name="RetrieveBundleListResponseT">- <xsd:complexContent>- <xsd:extension...
1230
Anne Thomas Manes
annemanes
May 14, 2003 8:06 pm
But what's the error message? How do you know that it hasn't succeeded?...
1231
Anne Thomas Manes
annemanes
May 20, 2003 4:19 pm
Ashish, I'm sorry I haven't replied sooner. I've been traveling. I'm still not sure I understand what you're trying to accomplish. A WSDL file describes a Web...
1232
frederic_reboh
May 20, 2003 10:43 pm
Hello, I'm building a Utility web site that will reside on our embedded device. I'm currently using SOAP to remotelly configure the device throught COM object...
1233
Anne Thomas Manes
annemanes
May 20, 2003 11:10 pm
Many SOAP runtime systems support dynamic binding. You compile an abstract interface (based on the <portType>) for your client and use a dynamic proxy at...
1234
Soumitro Tagore
stagore
May 22, 2003 11:34 pm
The message will be sent using SOAP with Attachments or WS-Attachments.The 1st part will be the SOAP envelope.The 2nd part will be an XML documentThe other...
1235
Anne Thomas Manes
annemanes
May 23, 2003 12:29 pm
As far as I know, there is no recommended convention for representing attachments in WSDL when using SOAP with Attachments. See...
1236
geralddsheehan
May 30, 2003 1:39 pm
Hello, Does anyone know if this is legal or not: <service name="BaseService"> <port name="BasePort" binding="tns:BasePortBinding"> <soap:address...
In the example you have give the extensibility elements are defined in the wsdl:port. This too is valid. <element name="port" type="wsdl:portType"/> ...