soap

How to handle SOAP response in FLEX 3

SOAP Request<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt; <S:Header/> <S:Body> <ns2:deleteDataView xmlns:ns2="http://ws.$$$$$.@@@@@.####.com/"&gt; <identifier>5</identifier> </ns2:deleteDataView> &lt;/S:Body&gt; </S:Envelope> SOAP Respons...

Amazon (AWS) - The request must contain the parameter Signature.

I'm struggling with the final part of getting my first bit of code working with the AWS - I have got this far, I attached the web reference in VS and this have this amazon.AWSECommerceService service = new amazon.AWSECommerceService(); // prepare an ItemSearch request amazon.ItemSearchRequest request = new amazon.ItemSearchRequest(); r...

Mantis Bug tracker API integration?

Hi everybody, I have just installed the Mantis bug tracker to use together with Eclipse IDE and have started too found out the advantages of it. Really great. Since Eclipse communicates with Mantis through an PHP soap API, I wonder if there's some documentation available on how I can myself make calls, from my PHP application to the AP...

How to change TXSDateTime SOAP serialization in Delphi 7?

I am trying to use Java based webservice and have soap request: <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"&gt; <SOAP-ENV:...

"attributeGroup" references ignored by Delphi WSDL Import Tool

I am completely new to web services, but not new to Delphi. I am importing a WSDL file into Delphi 2010 with the "WSDL Importer" wizard. The WSDL file contains some "attributeGroup" tags which Delphi completely ignores, which is presumably a bug, although I haven't yet found an entry on Quality Central for this issue, only mentions in ...

Need help with writing from XML to a SQL Server database (detailed)

I'm a bit of a newbie with XML and WebServices and stuff like that. I'm working on a project using GlassFish OpenESB to schedule a process to get some information from a webservice and then store in a database. The criteria is basically that i have to use GlassFish OpenESB or EJB modules where i can expose webservices or something alon...

running an axis2 client version 1.5

So I'm running out of ideas to try to actually get a client to connect to the SOAP service I'm running through axis2. I tried two methods, one was to use wsdl2java to build the stub and associated client side classes, and then write a Client class that build the requests messages and sends them through the Stub. The other way was to use...

PHP alternative for MSSOAP.SoapClient30 in ASP.NET

Hello, Can somebody help me with this - I need some tips or code to connect to wsdl service, send XML request and than print response on client side. I only have primer written in ASP.NET and need PHP alternative: function doXMLRequest(Xmltext) Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30") oSOAP.ClientProperty("ServerH...

PHP SoapClient error - Missing name for <fault> ...

I'm trying to get PHP connecting correctly to a WSDL using SoapClient, it connects (as in finds the WSDL) okay but then gives me the following error: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Missing name for <fault> of 'invokeService' The PHP code is as follows: $client = new SoapClient("wsdl.wsdl")...

Android SOAP Web Services

I'm appalled by the apparent lack of support for calling SOAP web services in Android. I've looked at ksoap2 libraries but getting them to work is like rocket science. Is there a way out? Has anyone got it working 100%? Clearly, Google is not targeting Android as a business app platform. Good for tic-tac-toe and tiny little feel good ap...

NullPointerException when trying to connect to web service using kSoap method Android

My web service should be returning an integer, but every time i run the code i get the NullPointerException error. Any ideas or help would be very appreciated Here's my code: public class CGCountTest extends Activity { TextView testTV; private static final String NAMESPACE = "http://passport-america.com/webservices/"; private sta...

consuming soap in python on appengine

i want to write an app (python) which reads the soap i get from the soap generating service on appengine. the services docs says: '...you will get the SOAP call with the XML packet...' i get this packet on an url i can set. how can i read this xml packet and parse the values i need? ...

What does suds mean by "<faultcode/> not mapped to message part" ?

I'm using suds for the first time and trying to communicate with a server hosted by an external company. When I call a method on the server I get this XML back. < ?xml version="1.0" encoding="UTF-8"?> < soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xml...

soap action error from AXIS

I m consuming java based web service with c#.net app. I m sending soap message in xml format. But Im receving this error message: ns1:Client.NoSOAPAction no SOAPAction header ...

Add Header section to SOAP request using SOAPpy

Hello! I need to construct this SOAP query using python SOAPpy module: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&gt; <soap:Header> <LicenseHeader xmlns="http://schemas....

ASP.NET SOAP call times out after 20 minutes

We have an ASP.Net web service the call to which, due to some bad design, often takes more than 20 minutes to return. We have changed every setting that we can think of, but no matter what we do, we always get a timeout after 20 minutes. It happens that this web service is a BizTalk orchestration exposed as a web service, but I do not t...

jQuery SOAP client

Has anyone used the http://plugins.jquery.com/project/jqSOAPClient plugin to call any WCF Services (obviously via SOAP)? Doesn't seem to be working as expected. var soapBody = new SOAPObject("GetSomethingById").attr("id").val(123); var soapRequest = new SOAPRequest("http://tempuri.org/ISomething/GetSomethingById", soapBody); ...

PHP Soap request format differences

We have a site built in Zend Framework and we're using the Zend Soap client. I'm having trouble with one of the soap requests: It's expecting data in this form <CustomerForm> <CustomerFormRow> <CuisineType>3</CuisineType> <CuisineRestaurant>True</CuisineRestaurant> <Nu...

How do I create a SOAP envelope in Ruby?

I am using Savon to build the client, but want to kno how to create the actual envelope. I am thinking of using Nokogiri XML Builder and just pass in the values, but not sure if that's the right way. The SOAP envelope specs can be found here: http://api.postalmethods.com/PostalWS.asmx?op=UploadFile ...

How to implement this .NET client and PHP server synchronization scenario?

I have a PHP webserver and a .NET mobile application. The .NET application needs data from a database, which is provided (for now) by the php webserver. I'm fairly new to this kind of scenario so I'm not sure what the best practices are. I ran into a couple of problems and I am not certain how to overcome them. For now, I have the follo...