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...
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...
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...
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...
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...
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...
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...
The industry speaks positively about agile methods for software development (http://www.agilealliance.org) but hasn't yet applied those principles to the folks...
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...
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...
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...
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...
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...
Nirmal_C@...
May 13, 2003 3:43 am
1223
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- ... ...
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...
Thanks Anne and Nirmal for your responses. Best regards. Javi ... ===== __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster....
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?...
Evgeny Beskrovny
evgenyb@...
May 14, 2003 10:11 am
1227
The WSDL appears to be valid. Please give us more error information. Anne...
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...
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...
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...
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...
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"/> ...