473,796 Members | 2,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

soap

Hi
in vb dot net is it possible to see the soap rapper user to send and
also the soap rapper on a response?

if so how?

thanks
Nov 21 '05 #1
4 1169
Hi,

Maybe this will help.
http://msdn.microsoft.com/library/de...OAPHeaders.asp

Ken
-------------------
"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...
Hi
in vb dot net is it possible to see the soap rapper user to send and
also the soap rapper on a response?

if so how?

thanks

Nov 21 '05 #2
Hi Ken,
thanks for your reply, I'm not looking to manually create or use
Soap headers. my app is using vb dotnet to call a web service and i would
like the option to show the headers it use to send and those on the data
received as a diagnostic tool.

thanks
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:ux******** ******@TK2MSFTN GP14.phx.gbl...
Hi,

Maybe this will help.
http://msdn.microsoft.com/library/de...OAPHeaders.asp
Ken
-------------------
"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...
Hi
in vb dot net is it possible to see the soap rapper user to send and
also the soap rapper on a response?

if so how?

thanks

Nov 21 '05 #3
Adrian ,

The solution for your problem would be to make some modifications in the
wsdl-generated proxy class, Fortunately proxy class (derived from class)
has two methods that enable to access WebRequest object used internally by
proxy class to send HTTP requests and GetWebResponse used to read response
stream from the web server.

overriding them would give you the low level data ( complete send and
received soap message ) ,, this technique is commonly used for implementing
compression on the send and received messages but can ofcourse also be used
to see the raw message .

Regards

Michel Posseth [MCP]


"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz03.dmz .ncs.ea.ibs-infra.bt.com...
Hi Ken,
thanks for your reply, I'm not looking to manually create or use
Soap headers. my app is using vb dotnet to call a web service and i would
like the option to show the headers it use to send and those on the data
received as a diagnostic tool.

thanks
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:ux******** ******@TK2MSFTN GP14.phx.gbl...
Hi,

Maybe this will help.

http://msdn.microsoft.com/library/de...OAPHeaders.asp

Ken
-------------------
"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...
Hi
in vb dot net is it possible to see the soap rapper user to send and
also the soap rapper on a response?

if so how?

thanks


Nov 21 '05 #4
this sounds very interesting is there any sites with more information and
examples as this could be beyond me currently!

thanks

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:up******** ******@TK2MSFTN GP10.phx.gbl...
Adrian ,

The solution for your problem would be to make some modifications in the
wsdl-generated proxy class, Fortunately proxy class (derived from class)
has two methods that enable to access WebRequest object used internally
by proxy class to send HTTP requests and GetWebResponse used to read
response stream from the web server.

overriding them would give you the low level data ( complete send and
received soap message ) ,, this technique is commonly used for
implementing compression on the send and received messages but can
ofcourse also be used to see the raw message .

Regards

Michel Posseth [MCP]


"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz03.dmz .ncs.ea.ibs-infra.bt.com...
Hi Ken,
thanks for your reply, I'm not looking to manually create or use
Soap headers. my app is using vb dotnet to call a web service and i would
like the option to show the headers it use to send and those on the data
received as a diagnostic tool.

thanks
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:ux******** ******@TK2MSFTN GP14.phx.gbl...
Hi,

Maybe this will help.

http://msdn.microsoft.com/library/de...OAPHeaders.asp

Ken
-------------------
"Adrian" <ad****@nospam. comk> wrote in message
news:db******** **@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...
Hi
in vb dot net is it possible to see the soap rapper user to send and
also the soap rapper on a response?

if so how?

thanks



Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4210
by: bigbinc | last post by:
I have setup a soap machine on linux and similar configuration works properly. on a windows mahcine, I get these erros on the addressbook, samples, any ideas. I am pretty sure my classpaths are setup correctly. using jboss-tomcat engine. This looks like text formatting issues.
2
4457
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when trying to fire up one method i get following error: System.Web.Services.Protocols.SoapHeaderException: Method 'tns:prodsearch' not implemented
8
6317
by: xmail123 | last post by:
Hi, As was pointed out whatever you return from a WebMethod needs to be serializable to SOAP. An ArrayList is not serializable. I will be needing to return other data types from web methods. Is there a document, or can some one list those types that are not serializable and the syntax for converting them? Thanks
31
2859
by: Bryan Dickerson | last post by:
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string? My boss and I concur that it, at least from our perspective, should be as simple as defining an object and viewing a parameter on that object. My boss has worked with it and I'm still tryin'... TIA! -- TFWBWY...A
0
4846
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import WebService/Schema. Unable to import binding 'MyRemoteObjectBinding' from namespace 'http://schemas.microsoft.com/clr/nsassem/RemoteServer/RemoteServer%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull'. Unable to import...
0
5608
by: info | last post by:
Dear all, is the first time that I use SOAP, and i must say that i'm having several problems. this is SOAP message that expects the server =================XML EXPECTED FROM THE SERVER================ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1
2274
by: gcmartijn | last post by:
H! When I use php code nusoap everything works but with python I get everytime "Your session key does not exist or has expired" I use this code below: test = SOAPpy.SOAPProxy("http://secure.easynic.com/com/iomart/ easynicWSv2.cfc?wsdl") data = test.login(_id='test',_pass='pass')
2
6772
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also definitely getting a hit when I use a browser to get to my hibye.cgi server (well, a blank page rather than a 404). However, when I run my hibye.pl client, I receive a 503 Service Unavailable at H:\scripts\hibye.pl line 25. It works when I...
0
2702
by: Philluminati | last post by:
I have a Perl SOAP Server which returns this SOAP Message when invoked: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http:// schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/ XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/ encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/...
0
2252
by: vigneshrao | last post by:
Hi, I have been working on a script that loops through multiple records and sends data (one record per call) to a WS. I am supposed to make a new call for each record before sending the data. The problem I have is the first record gets processed fine where as the second record always; reason being the EAI expects it to be a seperate call Though I am creating/reseting a new service everytime within the foreach loop the data seems to be...
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7555
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6796
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.