2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested WSDL Solutions: 1 - 25 of 44
 
I have Axis2 webservice, using Eclipse...Trying to implement WS security.. getting the following error in WSDL. cvc-complex-type.2.4.a: Invalid content was found starting with element 'wsp:...
I'm trying to work with Amazon's Web Services.  I have successfully used VS2008 to create the Service Reference.  It auto generated the proxy Reference.cs and app.config files successfully.   ...
I am trying to develop asynchronous webservice whith returns a result in about 1-2 mnutes. but the client gives me following error. using AXIS2 org.apache.axis2.AxisFault: Read timed out      ...
I am trying to setup a soap web service, but am getting errors both from the client, and from the WSDL. The server, client, & wsdl file are all posted below. Here is the errors I get in th...
I have a simple web service I am trying to consume, but I am getting the error in the subject line. The results from:  var_dump($client->__getFunctions()); IS: array(4) { [0]=>  s...
I have a method in webservice which returns a *string*.  This *string* is actually an XML. Now, when I receive this xml string, it converts all "<" to &lt; I think this behavior is normal. But...
HI,   I would like know the difference between Style formats of the WSDL (RPC & DOCUMENT). And its use attributes (LITERAL/ENCODED) ? I've gathered some info, but not yet cleared doubt? A...
I am trying to create a web service client. I am using Netbeans 6.0.1 and created the client according to the netbeans documentation. Netbeans is using JAX-WS for that purpose. I am having ...
My first hand written WSDL. It will build a SOAP request in PHP, Oxygen XML, and XML Spy and receive an expected response from the server. However, when trying to create a webservice in Visual...
Im new to Web Services & WSDL's.... Is there some code or tools out there to get me generating PHP code that talks to the WSDL / Web Services? I found a generator online, but I'm sure it's ...
While parsing my WSDL I am getting the following error     The prefix "wsdl" for element "wsdl:definitions" is not bound Can someone please let me know the reason for the same. Tha...
I'm getting permission denied during this call. I have IIS 5.1 running on XP pro running weblogic server on the same box. URL for IIS jscript is http://machine_name/asptest/new.html ...
getting error : org.apache.axis2.AxisFault: The input stream for an incoming message is null its an asynchronouse web service. the out bound message is as below... <?xml version='1.0'...
Hi, I am trying to design some form using Microsoft InfoPath. Then, I should create PHP WebService  to receive the submitted data. I fall in a problem because i need to generate WSDL file f...
Hello, Once setting up a SoapUI Project, and double clicking on the Request, which then displays the Request Properties.  At the Request Properties one is able to enter the user name and pass...
Hi, I need a bit of help developing a client to test my web service. I have developed and deployed a service based on a vendor WSDL and it works fine, the vendor can contact it an I can pr...
I am trying to consume a web service getGeneAtlas (http://www.ebi.ac.uk/Tools/webservices/wsdl/WSDbfetch.wsdl) using the attached php client. The service is being called as published in the w...
I'm trying to follow the sample script here: http://www.oreillynet.com/pub/a/php/2007/07/26/php-web-services.html I'm using my ISP account, and I've created a folder called 'webservice' ...
Hi Experts, I have created a webservice which uses a custom generated wsdl instead of pointing to the auto generated one from .NET. I have added an httpmodule within web.config and it autom...
Hi, this is my first Web Services project.  I was able to successfully parse a WSDL file using ws import by pointing to the WSDL out on a web page.  However, the next WSDL file I need to parse...
I made a Flex3 project using «Data>Create Application from Database» and named "Registro". "Registro" is a table name from a remote SQL server 2008 database . It's ASP.NET 6 I got .NET 3.5 lik...
Hello! I have a simple question. When you build a web service with .net (with for example wcf) it is wsdl 1.1. My question is: Can .net communicate with a web service that is built upon wsd...
I have written a Web Service in CodeGear Delphi 2007. It is deployed as an ISAPI DLL on IIS. Is it posible for me to Use this WebService from an ASP.NET Web Application ? How can I achie...
Hi,      I would like to know the difference between Solicit-response & Notification as part of WSDL operation types in Web Services. Actually there are 4 operation types: One-way, Request-...
Is there any way to convart an xml document to wsdl?