Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested SOAP Solutions: 51 - 75 of 85
 
I am new to SOAP and hope to read a quick overview before I drill down into the details. thanks, nerwbieweb
Hi expert, J have a problem with java & asp : I want to call an as webservice from java app but when j try i cath error, Server returned HTTP response code: 405 for URL:..... my web se...
I want to create a multipart/related SOAP attachment. I have 2 files: - SMIL file <?xml version="1.0"?> <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN"                       "http://ww...
Hi, I'm trying to use the PEAR package SOAP to access Vertical Response's API, but I can't even seem to be able to connect to the service. My code is: <?php require ('SOAP/Client.php')...
Hello All... I am extremely new at SOAP and web services...so let me start there.  I have created a web service in ASP.NET that queries a database and returns a recordset.  I want to have a b...
I see this code at the php soap site: $client->__soapCall("SomeFunction", array($a, $b, $c),                     array('soapaction' => 'some_action',                           'uri'      ...
Hi Experts, i am having some trouble when im trying to access webservices, i can access some services and get a soap message for example; servclass.CallWebService("http://www.zeta-sw.com/ti...
i am new to java and on of my first projects is to consume a webservice from an hp-ux 11 machine. i have the wsdl for the webservice and have tried but failed to connect to the service. i am u...
using windows 2000 and pgp software in the command prompt. the command is: pgp -e textfile.txt ebenitez.com. when i run the command i get a y/n prompt and i need to suppress it. I need t...
Experts, I am attempting to use SOAPpy to send SOAP messages.  Here is a sample of what I'm executing: from SOAPpy import SOAPProxy url = 'http://192.168.10.128:8080/ws/SessionLogin?wsdl'...
The following is the error message when I try to call the simple web service function echo():           [WebMethod(Description="This method returns what was sent.")]           public DataSet echo(DataSet rq...
Normally MQ protocol can handle files of size up to about 30K, no problem. I'm trying to send a less-than-5K file to a vendor's IBM Websphere server using MQ 5.3 (NOT 6.x).  I'm using a modifi...
Hi, I've used CPAN several times to install perl modules, but I'm having a problem with SOAP::Lite.  I installed it with CPAN, and it seemed to go fine, but my perl SOAP test program, which r...
Hi Experts I am writing a script (in PHP and Javascript) to communicate with a web service using SOAP requests. This works perfectly and has no problems. What i was wondering is, when a ...
Experts,   I have a question regarding WSDL.  I have some web services running on Tomcat with Axis 1.xI.  I have made some minor changes to one of the wsdl (added two new data elements).  Doe...
Hi! I am experiencing very strange error and I am stuck. I am trying to call some web service from Office VBA (Excel 2003). I installed Microsoft 2003 Web Services Toolkit which makes appro...
My software runs on PDAs and is used by large construction companies who all have WANs and proxies. The PDAs are connected to a site PC via a USB cable. You click a button and the device synch...
Hi, We've got some soap calls running on nusoap but need to activate php5 soap on the server for a new application. We want to get the nusoap running parrallel to php5 before migrating t...
I am using the SOAP toolkit 3.0 with classic ASP to access a web service.  The service requires authenticatiob to be sent in the HTTP headers. I cant find any documentation on the web anywhere...
I'm using CiviCRM with Drupal.  To process incoming mail, it makes use of a SOAP proxy in amavisd-new.  However, when I enable it, amavisd hangs up.  I dug through the amavisd code and traced ...
I have sample SOAP code for the IPhone that communicates with a Web Service. I am not sure what the code specifically does. I need a better understanding of what I need to change.
I am new to web services and while i think I understand the basics, I am trying to understand SOAP encoding.  I know that the encoding is how the data elements are serialized but I can't seem ...
java client .net webservice is there any way to add addressing modules to soap in axis 1.4 for .net webservice adding wsa:to wsa:from various addressing into soap generated from axis 1.4
Hi, I use mipsel-uclibc-gcc cross compiler to compile the gSOAP source code. When mipsel-uclibc-gcc compiles my source code, it shows me some errors about 'wchar_t', such as: ---------------...
I have been building a SOAP based client using SAAJ. What I need to do is create a SMIL attachment. Lets say my SMIL XML has an image element: - Do I have to add both these elements as ...