web services - .NET Webservice :Schema getting changed when calling from webservice 1 to webservice 2 -


i using 1 .net desktop application. using 1 webservice has own xsds , wsdl. call webservice operation need send xml based on xsds. able successfully.

however facing problem connectivity webservice hosted desktop application. decided create 1 intermediate service call actual webservice avoid connectivity issue. intermediate service hosted on server allocated don't have connectivity issues.

but problem facing when try add proxy class of intermediate service, having different schema attribute type if add proxy of actual web service. pfb details example

in reference.cs of actual service, there 1 class of schema called "searchitem" having 2 attribute of type class searchitem { standandardheader header workitem2 listofitem }

in reference.cs of intermediate service, class searchitem { standandardheader header workitem1 listofitem }

as can see workitem2 has changed workitem1 . idea why has changed this.

i sorry if question sound stupid not familiar xsds.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -