No announcements
Found 2632002 threads
-
0 Votes
How to update the SOAP Envelope
Hi Gopal, In order to update the SOAP Envelope while sending the request, we can create a custom IClientMessageInspector implementation.Answered | 1 Replies | 922 Views | Created by Gopal selva - Friday, March 25, 2016 6:56 PM | Last reply by Amy Peng - Monday, March 28, 2016 10:07 AM -
1 Votes
Soap Envelope
But how can i generate a full instance (Soap Header and Soap Body) in a single XML format.Answered | 5 Replies | 6314 Views | Created by kvarun89 - Tuesday, April 13, 2010 6:01 AM | Last reply by Steef-Jan Wiggers - Friday, April 16, 2010 3:04 PM -
3 Votes
Printing whole SOAP envelope - how?
Hi Pawel, As Carlos suggested, you can create a custom messageInspector to intercept the underlying soap message of WCF service operation's request/response.Answered | 2 Replies | 8618 Views | Created by Pawel Roman - Wednesday, January 13, 2010 5:11 PM | Last reply by Steven Cheng - MSFT - Friday, January 15, 2010 6:24 AM -
0 Votes
Namespace prefix in the SOAP envelope
Hi CC1989, For removing namespance prefix in the SOAP, you could try to create a custom MessageFormatter, and use below code in ...Answered | 1 Replies | 2101 Views | Created by CC1989 - Wednesday, August 24, 2016 3:12 PM | Last reply by Edward8520 - Thursday, August 25, 2016 9:06 AM -
1 Votes
Receive complete SOAP Envelope as message
Hi Ajeet Yes, as Abhishek already mentioned the SOAP envelope is always discarded because of the XML dissassembler thats why it has no effect on my side if I ...Answered | 5 Replies | 2001 Views | Created by Jerome85 - Tuesday, June 24, 2014 9:03 AM | Last reply by Jerome85 - Wednesday, June 25, 2014 5:18 AM -
1 Votes
Soap Envelop using WCF (Rest)
1, Soap Message like ...Answered | 5 Replies | 1308 Views | Created by Elavarasan Dhayalan - Thursday, April 3, 2014 9:26 AM | Last reply by Elavarasan Dhayalan - Friday, April 4, 2014 11:46 AM -
5 Votes
BizTalk WCF Service - SOAP envelope
I am not sure how they are consuming my service...But also they have confirmed, they are not sending the soap header...but I am thinking is there any way i can append the ...Answered | 9 Replies | 1738 Views | Created by - Anand - - Tuesday, June 7, 2016 11:55 AM | Last reply by Steef-Jan Wiggers - Saturday, June 18, 2016 3:31 PM -
1 Votes
SOAP XML parsing and inserting to temp table
try: Node3 is missing in your XML DECLARE @X XML ='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...Answered | 2 Replies | 5337 Views | Created by Venkats - Tuesday, February 19, 2013 5:33 AM | Last reply by Venkats - Tuesday, February 19, 2013 6:51 AM -
3 Votes
WCF Service does not generate a SOAP Fault response message that is compliant with Schema for the SOAP/1.1 envelope
He tells us to jump, we ask how high.Answered | 7 Replies | 8421 Views | Created by M. Golden - Friday, October 2, 2009 4:05 PM | Last reply by Nomada_2000 - Friday, August 15, 2014 1:38 AM -
2 Votes
Removing Soap-envelop from the WCF-WShttp request going out to client
It's because the first class WCF-* Adapters have the SOAP etc binding elements baked in.Answered | 3 Replies | 669 Views | Created by ShadabAnwer - Wednesday, July 22, 2015 12:38 AM | Last reply by Johns-305 - Wednesday, July 22, 2015 12:27 PM -
0 Votes
Modifying the namespace prefix in the soap envelope when sending a request
Hi Kirk, I found you have posted a new threadAnswered | 3 Replies | 703 Views | Created by Kirk De Villiers - Monday, September 5, 2016 6:29 PM | Last reply by Edward8520 - Tuesday, September 6, 2016 5:15 AM -
4 Votes
Version 9 SOAP errors while parsing schema
Hi Ravi, I'm using the PHP SOAP to send request.Answered | 11 Replies | 3834 Views | Created by rgutierrez1 - Friday, August 16, 2013 4:51 AM | Last reply by rgutierrez1 - Friday, October 11, 2013 4:59 AM -
3 Votes
Possibly incorrect SOAP parse
The namespace in the soap above is http://webadress.nl/ But according the the WSDL it should ...Answered | 8 Replies | 3533 Views | Created by Jos van Egmond - Friday, January 30, 2009 1:50 PM | Last reply by Yaron Naveh - Thursday, February 5, 2009 9:52 AM -
0 Votes
SOAP-ERROR: Parsing WSDL
When I moved my application to my live server (CentOS running php 5.2.11) it get the following error: SOAP-ERROR: Parsing WSDL: Couldn't load from ...Answered | 2 Replies | 22757 Views | Created by msteudel - Wednesday, March 10, 2010 11:22 PM | Last reply by Ricky_Brundritt - Thursday, March 11, 2010 12:39 AM -
1 Votes
error BEC3001: The global element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' has already been declared.
You should only use the payload of the Soap envelop body tag to generate the schema, i.e. from <ShippingSchedule> .... to ....Answered | 1 Replies | 1590 Views | Created by tauwan - Monday, June 15, 2015 3:08 PM | Last reply by Rene Bik - Monday, June 15, 2015 6:04 PM -
0 Votes
SSRS: XML Data Source (WebService): Can not read body of the soap envelope
In your scenario, it seems that you enter the detail XML code on the body of the soap envelope.Answered | 2 Replies | 3155 Views | Created by Thomas Pagel - Monday, November 4, 2013 5:27 PM | Last reply by Thomas Pagel - Wednesday, November 13, 2013 12:47 PM -
0 Votes
Parsing XML in TSQL
DECLARE @Soap XML = N' <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body ...Answered | 1 Replies | 1209 Views | Created by Akhil393 - Wednesday, August 10, 2016 2:56 AM | Last reply by Stefan Hoffmann - Wednesday, August 10, 2016 7:45 AM -
0 Votes
How to call SOAP WebService Request in C#.Net ?
ServiceReference1.GetRouteDetailsRequest request = new ServiceReference1.GetRouteDetailsRequest(); request.Authentication = new ...Answered | 6 Replies | 10393 Views | Created by Krrisshna - Sunday, March 25, 2012 7:01 AM | Last reply by Krrisshna - Sunday, March 25, 2012 3:02 PM -
0 Votes
How to print or capture SOAP envelope to troubleshoot Bing service call via Java proxy classes
Here was the post that explained this process specific to configuring the JVM in ...Answered | 2 Replies | 2068 Views | Created by iAmCheralyn - Wednesday, April 9, 2014 11:02 PM | Last reply by iAmCheralyn - Thursday, April 10, 2014 7:45 PM -
0 Votes
how to parse Soap Envelope in c#
User-171003712 posted thanks as you said i have done and got two files service.cs,output.config now tell me how i call ...Answered | 10 Replies | 384 Views | Created by Anonymous - Tuesday, May 21, 2013 5:51 AM | Last reply by Anonymous - Tuesday, May 28, 2013 3:04 PM - Items 1 to 20 of 2632002 Next ›
No announcements