Tagged Questions

1
vote
2answers
27 views

how to consume a WSDL web service in iphone?

I have a wcf web service which returns a wsdl response when I invoke the service.How can I consume a WSDL web service in iphone?
0
votes
1answer
20 views

WSDL from WCF Issue

I'm trying to use NeoLoad to generate and execute SOAP requests and upon supplying the WSDL, it doesn't seem to like the imports that they are referring to. I'm thinking I would n …
0
votes
2answers
22 views

Adding a new parameter to a WCF operation: choices?

What's the best way to handle adding a new (optional) parameter to an existing opertion without requiring the client to update their WSDL? I do not want to update the namespace to …
0
votes
1answer
39 views

Error connecting to secure web service!

I am consistently receiving the following error when trying to create a Web Reference in Visual Studio 2008 to a 3rd party web service. 'Received an unexpected EOF or 0 bytes from …
0
votes
2answers
51 views

asynchronus web services, callback problem

I have a asynchronous web service using axis2 which I call two different times using the same CallBack Hanlder as follows : stub.startGetData("Foo",callbackhandler) stub.startGet …
1
vote
2answers
54 views

Make a single WCF service support both SOAP, REST and WSDL

I'm trying to build a C# service in .NET 3.5 that supports both SOAP - and shows the WSDL - and REST. The SOAP service and WSDL generation was easy enough to do using the ServiceH …
3
votes
2answers
44 views

What is the best solution for creating a SOAP Server in PHP?

I need some advice on which library is the best choice when it comes to creating SOAP servers (and eventually SOAP clients) in PHP. I know there is built-in functions for this, bu …
0
votes
1answer
18 views

How do you support PHP exceptions in a wsdl file

I am not sure how to correctly make a fault element in a wsdl file repesenting a PHP exception. I have created a PHP web service that throws an exception for testing purposes. Wh …
0
votes
3answers
59 views

Consume Google Map API from VB .NET windows APP

Hi, 1. I have a VB .NET windows App I have two locations: StartPoint = "Minneapolis MN US" EndPoint = "Dallas TX US" I want to call Google Map API's GDirections.load(xxx) and GD …
0
votes
1answer
25 views

Axis2 POJO Service WSDL woes..

I find myself having to update a webservice that has been running faithfully under Axis 1.2 for years, and the idea being since we have to update the service to accommodate new fea …
0
votes
0answers
37 views

WSDL over SSL mode.

I have a simple web service that is going to be invoked over ssl mode (https://ipaddress%3Acompany/service/servicename?wsdl). so i created a keystore and truststore with sun jdk to …
1
vote
1answer
27 views

PHP Soap (Server)

I am trying to create a webservice using the PHP Soap extension and I am having problems with the .wsdl. Is there an easy way to generate 2.0 wsdl's? Where is a good site (or book) …
2
votes
1answer
24 views

Is WSDL sort order relevant?

I'm refactoring an existing C# .NET Web Service that is consumed by existing Delphi 2006 (non-.NET) clients. I don't want to rebuild/redeploy the clients. My goal is to keep the WS …
0
votes
3answers
34 views

as3 sandbox security violation with http://schemas.xmlsoap.org/soap/encoding/

Hi guys ! I implemented a gSoap c++ webservice-server to be accessed by Flash (as3) Everything runs smooth as long as i test the .swf locally, the .wsdl is loaded fine, and the co …
0
votes
0answers
22 views

Can I make Axis2 generate a WSDL with ‘unwrapped’ types?

I'm trying to consume a hello world AXIS2 SOAP web service using a PHP client. The Java class is written in Netbeans and the AXIS2 aar file is generated using the Netbeans AXIS2 pl …

1 2 3 4 5 25 next
15 30 50 per page