Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a application using adobe Designer 7.0. i Want to submit form data to a Web Service(.Net) in XDP format. Whenever i submit the data, this notify a error for SOAP: Versin Mismatch.
Please Help !!!
Posted

1 solution

There are 2 soap version commonly used. That are 1.1 and 1.2. Both version has some difference. You just make sure your webservice proxy client and actual webservice using same soap version either 1.1 or 1.2
 
Share this answer
 
Comments
SatnamShriWaheguru 23-Feb-13 6:41am    
But How to Check..
S. M. Ahasan Habib 23-Feb-13 10:17am    
If you not sure which version webservice used then go trial and error basis. First go with 1.1 version from your client config file, if not working then go 1.2 version.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900