What exactly is "timeout problem"?

How/why are you using MS SOAP Toolkit 3.0 if you are using .NET?

The .xsd files have nothing to do with WebLogic or Apache SOAP.  They
sit on the disk and get served up by the Web server.

Scott Nichol

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 10, 2002 12:31 AM
Subject: Re: PL HELP ME... URGENT HELP REQUIRED


>
> Dear Scott
>   Greetings
> Application is  working fine in browser with weblogic but when
application
> is accessed through .net client in browser
> http://workstation-47/aissample/webform3.aspx
>
> in browser "timeout problem" is coming   .. we are using soap3.0 tool
kit
> ..
> it is using .xsd files any idea is it a BUG does weblogic6.1 soap
> apache2.3.1 is supporting importing of
>  xsd files .. pl. Help..
>
> Million sof thanx in advance
>
> Kind regards
> rakesh
> "
> error is
> Connection time out.
> "
> "WSDL "
> <?xml version="1.0" encoding="utf-8"?>
> <definitions
>       xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
>       xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
>       xmlns:s="http://www.w3.org/2001/XMLSchema";
>       xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
>       xmlns:i0="http://kmg/";
>       xmlns:tns="http://kmg.wsdl/getAppService/";
>       xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/";
>       xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
>       targetNamespace="http://kmg.wsdl/getAppService/";
>       name="getAppService"
>       xmlns="http://schemas.xmlsoap.org/wsdl/";>
>       <types>
>       <schema xmlns:xsd1="http://kmg/";
attributeFormDefault="qualified"
> elementFormDefault="unqualified" targetNamespace="http://kmg/"; xmlns
> ="http://www.w3.org/2001/XMLSchema";>
>         <complexType name="UserProfile">
>           <all>
>             <element name="lastName" nillable="true" type="string" />
>             <element name="firstName" nillable="true" type="string" />
>           </all>
>         </complexType>
>       </schema>
>   </types>
>   <message name="getUserApplicationProfileRequest">
>     <part name="username" type="s:string" />
>     <part name="password" type="s:string" />
>   </message>
>   <message name="getUserApplicationProfileResponse">
>     <part name="result" type="i0:UserProfile" />
>   </message>
>   <message name="getNameRequest">
>     <part name="xx" type="s:string" />
>   </message>
>   <message name="getNameResponse">
>     <part name="result" type="s:string" />
>   </message>
>   <portType name="getAppService">
>     <operation name="getUserApplicationProfile"
parameterOrder="username
> password">
>       <input name="getUserApplicationProfileRequest" message
> ="tns:getUserApplicationProfileRequest" />
>       <output name="getUserApplicationProfileResponse" message
> ="tns:getUserApplicationProfileResponse" />
>     </operation>
>     <operation name="getName" parameterOrder="xx">
>       <input name="getNameRequest" message="tns:getNameRequest" />
>       <output name="getNameResponse" message="tns:getNameResponse" />
>     </operation>
>   </portType>
>   <binding name="getAppService" type="tns:getAppService">
>     <soap:binding transport="http://schemas.xmlsoap.org/soap/http";
style
> ="rpc" />
>     <operation name="getUserApplicationProfile">
>       <soap:operation soapAction="" style="rpc" />
>       <input name="getUserApplicationProfileRequest">
>         <soap:body use="encoded" namespace='urn:ROY' encodingStyle
> ="http://schemas.xmlsoap.org/soap/encoding/"; parts="username password"
/>
>       </input>
>       <output name="getUserApplicationProfileResponse">
>         <soap:body use="encoded" namespace='urn:ROY' encodingStyle
> ="http://schemas.xmlsoap.org/soap/encoding/"; />
>       </output>
>     </operation>
>     <operation name="getName">
>       <soap:operation soapAction="" style="rpc" />
>       <input name="getNameRequest">
>         <soap:body use="encoded" namespace='urn:ROY' encodingStyle
> ="http://schemas.xmlsoap.org/soap/encoding/"; parts="xx" />
>       </input>
>       <output name="getNameResponse">
>         <soap:body use="encoded" namespace='urn:ROY' encodingStyle
> ="http://schemas.xmlsoap.org/soap/encoding/"; />
>       </output>
>     </operation>
>   </binding>
>   <service name="getAppService">
>     <port name="getAppPort" binding="tns:getAppService">
>       <soap:address location="http://192.168.1.22/servlet/rpcrouter";
/>
>     </port>
>   </service>
> </definitions>
>
>
>
> " Connection time out. ""
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to