wsdl

how to have an "array of struct" in wsdl and PHP without using NuSoap?

Hi, I want to have an array of struct (an array of books with their specifications like publication, ISBN number, ...). in wsdl and php. I have searched a little and I have found files that uses Nusoap, However, I dont want to use NuSoap. Is there any solution? I would appreciate if you help me in writing the related wsdl, client and se...

WCF Custom WSDL XmlSerializerOperationBehavior

Hi, I have code that builds a custom WCF wsdl on the fly. In one particular scenario, the WSDL exported should use the XmlSerializerOperationBehavior as the IWsdlExportExtension as opposed to the default DataContractSerializerOperationBehavior IWsdlExportExtension. However, every time I try this from the WSDL generation code, I get a ...

have an array of struct in wsdl + php without using NSoap

Hi, I want to have an array of struct (an array of books with their specifications like publication, ISBN number, ...). in wsdl and php. I have searched a little and I have found files that uses Nusoap, However, I dont want to use NuSoap. Is there any solution? I would appreciate if you help me in writing the related wsdl, client and se...

is there a tool to attach ws policies to wsdl?

is there a tool to attach ws policies to wsdl? ...

wsdl xml parsing , maxlength problem after encoding of text

We are working together with another firm. our application communicates with the other application through WCF on our side and a custom implemented java wsdl handler on the other side. They specify the wsdl format and one of the rules is that a specific string cannot contain more then 15 characters. (normally it's 60, but i take 15 for e...

WseWsdl3.exe fails generating proxy classes. WSDL comes from java-based governmental system.

Hello public, Got a problem. While generating proxy classes getting warnings: Schema Validation Errors: Error compiling schema . WSDL descriptor is public: http://eptstest-integra.sodra.lt/ora...tiAsmenis?wsdl Have tried with Altova XML spy and SoapUI 3.5. Descriptors load well except WseWsdl3.exe tool. Using such proxy clas...

mono wsdl tool fails to parse salesforce enterprise.wsdl

Anyone know why this wsdl is not liked by the mono wsdl tool? Microsoft parses it. XMethods online wsdl validator parses it. Mono just doesn't seem to like it and I do not know enough to understand why. # the error mmcaughan@mmcaughan-dsktop:~/Projects/sftest$ wsdl enterprise.wsdl Web Services Description Language Utility Mono Framework...

Class Generator for web services against Java/Android

Is there any class generators to process web services in Android/Java? I may have to write my own to generate classes against WSDL but I'm trying not to. Also is there one for REST services as well? If not providing me with discovery service suggestions like disco/wsdl are good enough. ...

PHP5 and SOAP/WSDL?

I have a big problem right now, i need to create my own webservices but i really don't know how, can sombody help me? maybe link to easy way to make WSDL/SOAP code? i have try NuSoap but i can't get final whit this code, please help me. :) ...

Java web services client

I want to build a web services client that takes wsdl link as the input and generates java classes. I know we can do this directly using Netbeans IDE where we provide the wsdl location during project setup. But I want the wsdl location to be provided when the client starts running. How do I do this? ...

Integrating FedEx Web Services into .Net, stuck at step 1

I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application. The WSDL was in a zip file, not a URL so I can't just "Add Web Reference." I've run the wsdl tool from the .Net command prompt, and it made a nice class for me...yet dropping that into my web_ref...

validating wsdl/schema using cxf

I am having a hard time getting cxf to validate an xml request that my service creates for a 3rd party. My project uses maven. Here is my project structure Main Module : + Sub-Module1 = Application + sub-Module2 = Interfaces In Interfaces, inside src/main/resources I have my wsdl and xsd. so, src/main/resources + myw...

How to convert WSDL file to class file

I have a WSDL file. I want to convert wsdl file to web service class file. Is it possible? If yes please explain it to me in detail. ...

xsd and wsdl incorrect file

How to fix corrupted xsd and wsdl files, is there any IDE which can suggest what is wrong? such as eclipse for java code when pressing CTRL + 1 , or where can I find books tutorials to understand formatting of these file types better? thank you Here is concrete message error I have [ERROR] 'item' is already defined line 223 of file:/...

wsimport how to create web service client from WSDL for http:binding GET/POST

I have wsdl and I create classes with wsimport tool. Everything is going ok for SOAP messages but for http:binding GET/POST I get error. Part of the WSDL follows: <wsdl:binding name="DictServiceHttpPost" type="tns:DictServiceHttpPost"> <http:binding verb="POST" /> ... ... ... <wsdl:port name="DictServiceHttpGet" binding="tns:DictS...

Stuck on an ASP.NET/WCF WSDL Parsing Error

I have a WCF Web Service that my ASP.NET app uses. It has been working fine for quite some time. I just added in a Dev Express Grid (and the Dev Express DLLs) and a new page that uses them and now I am getting parsing errors on the WSDL. But the weird part is that it works fine on my machine but fails on the web server machine. (Bo...

Is there a way to alias field names in salesforce outbound messages?

I have a number of outbound messages for different fields in salesforce, the fields are nearly all identical except for the name. Right now I have different web services handling the call for each field; to ease processing on the message receiver I would like to have one service handling all the different fields. Each receiving web ser...

Problem building proxy class for SOAP web service

I'm trying to build the proxy class for a web service using the wsdl Executing this cmd wsdl [http://WSDL_URL] I'm getting Warning: This web reference does not conform to WS-I Basic Profile v1.1. R2706: A wsdl:binding in a DESCRIPTION MUST use the value of "literal" for the use attribute in all soapbind:body, soapbind:fault, soapbind...

C++ Library for implementing a web services api over legacy code?

Does anyone know of any really good C++ Libraries for implementing a web services api over top of existing legacy code? I've got two portions that are in need of it: An old-school client/server api (No, not web based, that's the problem) An old cgi application that it integrates with the client and server. Let me know if you've ha...

Getting WSDL with local certificate authority

I need to connect my SOAP to service that requires to use local CA, but i don't seem to be able to find the WSDL, witch also needs the local CA. Can't PHP5's SOAP use local CA for WSDL calls? I'm using Zend Framework. Here is the code that I'm using. $soapClient = new Zend_Soap_Client("https://webservice/wsdl", array( 'local...