Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

Error connecting JAR-wrapper to a SVC-service in BizTalk

Me and a colleague are trying to get our system to conect to a web service (Microsoft BizTalk). This is done by a wrapper that is run once every day and could also be run manually. java -jar ...
Paul Bergström's user avatar
1 vote
2 answers
1k views

Error comsuming WCF service metadata?

We have a WCF webservice selfhosted in a windows service application. It works fine to generate and call a simple method from both a .NET winform application and SoapUI(after changin to correct IP ...
Banshee's user avatar
  • 15.8k
0 votes
1 answer
1k views

IIS Webservice, weird 404 http response code

I am struggling with IIS and SOAP Webservices and need a hint. I use the BizTalk Orchestration to create a simple Webservice which calls a sql stored procedure (deploy against BizTalk and publish as ...
kurdy's user avatar
  • 471
1 vote
1 answer
681 views

Add AspNetCompatibilityRequirements attribute to Biztalk Wcf service

I'm trying to get a Biztalk 2009 WCF receive location lockdown per a permissions requirement so only a certain group of users can access the WSDL and service using Authorization Rules in the services ...
Goncourt's user avatar
1 vote
3 answers
210 views

Push messages from a remote WCF service to BizTalk

I am trying to configure a WCF service with the OracleDBBinding to get data from the Oracle db every x minutes. This polling is automated thanks to the binding configuration. This WCF service will run ...
C4T3's user avatar
  • 15
1 vote
1 answer
2k views

BizTalk : Consuming WCF Service - There was a failure executing the response(receive) pipeline

I am creating a sample biztalk application which consumes a WCFService for learning purpose. I had no problem in consuming the WCF Service and using that to in BizTalk Application in which I give an ...
Midhun Mathew's user avatar
1 vote
0 answers
324 views

Using BizTalk (with WCF Adapter) to consume Java service that requires WS-Security with UsernameToken and Signature

I'm trying to send a message from BizTalk 2010 to a Java web service, that's managed by a vendor (i.e I have no control over this). I have BizTalk configured to use a WCF adapter. The WS-Security ...
smik's user avatar
  • 111
1 vote
3 answers
63 views

BizTalk service to work inside public service

Maybe someone can enlighten me on this. And I'm sorry there is no code or images, but there is really not a lot in code that can help at this point. I have a public service on IIS. Lets call it ...
Stoic Developer's user avatar
0 votes
1 answer
1k views

BizTalk 2010 WCF-WSHttp config

I am having an issue with calling a web service from BizTalk 2010. I have read a tutorial, many forums on similar issues and followed recommendations. So far I can not get BizTalk to successfully ...
George Sotiroff's user avatar
-1 votes
2 answers
154 views

integration between active directory and EPM

I recently come to know that there are ADWS(Active directory Web Service) i Want to read/write data from active directory using biz talk server through WCF adapter. Are there any documentation or ...
user2541552's user avatar
0 votes
1 answer
122 views

Published BizTalk Service. How can it return parameters to calling app?

I have an MVC Web App that calls a BizTalk WCF Service (generated by the BizTalk WCF Publishing Wizard). It is expected that after passing parameters to this Service, a return value is obtained from ...
femi's user avatar
  • 984
1 vote
1 answer
778 views

What could cause "An operation was skipped during export because it has a wildcard action" error when publishing a service?

I created an Orchestration in BizTalk, which I published as a service, using the tool WCF BizTalk. This resulted in a service hosted in IIS 7. When I changed the web.config file to enable debugging, I ...
user1750811's user avatar
0 votes
1 answer
2k views

BizTalk WCF Service Polling

I need to perform polling on a WCF service inside BizTalk. The workflow would be as follows: Pool the service (a string is returned, that should be mapped to a schema) If there's no message available ...
tiagoboldt's user avatar
  • 2,426
0 votes
1 answer
557 views

Biztalk orchestration published as Web Service consumed by Schedule Task Adapter

As I asked here, I have an orchestration that is started by a public port published as a web service. Everytime this service is called the orchestration starts I need to start the orchestration every ...
Juan's user avatar
  • 588
1 vote
1 answer
629 views

Best way to connect Lightswitch and BizTalk via web service

I have a database that doing simple CRUD and connected via BizTalk Server 2010. Since Lightswitch is very simple and looks fits for that CRUD operation, I want to introduce Lightswitch for the ...
nattaponayam's user avatar
1 vote
2 answers
44 views

Changing the installation of webservice

I have a Biz talk web-service. This webservice is always installed under C:\Inetpub\WWWRoot. But in production enviornment i want this to be installed in E:\Inetpub\WWWRoot (May be even different ...
PoojithJain's user avatar
0 votes
1 answer
273 views

WCF service and Biztalk service configuration error

I have a WCF web service which calls a biztalk service( ie Orchestration). When i do the unit test i am getting following error: Test method Goudse.BcVerzekering.Bts2006.InkCol.Business.UnitTests....
PoojithJain's user avatar
5 votes
3 answers
11k views

Update Web Reference in Visual Studio

I have inherited a web site project that makes use of a number of WCF Web Services hosted on a BizTalk server. We have two environments that I need to deploy this project to, with different URLs for ...
NeilD's user avatar
  • 2,298
2 votes
3 answers
3k views

ASMX versus WCF

I need some direction related to this topic; maybe I am missing the obvious. I dont see a contrast between WCF bound to HTTP and strongly typed web service. Why would this be any different?? I agree ...
G33kKahuna's user avatar
  • 1,810