I am doing a registration form online that connects to a soap web service and should be able to save payment information through it.
I have this web service in Java: @WebService(serviceName = \"Catalogo_V1\") public class Catalogo_V1 { /** This is a sample web service operation */
Th following code is giving \'Microsoft.SharePoint.SoapServer.SoapServerException\' public class SP_Access
I am wondering, if it is possible to use encrypted webservices in WP7, that do not rely on HTTPS for encryption? Can WP7 support the ws-security standards for encrypted SAML based XML messages, which
I have a Java web service client running on Linux (using Axis 1.4) that invokes a series of web services operations performed against a Windows server. There are times that some transactional operatio
I\'m trying to access a SOAP 1.1 WebService from .NET project. I reference the Service, create the Proxy. When i invoke the service it gives me an error: System.ArgumentException: An item with the sam
I am new to SOAP programming and is looking for ways for my android app to be able to communicate with a python webservice written in SOAPpy. I found on the internet that communicating using socket mi
I have been given an SDK that uses a WSDL file to connect to a web service.I was given sample code in the README along with step by step instructions on how to setup the file, but even with following
I am trying to transform an xml document using simpleXML, but the server that holds the name space responds slowly so if possible I want to move the file that holds the namespace to my server.
I have a problem using JIRA SOAP client. When I use RemoteIssue.getResolution() or RemoteIssue.getStatus() I get number values. For example let say we have an issue that has resolution = fixed. When I