No announcements
Found 2818409 threads
-
0 Votes
Call Java service in Jax-WS binding from C#.net
I need to call https://www.sunat.gob.pe/ol-ti-itcpgem-beta/billService?wsdl service created in JAX-WS binding from ...Answered | 8 Replies | 3320 Views | Created by Ram Swami - Monday, April 6, 2015 10:35 AM | Last reply by privadojoel - Thursday, January 14, 2016 7:44 PM -
0 Votes
EWS JAVA proxy using JAX-WS
Hi, I am not totatlly new using the Exchange Web service. I've already made an application in JAVA that works fine by generated a JAVA ...Unanswered | 7 Replies | 14853 Views | Created by Hervé TOULAN - Monday, April 14, 2008 4:11 PM | Last reply by malomin - Thursday, January 22, 2009 9:21 AM -
0 Votes
JAX-RPC web service vs. JAX-WS web service - connection issues from BizTalk
Hello All, We have an existing setup where BizTalk 2013R2 is used to call web services exposed from JAVA using JAX-RPC. Everything works fine. ...Answered | 2 Replies | 975 Views | Created by MacwanM - Thursday, December 12, 2019 11:44 AM | Last reply by MacwanM - Wednesday, December 18, 2019 4:15 PM -
0 Votes
xlm datasource = jax-ws
understand me. Also, I want to let you know, that with .net ws I am having no problems. Is this jax-ws given me ...Unanswered | 5 Replies | 4548 Views | Created by Luis D Alvarado - Tuesday, June 15, 2010 10:14 PM | Last reply by Luis D Alvarado - Friday, June 25, 2010 2:24 PM -
0 Votes
How to use java web service (JAX-WS) in native VC project?
success C# web service / native C++ client --> success JAX-WS web service / C# client --> ...Unanswered | 1 Replies | 6120 Views | Created by Mengchen LEE - Monday, September 21, 2009 2:58 AM | Last reply by John Saunders - Thursday, September 24, 2009 3:38 PM -
0 Votes
Call Java from c#
Is it possible to call Java code from a c# (or any other .NET programming language) application ? I dont want to fork it as a separate process (with a ...Answered | 3 Replies | 4890 Views | Created by krish_sathish - Tuesday, December 26, 2006 10:12 AM | Last reply by Udhaya Kumar D - Tuesday, December 26, 2006 3:35 PM -
0 Votes
JAX-WS access from Silverlight Navigation application
Hi, I am trying to access a a JAX-WS MTOM enabled webservice from Silverlight Navigation application in Visual Studio 2010. I am trying to ...Answered | 1 Replies | 3011 Views | Created by vsv0001 - Wednesday, March 31, 2010 5:54 PM | Last reply by Min-Hong Tang - MSFT - Thursday, April 1, 2010 11:51 PM -
0 Votes
SharePoint 2010 Designer External Content to JAX-WS web service
Is that Java web service a WCF service? You can always create your own provider to work with that WS - you don't have to use only the 3 that come ...Answered | 1 Replies | 8113 Views | Created by KoolAide - Tuesday, January 4, 2011 8:11 PM | Last reply by Clayton Cobb - Tuesday, January 4, 2011 8:33 PM -
0 Votes
Is it possible to make asynchronous call to render report from ssrs using jax-ws client
I was wondering if anyone implemented an asynchronous call to render the report from ssrs using jax-ws client. If so, could you please provide some details on how ... -
0 Votes
WCF Service on IIS and Java JAX-WS -Client yield connection reset exception
. But I haven't written code in Java in a long time so I can't really make a call on this either way. Also I think there are different ways to do ...Answered | 5 Replies | 8204 Views | Created by Mr Zeth - Tuesday, March 26, 2013 6:03 PM | Last reply by Madhavan Sundarraj - Thursday, May 7, 2015 8:57 AM -
0 Votes
JAVA REST Service from .NET
I have found the solution, and following is the code to call the JAVA REST Service from the .NET application string sampleRequest = ...Answered | 1 Replies | 4218 Views | Created by Ronald Vimal - Tuesday, May 11, 2010 7:10 AM | Last reply by Ronald Vimal - Tuesday, May 11, 2010 9:28 AM -
0 Votes
call a JAVA program or web service from c#
I'm currently using Visual Studio 2010 with C#. I want to call a JAVA program from my c# program or in some cases invoke a Java web ...Answered | 2 Replies | 4099 Views | Created by Louisb - Friday, April 16, 2010 7:15 PM | Last reply by Ramesh Swaminathan - Friday, April 16, 2010 10:16 PM -
0 Votes
Calling a WS* Java web service
I have a .Net 3.5 client app and a Java web service that supports the WS* specs. If I get the wsdl from the java web ...Answered | 3 Replies | 3317 Views | Created by stombiztalker - Thursday, January 28, 2010 6:39 PM | Last reply by Yaron Naveh - Friday, January 29, 2010 7:40 PM -
0 Votes
Jax-RPC java client to WCF WSDL
Hi, From your description it's a pure client side issue that the type cannot be correctly recognized. Since there's little Java guys here you'd better ask ...Unanswered | 2 Replies | 4561 Views | Created by sunils.com - Monday, August 23, 2010 9:02 AM | Last reply by Allen Chen - MSFT - Wednesday, August 25, 2010 2:13 AM -
0 Votes
Consume Java Service in .Net C# application
Hi All, I am consuming a Java Service in .Net C# application. while creating the SOAP request I need to provide the user security tokes ...Answered | 2 Replies | 683 Views | Created by Dharmender_Sharma - Wednesday, November 12, 2014 9:18 AM | Last reply by Shawn Zhao - Friday, November 14, 2014 6:30 AM -
0 Votes
Deserialization error accessing Web Services with JAX-WS from a Visual C++ Win32 Project
Microsoft Visual Studio .NET 2003 Visual C++ Win32 Project Server Environment IBM WebSphere ...Unanswered | 1 Replies | 7115 Views | Created by endot - Monday, November 1, 2010 12:38 AM | Last reply by Yi Feng Li - Tuesday, November 2, 2010 8:45 AM -
0 Votes
Accessing a report (SSRS 2005) from a java client built with jax-ws 2.0
I've hit the same wall using jax-ws 2.1 I did find the executionID in the ExecutionInfo object returned from the loadReport ...Answered | 16 Replies | 22763 Views | Created by Eric from Paris - Friday, November 30, 2007 5:17 PM | Last reply by Dragolcho - Wednesday, July 31, 2013 6:42 AM -
0 Votes
Problem invoking JAX-WS generated web service from a .NET client.
I have problem communicating with a java web service generated with JAX-WS. The parameters are interpreted correctly but the namespaces get mixed up. My colleague ...Unanswered | 3 Replies | 4877 Views | Created by MikeD0tNet - Thursday, July 14, 2011 1:19 PM | Last reply by John Saunders - Thursday, July 14, 2011 2:42 PM -
1 Votes
C# SOAP client (without Svcutil.exe or any WSDL tool) for a SOAP-based RPC style web service endpoint created using JAX-WS
output: Hello World JAX-WS Python Web Service Client Considering that "Web Services" is obsolete/legacy ...Unanswered | 9 Replies | 10604 Views | Created by recherche - Tuesday, November 8, 2016 3:55 PM | Last reply by Sabah Shariq - Wednesday, November 16, 2016 9:37 AM -
0 Votes
Call web service java from visual 6.0
://social.msdn.microsoft.com/Forums/en-US/204d371c-82c1-4aba-b146-9854ae068003/call-a-java-program-or-web-service-from-c #Consuming a ...Answered | 2 Replies | 2401 Views | Created by neonash - Thursday, August 22, 2013 11:00 PM | Last reply by Paul P Clement IV - Monday, August 26, 2013 1:51 PM - Items 1 to 20 of 2818409 Next ›
No announcements