• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WebServices & .NET (was EO & WebServices)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WebServices & .NET (was EO & WebServices)


  • Subject: WebServices & .NET (was EO & WebServices)
  • From: Jake MacMullin <email@hidden>
  • Date: Tue, 27 Jan 2004 12:25:11 +1100

I've also experimented with using Direct2WebServices to interact with Windows .NET desktop applications. While I've been able to get the WebObjects side working - the .NET side trips up on the XML that is returned by WebObjects every time - .NET doesn't seem to like the 'xsd:anyType' type that is returned by default from WebObjects.

I'm pretty sure this message to the axis-dev list describes the problem
(http://www.mail-archive.com/email@hidden/msg07057.html)

Also this thread in the soapbuilders Yahoo group seems to include a post from a Microsoft employee acknowledging the problem.
(http://groups.yahoo.com/group/soapbuilders/message/7260)


It seems to suggest that using:
<id2 id='id2' soapenc:root='0' xsi:type='soapenc:Array' soapenc:arrayType='xsd:anyType[0]'></id2>
in stead of
<id2 id='id2' soapenc:root='0' xsi:type='soapenc:Array' soapenc:arrayType='xsd:anyType[0]'/>
will solve the problem.


This doesn't help me much though - how would I alter the XML that WebObjects sends back using dir2WebServices?

Has anyone else tried to get WebObjects talking to .NET using WebServices? Is there an easy way to get WebObjects to send the response without using xsd:anyType?? Any success stories out there?

Regards,

Jake MacMullin
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: WebServices & .NET (was EO & WebServices)
      • From: Lotsa Cabo <email@hidden>
  • Prev by Date: Re: 5.2.2 problems
  • Next by Date: Re: how do I "recompile with deprecation" ?
  • Previous by thread: Re: 5.2.2 problems
  • Next by thread: Re: WebServices & .NET (was EO & WebServices)
  • Index(es):
    • Date
    • Thread