all groups > dotnet web services enhancements > october 2006 > threads for october 22 - 28, 2006
Filter by week: 1 2 3 4 5
WSE 3.0 web reference proxy enum bug
Posted by ~Chris S at 10/27/2006 11:49:02 AM
FYI
The enums generated for the wse proxy don't use the values given in the web
service.
They are either sequential in the case of normal enums, or sequential powers
of 2 for enums with the Flags attr.
... more >>
Removing timestamp in WSE 3.0
Posted by F.Mondelo at 10/26/2006 9:19:51 AM
Hi,
I need send a message to a Java WebService from a .NET Client. When I
use WSE 3.0 to send the message, by default in SOAP Header, WSE adds
Timestamp.
Java WebService doesn=B4t understand this header and I need to remove
it, how can I remove Timestamp header in WSE 3.0?
... more >>
Adding namespace to element inside soap body
Posted by Rasika WIJAYARATNE at 10/25/2006 4:02:02 PM
..NET FW 2.0, WSE 3.0
Hi Everyone,
I am calling a Java WS and at the moment they are having trouble with
the use of the default namespace in 'getValuationRequest' (see below).
What is the fastest way to add a namespace to this element and it's
children (preferrably without modifying the pro... more >>
WCF Proxies
Posted by Tatworth at 10/25/2006 9:36:02 AM
Is there any advantage in upgrading from ASP.NET 2.0/WSE 3.0 to WCF RC1 is
respect of generated web proxies?
Under ASP.NET 2.0/WSE 3.0 if web services A, B, C all have a method that
returns a structure COMMON.RESULT, the generated proxies will be A.RESULT,
B.RESULT, C.RESULT. Does WCF impro... more >>
UltimateReceiver.GetClientToken<UsernameToken>() returns null
Posted by Zoodor at 10/25/2006 9:22:02 AM
I am using WSE3 with usernametoken authentication and for some reason on the
server a call to
RequestSoapContext.Current.Credentials.UltimateReceiver.GetClientToken<UsernameToken>() returns null.
Now, I know the username token is being sent by the client and received by
the web service for ... more >>
SecurityTokenReference
Posted by F.Mondelo at 10/25/2006 6:18:15 AM
Hi,
I need to send the next security header to a java application from a
..Net WS Client:
<wsse:Security
xmlns:wsse=3D"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec=
urity-secext-1.0.xsd">
<wsse:SecurityTokenReference>
<wsse:Reference ValueType=3D"xxxxx">reference_valu... more >>
WSE 2.0 SP3 will not install on W2K SP4 Server
Posted by TimG at 10/24/2006 7:18:02 PM
Attempting to install the runtime version of WSE 2.0 SP3 gives a popup from
Windows Installer: The system administrator has set policies to prevent this
installation.
Anybody know how to resolve this problem?
--
Thanks,
Tim... more >>
Web service add reference problem from remote host
Posted by John at 10/24/2006 12:32:38 AM
Hi
I had the web service working fine on the local server. I then uploaded the
web service to my site on a commercial remote web host. When I try to add
reference to it now I get the below error.
Description: An error occurred during the compilation of a resource required
to service this re... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
throwing soap exception from wse? / token manager
Posted by mike wolf at 10/23/2006 6:41:02 AM
Hey everyone, im trying to throw a valid soapexception from a wse service w/
a custom token manager, when ever I throw any exception I get this on the
client "Security requirements are not satisfied because the security header
is not present in the incoming message"
any ideas?... more >>
How to add namespaces in SoapEnvelope (Soap12)
Posted by Anbu at 10/22/2006 11:01:01 PM
Hi All,
I need to redirect the SoapEnvelope received from another web service. This
service sends the message in Soap12 format. But when i load the content into
another soapenvelope using se.LoadXML, the new object becomes Soap11 and
unusable.
I tried another option to respond to the cal... more >>
MTOM WSE 3.0 Data at the root level is invalid Error.
Posted by SunSmile at 10/22/2006 12:48:02 PM
Hi,
I have created WSE 3.0 MTOM enabled asp.net 2.0 WebService. My client(Java
Client) which has MTOM enabled on his side is sending the following soap
message. Basically he is sending the soap message with MIME attachment.
-------------------------------------------------------------------... more >>
|