473,320 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Web Service Interoperability

Hi,

I have a server wsdl that is developed on BEA server. I am using .NET 2.0 to consume the webservice but my .NET client is infact a Notify webservice that has to be invoked (hope I am making sense) and then respond back to the server. I used wsdl.exe to create a server stub and after building .NET WS (client). my WSDL almost matches the server WSDL except for the "exception", i.e. Notify Request and Response is created by the webservice but not the custom error response [WSException]. I am attaching snippet of the SOAP str
Expand|Select|Wrap|Line Numbers
  1. <message name="NotifyRequest">
  2.         <part name="NotifyRequest" element="tns:NotifyRequest"/>
  3.     </message>
  4.     <message name="NotifyResponse">
  5.         <part name="NotifyResponse" element="tns:NotifyResponse"/>
  6.     </message>
  7.     <message name="WSException">
  8.         <part name="WSException" element="ex:WSException"/>
  9.     </message>
  10. ....
  11. <element name="WSException">
  12.                 <complexType>
  13.                     <sequence>
  14.                         <element name="Message" type="string"/>
  15.                         <element name="ErrorCode" type="int"/>
  16.                     </sequence>
  17.                 </complexType>
  18.             </element>
  19.  
I have even tried to create this class in my code but to no success.

Thanks,
Sam
Oct 7 '10 #1
0 919

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Mark | last post by:
I built the example application outlined in this artical: http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnservice/html/service02112003.asp There were a number of questions...
3
by: Sai Kit Tong | last post by:
Hi, I am developing a new application running on Windows platform that needs to interface with existing legacy code - written in basic C / C++. I am trying to evaluate Java vs C#...
3
by: Sai Kit Tong | last post by:
I posted for help on legacy code interface 2 days ago. Probably I didn't make it clear in my original mail. I got a couple of answers but none of them address my issues directly (See attached...
2
by: Tarren | last post by:
Hi: What would be some standard convention to follow when writing web services for return types for .NET only data types? I initially wrote my web service that returns some XML as...
6
by: Picho | last post by:
Hi all. I have a webservice and a windows app. both of them reference the same class library called WebServiceTest.Core that defines a class called Class1. the webservice exposes a method...
1
by: Modica82 | last post by:
Hi all, I have been trying to find a way to send a PDF from my web service. I have had the idea of sending back a byte array, but to be honest the efficiency issue is there and i would like to...
7
by: ThunderMusic | last post by:
Hi, I have to connect to a distant DLL (.NET DLL) and I would like to know which of the COM+ or Web service is the best... What are their pros and cons? I absolutely don't know how COM+ works, so...
2
by: shyam | last post by:
I have a C++ COM based windows service which have more than 30k lines of code and which is stablized over years. We need to take the advantage of the ..NET framework for this project, especially...
0
by: Chris.Mcrae | last post by:
Hello and happy holidays all, I have a quick question. I just playing with interoperability, so I created a java web service (using Axis), which I am able to access with a java client, but when...
0
by: huohaodian | last post by:
Hi I am preparing to use VS2005 and WSE 3.0 create a Web Service that is fully platform independent, from MSDN it seems WSE3.0's "Interoperability is not guaranteed with protocols such as TCP",...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.